aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2018-08-10 18:09:43 +0000
committerAlex Deucher <[email protected]>2018-08-27 16:10:17 +0000
commita4ead3e5d6f37b49291b81c1016e3d6f03843f2f (patch)
treebad2f3d4ae6c8917b64d7119c7c345b4146ac4f2 /drivers/gpu/drm/amd/include/amd_shared.h
parentdrm/amd/display: dc 3.1.62 (diff)
downloadkernel-a4ead3e5d6f37b49291b81c1016e3d6f03843f2f.tar.gz
kernel-a4ead3e5d6f37b49291b81c1016e3d6f03843f2f.zip
drm/amdgpu: add AVFS control to PP_FEATURE_MASK
Add a ppfeaturemask flag to disable AVFS control. Reviewed-by: Rex Zhu <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index 265621d8945c..86b167ec9863 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -129,6 +129,7 @@ enum PP_FEATURE_MASK {
PP_GFXOFF_MASK = 0x8000,
PP_ACG_MASK = 0x10000,
PP_STUTTER_MODE = 0x20000,
+ PP_AVFS_MASK = 0x40000,
};
/**