Commit a99d8193 authored by Natanel Roizenman's avatar Natanel Roizenman Committed by Alex Deucher
Browse files

drm/amd/display: Increase Z8 watermark times.



Increase Z8 watermark times from 210->250us and 320->350us.

Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: default avatarWayne Lin <wayne.lin@amd.com>
Signed-off-by: default avatarNatanel Roizenman <natanel.roizenman@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9d7993a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -166,8 +166,8 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_5_soc = {
	.num_states = 5,
	.sr_exit_time_us = 28.0,
	.sr_enter_plus_exit_time_us = 30.0,
	.sr_exit_z8_time_us = 210.0,
	.sr_enter_plus_exit_z8_time_us = 320.0,
	.sr_exit_z8_time_us = 250.0,
	.sr_enter_plus_exit_z8_time_us = 350.0,
	.fclk_change_latency_us = 24.0,
	.usr_retraining_latency_us = 2,
	.writeback_latency_us = 12.0,
+2 −2
Original line number Diff line number Diff line
@@ -145,8 +145,8 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_51_soc = {
	.num_states = 5,
	.sr_exit_time_us = 28.0,
	.sr_enter_plus_exit_time_us = 30.0,
	.sr_exit_z8_time_us = 210.0,
	.sr_enter_plus_exit_z8_time_us = 320.0,
	.sr_exit_z8_time_us = 250.0,
	.sr_enter_plus_exit_z8_time_us = 350.0,
	.fclk_change_latency_us = 24.0,
	.usr_retraining_latency_us = 2,
	.writeback_latency_us = 12.0,