]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Defer the setting of link hpd status for usb4/tbt
authorWayne Lin <wayne.lin@amd.com>
Mon, 27 May 2024 07:17:26 +0000 (15:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jun 2024 20:17:16 +0000 (16:17 -0400)
commit9a573481887e330b808e88005ffa142092c9fdbb
treea70de0c046ca595460536abcbdc81c986bdc7f95
parente32e15dbf06d65d70c763a44cc8e32ab409b1d5f
drm/amd/display: Defer the setting of link hpd status for usb4/tbt

[Why & How]
Link hpd status is set during link detection process via dpia_query_hpd_status(),
doesn't need to explicitly set it during outbox irq. Remove it.

Reviewed-by: Jerry Zuo <jerry.zuo@amd.com>
Acked-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c