diff options
author | Sonny Jiang <sonny.jiang@amd.com> | 2015-06-26 12:26:45 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-06-29 11:21:52 -0400 |
commit | 966c62fb40610e3cbda7bcd9a0193d8cbb3b77e3 (patch) | |
tree | d0f14103aa5d2921d3a5c4430505f78ac6288c89 | |
parent | d8d090b711bc56e095e59f9b536ed3c73c47b36d (diff) |
drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOn
Signed-off-by: Sonny Jiang <sonny.jiang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cz_dpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
46 | 46 | ||
47 | /* Do not change the following, it is also defined in SMU8.h */ | 47 | /* Do not change the following, it is also defined in SMU8.h */ |
48 | #define SMU_EnabledFeatureScoreboard_AcpDpmOn 0x00000001 | 48 | #define SMU_EnabledFeatureScoreboard_AcpDpmOn 0x00000001 |
49 | #define SMU_EnabledFeatureScoreboard_SclkDpmOn 0x00100000 | 49 | #define SMU_EnabledFeatureScoreboard_SclkDpmOn 0x00200000 |
50 | #define SMU_EnabledFeatureScoreboard_UvdDpmOn 0x00800000 | 50 | #define SMU_EnabledFeatureScoreboard_UvdDpmOn 0x00800000 |
51 | #define SMU_EnabledFeatureScoreboard_VceDpmOn 0x01000000 | 51 | #define SMU_EnabledFeatureScoreboard_VceDpmOn 0x01000000 |
52 | 52 | ||