drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOn
authorSonny Jiang <sonny.jiang@amd.com>
Fri, 26 Jun 2015 16:26:45 +0000 (12:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Jun 2015 15:21:52 +0000 (11:21 -0400)
Signed-off-by: Sonny Jiang <sonny.jiang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cz_dpm.h

index 782a741..99e1afc 100644 (file)
@@ -46,7 +46,7 @@
 
 /* Do not change the following, it is also defined in SMU8.h */
 #define SMU_EnabledFeatureScoreboard_AcpDpmOn          0x00000001
-#define SMU_EnabledFeatureScoreboard_SclkDpmOn         0x00100000
+#define SMU_EnabledFeatureScoreboard_SclkDpmOn         0x00200000
 #define SMU_EnabledFeatureScoreboard_UvdDpmOn          0x00800000
 #define SMU_EnabledFeatureScoreboard_VceDpmOn          0x01000000