summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorMichael Strauss <michael.strauss@amd.com>2023-04-03 11:43:50 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-04-24 18:32:13 -0400
commit9fa8cc0c444562fa19e20ca20f1c70e15b9d8c13 (patch)
tree9bebc740391f00f20b21807b0196d3b0ea7bfa54 /drivers/gpu/drm/amd/display/dc/dc_types.h
parent550e5d23f14784e2a625c25fe0c9d498589c9256 (diff)
downloadlinux-stable-9fa8cc0c444562fa19e20ca20f1c70e15b9d8c13.tar.gz
linux-stable-9fa8cc0c444562fa19e20ca20f1c70e15b9d8c13.tar.bz2
linux-stable-9fa8cc0c444562fa19e20ca20f1c70e15b9d8c13.zip
drm/amd/display: Convert Delaying Aux-I Disable To Monitor Patch
[WHY] 32ms delay was added to resolve issue with a specific sink, however this same delay also introduces erroneous link training failures with certain sink devices. [HOW] Only apply the 32ms delay for offending devices instead of globally. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Michael Strauss <michael.strauss@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 34c848311455..150c19286d67 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -196,6 +196,7 @@ struct dc_panel_patch {
unsigned int disable_fams;
unsigned int skip_avmute;
unsigned int mst_start_top_delay;
+ unsigned int delay_disable_aux_intercept_ms;
};
struct dc_edid_caps {