Skip to content

Commit 07bf2f2

Browse files
AMD-aricalexdeucher
authored andcommitted
drm/amd/display: remove unhelpful 5ms delay
[Why] Scaler vendor confirmed the 5ms was not helpful so no point in keeping it. [How] Revert 5ms delay after setting training pattern. Signed-off-by: Aric Cyr <[email protected]> Reviewed-by: Ashley Thomas <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 05cac1a commit 07bf2f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,10 +1104,6 @@ static inline enum link_training_result perform_link_training_int(
11041104
dpcd_pattern.v1_4.TRAINING_PATTERN_SET = DPCD_TRAINING_PATTERN_VIDEOIDLE;
11051105
dpcd_set_training_pattern(link, dpcd_pattern);
11061106

1107-
/* delay 5ms after notifying sink of idle pattern before switching output */
1108-
if (link->connector_signal != SIGNAL_TYPE_EDP)
1109-
msleep(5);
1110-
11111107
/* 4. mainlink output idle pattern*/
11121108
dp_set_hw_test_pattern(link, DP_TEST_PATTERN_VIDEO_MODE, NULL, 0);
11131109

0 commit comments

Comments
 (0)