]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Don't skip link training for empty dongle
authorEric Yang <Eric.Yang2@amd.com>
Fri, 23 Nov 2018 10:55:20 +0000 (05:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Dec 2018 23:25:12 +0000 (18:25 -0500)
commit80adaebd2d411b7d6872a097634848a71eb13d20
treefdfe85d10de3ce8cced66ff3d8977d160445b72f
parent0a6414e75d231ee1bb7ffb2f5eb246b682a884cd
drm/amd/display: Don't skip link training for empty dongle

[Why]
Skipping initial link training will result in no verified link cap for
mode enumeration. Some versions of the BIOS seem to have PHY programming
sequence issue as well if initial link training is skipped, resulting in
a softlock in BIOS command table.

[How]
Identify the empty dongle hotplug case, and still do initial link
training.

Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c