summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorDuncan Ma <duncan.ma@amd.com>2022-06-20 14:21:12 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-07-05 16:16:36 -0400
commit8bc3812d0b33c214c365fff5dfb65397ad6aaf19 (patch)
treee99e6192e37f9156ac7ac7c0d0375ded4f151002 /drivers/gpu/drm/amd/display/dc/dc_types.h
parent9a714dcf1039d1142a1c3ad81db09d2706230e00 (diff)
downloadlinux-stable-8bc3812d0b33c214c365fff5dfb65397ad6aaf19.tar.gz
linux-stable-8bc3812d0b33c214c365fff5dfb65397ad6aaf19.tar.bz2
linux-stable-8bc3812d0b33c214c365fff5dfb65397ad6aaf19.zip
drm/amd/display: Add flag to modify MST delay
[Why] Some panels may require more MST delay on discovery [How] Add panel patch and debug mst delay flag Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Duncan Ma <duncan.ma@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h
index 413738fe9d59..084074a23031 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -199,6 +199,7 @@ struct dc_panel_patch {
unsigned int embedded_tiled_slave;
unsigned int disable_fams;
unsigned int skip_avmute;
+ unsigned int mst_start_top_delay;
};
struct dc_edid_caps {