projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d090b
)
drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOn
author
Sonny Jiang
<sonny.jiang@amd.com>
Fri, 26 Jun 2015 16:26:45 +0000
(12:26 -0400)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/cz_dpm.h
b/drivers/gpu/drm/amd/amdgpu/cz_dpm.h
index 782a74107664df05a7d7abff6e503d80389fc275..99e1afc896294c90c13f7e3ed0cc2ceff2aae1d7 100644
(file)
--- 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 0x00
1
00000
+#define SMU_EnabledFeatureScoreboard_SclkDpmOn 0x00
2
00000
#define SMU_EnabledFeatureScoreboard_UvdDpmOn 0x00800000
#define SMU_EnabledFeatureScoreboard_VceDpmOn 0x01000000