summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2018-02-22 17:45:11 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-02-26 23:09:37 -0500
commit3214e02199f0c1c5db6de2fa3eb8240e08f4e17d (patch)
tree39b52474efd830460593468288d5ac2fcabf24bb /drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
parent3d2fc0813f91a908f5c61ac0d08d89f802030d03 (diff)
downloadlinux-3214e02199f0c1c5db6de2fa3eb8240e08f4e17d.tar.bz2
drm/amd/pp: Add a pp feature mask bit for AutoWattman feature
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>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/inc/hwmgr.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/hwmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
index 2a59ee8f4acb..77d7f49564c4 100644
--- 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 {