]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Fix DP MST timeslot issue when fallback happened
authorCruise Hung <Cruise.Hung@amd.com>
Thu, 8 Sep 2022 14:04:09 +0000 (22:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Oct 2022 07:51:25 +0000 (09:51 +0200)
commit94d49c380b9a8e6da6a05d2997f5fa637e294ae7
tree5298772a18906bdbaac4fe01decaadc34b89ab0e
parent4fb0b18590c660c30c949da57966a99c4395e188
drm/amd/display: Fix DP MST timeslot issue when fallback happened

[ Upstream commit 20c6168b3c8aadef7d2853c925d99eb546bd5e1c ]

[Why]
When USB4 DP link training failed and fell back to lower link rate,
the time slot calculation uses the verified_link_cap.
And the verified_link_cap was not updated to the new one.
It caused the wrong VC payload time-slot was allocated.

[How]
Updated verified_link_cap with the new one from cur_link_settings
after the LT completes successfully.

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Cruise Hung <Cruise.Hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c