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:
@@ -129,6 +129,7 @@ enum PP_FEATURE_MASK {
|
||||
PP_GFXOFF_MASK = 0x8000,
|
||||
PP_ACG_MASK = 0x10000,
|
||||
PP_STUTTER_MODE = 0x20000,
|
||||
PP_AVFS_MASK = 0x40000,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user