Skip to content

Commit a99d819

Browse files
Natanel Roizenmanalexdeucher
authored andcommitted
drm/amd/display: Increase Z8 watermark times.
Increase Z8 watermark times from 210->250us and 320->350us. Reviewed-by: Nicholas Kazlauskas <[email protected]> Acked-by: Wayne Lin <[email protected]> Signed-off-by: Natanel Roizenman <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 9d7993a commit a99d819

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_5_soc = {
166166
.num_states = 5,
167167
.sr_exit_time_us = 28.0,
168168
.sr_enter_plus_exit_time_us = 30.0,
169-
.sr_exit_z8_time_us = 210.0,
170-
.sr_enter_plus_exit_z8_time_us = 320.0,
169+
.sr_exit_z8_time_us = 250.0,
170+
.sr_enter_plus_exit_z8_time_us = 350.0,
171171
.fclk_change_latency_us = 24.0,
172172
.usr_retraining_latency_us = 2,
173173
.writeback_latency_us = 12.0,

drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_51_soc = {
145145
.num_states = 5,
146146
.sr_exit_time_us = 28.0,
147147
.sr_enter_plus_exit_time_us = 30.0,
148-
.sr_exit_z8_time_us = 210.0,
149-
.sr_enter_plus_exit_z8_time_us = 320.0,
148+
.sr_exit_z8_time_us = 250.0,
149+
.sr_enter_plus_exit_z8_time_us = 350.0,
150150
.fclk_change_latency_us = 24.0,
151151
.usr_retraining_latency_us = 2,
152152
.writeback_latency_us = 12.0,

0 commit comments

Comments
 (0)