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 <Rodrigo.Siqueira@amd.com> Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 5e66f6e commit 4fdd07c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)