Skip to content

Commit 0d988e5

Browse files
George Shenalexdeucher
authored andcommitted
drm/amd/display: Remove CR AUX RD Interval limit for LTTPR
[Why] DP spec specifies that DPRX shall use the read interval in the TRAINING_AUX_RD_INTERVAL_PHY_REPEATER LTTPR DPCD register. This register's bit definition is the same as the AUX read interval register for DPRX. [How} Remove logic which forces AUX read interval to 100us for repeaters when in LTTPR non-transparent mode. Tested-by: Daniel Wheeler <[email protected]> Reviewed-by: Wesley Chalmers <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: George Shen <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 3db817f commit 0d988e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,9 +1544,6 @@ static enum link_training_result perform_clock_recovery_sequence(
15441544
/* 3. wait receiver to lock-on*/
15451545
wait_time_microsec = lt_settings->cr_pattern_time;
15461546

1547-
if (link->lttpr_mode == LTTPR_MODE_NON_TRANSPARENT)
1548-
wait_time_microsec = TRAINING_AUX_RD_INTERVAL;
1549-
15501547
if (link->dc->debug.apply_vendor_specific_lttpr_wa &&
15511548
(link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN)) {
15521549
wait_time_microsec = 16000;

0 commit comments

Comments
 (0)