]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Change function decide_dp_link_settings to avoid infinite looping
authorBing Guo <bing.guo@amd.com>
Mon, 4 Jan 2021 19:09:41 +0000 (14:09 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Jan 2021 15:46:05 +0000 (10:46 -0500)
commit7f0ccf8a22bb55242ace4b726d553979f7d5555c
treee32991cdf114f093742ca9489c00254ccc983981
parent0613e0f6d38211d5644c59232a876e63eefded0e
drm/amd/display: Change function decide_dp_link_settings to avoid infinite looping

Why:
Function decide_dp_link_settings() loops infinitely when required bandwidth
can't be supported.

How:
Check the required bandwidth against verified_link_cap before trying to
find a link setting for it.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Bing Guo <bing.guo@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Anson Jacob <anson.jacob@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c