Skip to content

Commit 79f0253

Browse files
Joshua Aberbackalexdeucher
authored andcommitted
drm/amd/display: Update DCN302 SR Exit Latency
[Why&How] Update SR Exit Latency to fix screen flickering caused due to OTG underflow. This is the recommended value given by the hardware IP team. Signed-off-by: Joshua Aberback <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 52a9df8 commit 79f0253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_02_soc = {
164164

165165
.min_dcfclk = 500.0, /* TODO: set this to actual min DCFCLK */
166166
.num_states = 1,
167-
.sr_exit_time_us = 12,
167+
.sr_exit_time_us = 15.5,
168168
.sr_enter_plus_exit_time_us = 20,
169169
.urgent_latency_us = 4.0,
170170
.urgent_latency_pixel_data_only_us = 4.0,

0 commit comments

Comments
 (0)