aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2018-03-05 01:42:56 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-03-07 16:10:09 -0500
commitcdd02dda4ff94b8f86c2c478cce7218e4613dc56 (patch)
tree8fc8d2ba0e33bffdaa07fa85eae74f263a2ad399 /drivers/gpu
parent052fe96d93f2eb93cdb660ad7918aa0534c59c2e (diff)
Revert "drm/amd/pp: Add a pp feature mask bit for AutoWattman feature"
This reverts commit e429ea87b2939c4cce1b439baf6d76535a0767f2. Implement Workload Aware Dynamic power management instand of AutoWattman feature in linux. Reviewed-by: Alex Deucher <alexdeucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/hwmgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
index 94df6eed5384..b151ad85666a 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
@@ -85,7 +85,6 @@ enum PP_FEATURE_MASK {
85 PP_SOCCLK_DPM_MASK = 0x1000, 85 PP_SOCCLK_DPM_MASK = 0x1000,
86 PP_DCEFCLK_DPM_MASK = 0x2000, 86 PP_DCEFCLK_DPM_MASK = 0x2000,
87 PP_OVERDRIVE_MASK = 0x4000, 87 PP_OVERDRIVE_MASK = 0x4000,
88 PP_AUTOWATTMAN_MASK = 0x8000,
89}; 88};
90 89
91enum PHM_BackEnd_Magic { 90enum PHM_BackEnd_Magic {