Commit a572f705 authored by Charlene Liu's avatar Charlene Liu Committed by Alex Deucher

drm/amd/display: remove destructive verify link for TMDS

[why and how]
TMDS does not need destructive verify link
Reviewed-by: default avatarAric Cyr <Aric.Cyr@amd.com>
Acked-by: default avatarAlan Liu <HaoPing.Liu@amd.com>
Acked-by: default avatarAlex Hung <alex.hung@amd.com>
Signed-off-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e5fc7825
...@@ -983,8 +983,7 @@ static bool should_verify_link_capability_destructively(struct dc_link *link, ...@@ -983,8 +983,7 @@ static bool should_verify_link_capability_destructively(struct dc_link *link,
destrictive = false; destrictive = false;
} }
} }
} else if (dc_is_hdmi_signal(link->local_sink->sink_signal)) }
destrictive = true;
return destrictive; return destrictive;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment