]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Fix DP-DVI dongle hotplug
authorGabe Teeger <gabe.teeger@amd.com>
Fri, 28 Jun 2024 20:05:36 +0000 (16:05 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 23 Jul 2024 21:07:10 +0000 (17:07 -0400)
commitd94df7cad26b4c5958fbfa550d65794c89aa90ba
tree3d367ab00c0323be64703a42b2bdfbf8b80e7291
parentc18fa08e6fd8952e88fa9ad108371c2bd5b82564
drm/amd/display: Fix DP-DVI dongle hotplug

[why]
Hotplugging with a DVI-DP dongle on pre-rdna embedded platform
working about half the time. The regression was found to be the
setting of link->type here.
[what]
Reverts fix besides the logging added.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Gabe Teeger <gabe.teeger@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_detection.c