From: Nicholas Kazlauskas Date: Tue, 23 Jan 2024 17:20:06 +0000 (-0500) Subject: drm/amd/display: Increase ips2_eval delay for DCN35 X-Git-Tag: v6.9-rc1~126^2~18^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=749f1ad0c35089ae0c400fa37f4832a6dc59d98f;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Aurabindo Pillai Signed-off-by: Nicholas Kazlauskas Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c index 28266b9a148aa..5d52853cac96a 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c @@ -781,7 +781,7 @@ static const struct dc_debug_options debug_defaults_drv = { .disable_z10 = false, .ignore_pg = true, .psp_disabled_wa = true, - .ips2_eval_delay_us = 1650, + .ips2_eval_delay_us = 2000, .ips2_entry_delay_us = 800, .disable_dmub_reallow_idle = true, .static_screen_wait_frames = 2,