drm/amd/display: update sr_exit latency for z8
authorCharlene Liu <Charlene.Liu@amd.com>
Thu, 26 Sep 2024 00:57:00 +0000 (20:57 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Oct 2024 18:12:14 +0000 (14:12 -0400)
This is based on real asic performance result.

Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c

index a201dbb..d9e63c4 100644 (file)
@@ -204,8 +204,8 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_51_soc = {
        .num_states = 8,
        .sr_exit_time_us = 28.0,
        .sr_enter_plus_exit_time_us = 30.0,
-       .sr_exit_z8_time_us = 250.0,
-       .sr_enter_plus_exit_z8_time_us = 350.0,
+       .sr_exit_z8_time_us = 263.0,
+       .sr_enter_plus_exit_z8_time_us = 363.0,
        .fclk_change_latency_us = 24.0,
        .usr_retraining_latency_us = 2,
        .writeback_latency_us = 12.0,