diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2018-03-05 14:42:56 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-07 16:10:09 -0500 |
commit | cdd02dda4ff94b8f86c2c478cce7218e4613dc56 (patch) | |
tree | 8fc8d2ba0e33bffdaa07fa85eae74f263a2ad399 | |
parent | 052fe96d93f2eb93cdb660ad7918aa0534c59c2e (diff) | |
download | linux-cdd02dda4ff94b8f86c2c478cce7218e4613dc56.tar.bz2 |
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>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 1 |
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 { PP_SOCCLK_DPM_MASK = 0x1000, PP_DCEFCLK_DPM_MASK = 0x2000, PP_OVERDRIVE_MASK = 0x4000, - PP_AUTOWATTMAN_MASK = 0x8000, }; enum PHM_BackEnd_Magic { |