]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Ignore UHBR13.5 cable ID cap for passive cable max link rate
authorGeorge Shen <george.shen@amd.com>
Thu, 23 May 2024 20:01:21 +0000 (16:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jun 2024 20:17:15 +0000 (16:17 -0400)
commit1b51220dc28cd34f80467acaff60294348cf6675
tree50dfc23469f10c3f7a42b066bf707085830c388d
parente8eff33f287274e731c5a655d8b111006aed3e98
drm/amd/display: Ignore UHBR13.5 cable ID cap for passive cable max link rate

[Why]
Passive DP40 cables were updated in the latest DP spec to support
UHBR13.5 link rate. Current max link rate logic checks against the
cable ID DPCD even for passive cables.

[How]
Ignore UHBR13.5 cable ID DPCD cap in get_max_link_rate logic.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Acked-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Signed-off-by: George Shen <george.shen@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/protocols/link_dp_capability.c