mirror of https://gitee.com/openkylin/linux.git
drm/amdgpu: add AVFS control to PP_FEATURE_MASK
Add a ppfeaturemask flag to disable AVFS control. Reviewed-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5d0e7e5caa
commit
a4ead3e5d6
|
@ -129,6 +129,7 @@ enum PP_FEATURE_MASK {
|
|||
PP_GFXOFF_MASK = 0x8000,
|
||||
PP_ACG_MASK = 0x10000,
|
||||
PP_STUTTER_MODE = 0x20000,
|
||||
PP_AVFS_MASK = 0x40000,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue