Преглед изворни кода

drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOn

Signed-off-by: Sonny Jiang <sonny.jiang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Sonny Jiang пре 10 година
родитељ
комит
966c62fb40
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/gpu/drm/amd/amdgpu/cz_dpm.h

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/cz_dpm.h

@@ -46,7 +46,7 @@
 
 
 /* Do not change the following, it is also defined in SMU8.h */
 /* Do not change the following, it is also defined in SMU8.h */
 #define SMU_EnabledFeatureScoreboard_AcpDpmOn		0x00000001
 #define SMU_EnabledFeatureScoreboard_AcpDpmOn		0x00000001
-#define SMU_EnabledFeatureScoreboard_SclkDpmOn		0x00100000
+#define SMU_EnabledFeatureScoreboard_SclkDpmOn		0x00200000
 #define SMU_EnabledFeatureScoreboard_UvdDpmOn		0x00800000
 #define SMU_EnabledFeatureScoreboard_UvdDpmOn		0x00800000
 #define SMU_EnabledFeatureScoreboard_VceDpmOn		0x01000000
 #define SMU_EnabledFeatureScoreboard_VceDpmOn		0x01000000