linux/drivers/gpu/drm/amd/display
Wenjing Liu c443514a7d drm/amd/display: lower lane count first when CR done partially fails in EQ
[why]
According to DP specs, in EQ DONE phase of link training, we
should lower lane count when at least one CR DONE bit is set to 1, while
lower link rate when all CR DONE bits are 0s. However in our code, we will
treat both cases as latter. This is not exactly correct based on the specs
expectation.

[how]
Check lane0 CR DONE bit when it is still set but CR DONE fails,
we treat it as a partial CR DONE failure in EQ DONE phase, we
will follow the same fallback flow as when ED DONE fails in EQ
DONE phase.

Reviewed-by: George Shen <George.Shen@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-06-14 21:38:40 -04:00
..
amdgpu_dm drm/amd/display: ignore modifiers when checking for format support 2022-06-14 21:38:39 -04:00
dc drm/amd/display: lower lane count first when CR done partially fails in EQ 2022-06-14 21:38:40 -04:00
dmub drm/amd/display: [FW Promotion] Release 0.0.119.0 2022-06-07 16:09:57 -04:00
include drm/amd/display: lower lane count first when CR done partially fails in EQ 2022-06-14 21:38:40 -04:00
modules drm/amd/display: add shared helpers to update psr config fields to power module 2022-06-06 14:42:33 -04:00
Kconfig drm/display: Move HDCP helpers into display-helper module 2022-04-25 11:19:36 +02:00
Makefile
TODO