]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Set LTTPR Transparent Mode after read link cap
authorWesley Chalmers <Wesley.Chalmers@amd.com>
Wed, 24 Mar 2021 19:03:21 +0000 (15:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Jun 2021 21:25:41 +0000 (17:25 -0400)
commitd5bf16aab746f62696df244835de2d55cfb15952
treea484858cd9fa14140c6c89fdd6a27e441c643596
parent4d53d0e8c856aec13dfd9807afae0e0fb9506747
drm/amd/display: Set LTTPR Transparent Mode after read link cap

[WHY]
SCR for DP 2.0 Spec states that a DPTX shall put LTTPRs into Transparent
mode after reading LTTPR Capability registers on HPD.

The wording of the SCR is somewhat ambiguous as to whether
Transparent mode must be set explicity, or is implicitly set on LTTPR
capability read. Explicitly setting Transparent mode after LTTPR
capability read should cover all
cases.

Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Anson Jacob <Anson.Jacob@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/core/dc_link_dp.c