From: Sonny Jiang Date: Fri, 26 Jun 2015 16:26:45 +0000 (-0400) Subject: drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOn X-Git-Tag: v4.2-rc1~32^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=966c62fb40610e3cbda7bcd9a0193d8cbb3b77e3;p=karo-tx-linux.git drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOn Signed-off-by: Sonny Jiang Reviewed-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/cz_dpm.h b/drivers/gpu/drm/amd/amdgpu/cz_dpm.h index 782a74107664..99e1afc89629 100644 --- a/drivers/gpu/drm/amd/amdgpu/cz_dpm.h +++ b/drivers/gpu/drm/amd/amdgpu/cz_dpm.h @@ -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