Skip to content

Commit 6b3cc7a

Browse files
Daniel Miessalexdeucher
authored andcommitted
drm/amd/display: Change dram_clock_latency to 34us for dcn351
[Why] Intermittent underflow observed when using 4k144 display on dcn351 [How] Update dram_clock_change_latency_us from 11.72us to 34us Reviewed-by: Nicholas Kazlauskas <[email protected]> Acked-by: Zaeem Mohamed <[email protected]> Signed-off-by: Daniel Miess <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent ad28d7c commit 6b3cc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_51_soc = {
215215
.urgent_latency_pixel_data_only_us = 4.0,
216216
.urgent_latency_pixel_mixed_with_vm_data_us = 4.0,
217217
.urgent_latency_vm_data_only_us = 4.0,
218-
.dram_clock_change_latency_us = 11.72,
218+
.dram_clock_change_latency_us = 34,
219219
.urgent_out_of_order_return_per_channel_pixel_only_bytes = 4096,
220220
.urgent_out_of_order_return_per_channel_pixel_and_vm_bytes = 4096,
221221
.urgent_out_of_order_return_per_channel_vm_only_bytes = 4096,

0 commit comments

Comments
 (0)