Skip to content

Commit fc6d61a

Browse files
Paul Hsiehalexdeucher
authored andcommitted
drm/amd/display: change dram_clock_latency to 34us for dcn35
[Why & How] Current DRAM setting would cause underflow on customer platform. Modify dram_clock_change_latency_us from 11.72 to 34.0 us as per recommendation from HW team Reviewed-by: Nicholas Kazlauskas <[email protected]> Acked-by: Zaeem Mohamed <[email protected]> Signed-off-by: Paul Hsieh <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 6b3cc7a commit fc6d61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_5_soc = {
177177
.urgent_latency_pixel_data_only_us = 4.0,
178178
.urgent_latency_pixel_mixed_with_vm_data_us = 4.0,
179179
.urgent_latency_vm_data_only_us = 4.0,
180-
.dram_clock_change_latency_us = 11.72,
180+
.dram_clock_change_latency_us = 34.0,
181181
.urgent_out_of_order_return_per_channel_pixel_only_bytes = 4096,
182182
.urgent_out_of_order_return_per_channel_pixel_and_vm_bytes = 4096,
183183
.urgent_out_of_order_return_per_channel_vm_only_bytes = 4096,

0 commit comments

Comments
 (0)