projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2fc08
)
drm/amd/pp: Add a pp feature mask bit for AutoWattman feature
author
Rex Zhu
<Rex.Zhu@amd.com>
Thu, 22 Feb 2018 09:45:11 +0000
(17:45 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 27 Feb 2018 04:09:37 +0000
(23:09 -0500)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
index 2a59ee8f4acbb9ae87fbf46b0c66699d16ea83db..77d7f49564c4c76d72581aed9a6c89f1a7a4c6e7 100644
(file)
--- a/
drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
+++ b/
drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
@@
-85,6
+85,7
@@
enum PP_FEATURE_MASK {
PP_SOCCLK_DPM_MASK = 0x1000,
PP_DCEFCLK_DPM_MASK = 0x2000,
PP_OVERDRIVE_MASK = 0x4000,
+ PP_AUTOWATTMAN_MASK = 0x8000,
};
enum PHM_BackEnd_Magic {