Skip to content

Commit 4fdd07c

Browse files
Dmytro Laktyushkinalexdeucher
authored andcommitted
drm/amd/display: Increase SAT_UPDATE_PENDING timeout
Headless dp 2.0 will take longer to update. Reviewed-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Dmytro Laktyushkin <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 5e66f6e commit 4fdd07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hpo_dp_link_encoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ void dcn31_hpo_dp_link_enc_update_stream_allocation_table(
377377
*/
378378
REG_WAIT(DP_DPHY_SYM32_STATUS,
379379
SAT_UPDATE_PENDING, 0,
380-
10, DP_SAT_UPDATE_MAX_RETRY);
380+
100, DP_SAT_UPDATE_MAX_RETRY);
381381
}
382382

383383
void dcn31_hpo_dp_link_enc_set_throttled_vcp_size(

0 commit comments

Comments
 (0)