aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2019-08-22 14:17:57 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-08-23 11:33:00 -0500
commitd99f38aed1a03f78cb7ae04d86e7fc5ac70411e3 (patch)
tree4b3d3d8b749555d0685368e6cfd0abcc1c1a3dba /drivers/gpu/drm/amd/include/amd_shared.h
parentdrm/amd/display: update bw_calcs to take pipe sync into account (v3) (diff)
downloadlinux-dev-d99f38aed1a03f78cb7ae04d86e7fc5ac70411e3.tar.xz
linux-dev-d99f38aed1a03f78cb7ae04d86e7fc5ac70411e3.zip
drm/amdgpu/display: add flag for multi-display mclk switching
Add a dcfeaturemask flag for mclk switching. Disable by default; enable once the feature has seen more testing. Set amdgpu.dcfeaturemask=2 on the kernel command line in grub to enable this. Acked-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 a0a7211438f2..8889aaceec60 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -142,6 +142,7 @@ enum PP_FEATURE_MASK {
enum DC_FEATURE_MASK {
DC_FBC_MASK = 0x1,
+ DC_MULTI_MON_PP_MCLK_SWITCH_MASK = 0x2,
};
enum amd_dpm_forced_level;