Skip to content

Commit 668a674

Browse files
Sung Leealexdeucher
authored andcommitted
drm/amd/display: Update downspread percent to match spreadsheet for DCN2.1
[WHY] The downspread percentage was copied over from a previous version of the display_mode_lib spreadsheet. This value has been updated, and the previous value is too high to allow for such modes as 4K120hz. The new value is sufficient for such modes. [HOW] Update the value in dcn21_resource to match the spreadsheet. Signed-off-by: Sung Lee <[email protected]> Reviewed-by: Yongqiang Sun <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent fdfd2a8 commit 668a674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn2_1_soc = {
284284
.dram_channel_width_bytes = 4,
285285
.fabric_datapath_to_dcn_data_return_bytes = 32,
286286
.dcn_downspread_percent = 0.5,
287-
.downspread_percent = 0.5,
287+
.downspread_percent = 0.38,
288288
.dram_page_open_time_ns = 50.0,
289289
.dram_rw_turnaround_time_ns = 17.5,
290290
.dram_return_buffer_per_channel_bytes = 8192,

0 commit comments

Comments
 (0)