Skip to content

Commit 0d555e4

Browse files
Nicholas Kazlauskasalexdeucher
authored andcommitted
drm/amd/display: Increase ips2_eval delay for DCN35
[Why] New worst-case measurement observed at 1897us. [How] Increase to 2000us to cover the new worst case + margin. Reviewed-by: Ovidiu Bunea <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Signed-off-by: Nicholas Kazlauskas <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent a82197e commit 0d555e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ static const struct dc_debug_options debug_defaults_drv = {
780780
.disable_z10 = false,
781781
.ignore_pg = true,
782782
.psp_disabled_wa = true,
783-
.ips2_eval_delay_us = 1650,
783+
.ips2_eval_delay_us = 2000,
784784
.ips2_entry_delay_us = 800,
785785
.static_screen_wait_frames = 2,
786786
};

0 commit comments

Comments
 (0)