Skip to content

Commit 8f586cc

Browse files
Leo Chenalexdeucher
authored andcommitted
drm/amd/display: Change default Z8 watermark values
[Why & How] Previous Z8 watermark values were causing flickering and OTC underflow. Updating Z8 watermark values based on the measurement. Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com> Cc: Mario Limonciello <mario.limonciello@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Leo Chen <sancchen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 100bd00 commit 8f586cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ static struct _vcs_dpi_soc_bounding_box_st dcn3_14_soc = {
149149
.num_states = 5,
150150
.sr_exit_time_us = 16.5,
151151
.sr_enter_plus_exit_time_us = 18.5,
152-
.sr_exit_z8_time_us = 210.0,
153-
.sr_enter_plus_exit_z8_time_us = 310.0,
152+
.sr_exit_z8_time_us = 268.0,
153+
.sr_enter_plus_exit_z8_time_us = 393.0,
154154
.writeback_latency_us = 12.0,
155155
.dram_channel_width_bytes = 4,
156156
.round_trip_ping_latency_dcfclk_cycles = 106,

0 commit comments

Comments
 (0)