mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
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>
This commit is contained in:
parent
3d2fc0813f
commit
3214e02199
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user