Skip to content

Commit a8e380f

Browse files
Nicholas Kazlauskasalexdeucher
authored andcommitted
drm/amd/display: Update bounding box for DCN3.1
[Why & How] We're missing a default value for dram_channel_width_bytes in the DCN3.1 SOC bounding box and we don't currently have the interface in place to query the actual value from VBIOS. Put in a hardcoded default until we have the interface in place. Reviewed-by: Eric Yang <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Nicholas Kazlauskas <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent b0364fa commit a8e380f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_1_soc = {
220220
.sr_exit_z8_time_us = 402.0,
221221
.sr_enter_plus_exit_z8_time_us = 520.0,
222222
.writeback_latency_us = 12.0,
223+
.dram_channel_width_bytes = 4,
223224
.round_trip_ping_latency_dcfclk_cycles = 106,
224225
.urgent_latency_pixel_data_only_us = 4.0,
225226
.urgent_latency_pixel_mixed_with_vm_data_us = 4.0,

0 commit comments

Comments
 (0)