Skip to content

Commit a572f70

Browse files
charliu-AMDENGalexdeucher
authored andcommitted
drm/amd/display: remove destructive verify link for TMDS
[why and how] TMDS does not need destructive verify link Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Alan Liu <HaoPing.Liu@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Charlene Liu <Charlene.Liu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent e5fc782 commit a572f70

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/gpu/drm/amd/display/dc/core/dc_link.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,8 +983,7 @@ static bool should_verify_link_capability_destructively(struct dc_link *link,
983983
destrictive = false;
984984
}
985985
}
986-
} else if (dc_is_hdmi_signal(link->local_sink->sink_signal))
987-
destrictive = true;
986+
}
988987

989988
return destrictive;
990989
}

0 commit comments

Comments
 (0)