Skip to content

Commit e1a6002

Browse files
Alvin Leealexdeucher
authored andcommitted
drm/amd/display: Reduce sdp bw after urgent to 90%
[Description] Reduce expected SDP bandwidth due to poor QoS and arbitration issues on high bandwidth configs Cc: Mario Limonciello <mario.limonciello@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org Acked-by: Stylon Wang <stylon.wang@amd.com> Signed-off-by: Alvin Lee <alvin.lee2@amd.com> Reviewed-by: Nevenko Stupar <Nevenko.Stupar@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent dac6522 commit e1a6002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_2_soc = {
138138
.urgent_out_of_order_return_per_channel_pixel_only_bytes = 4096,
139139
.urgent_out_of_order_return_per_channel_pixel_and_vm_bytes = 4096,
140140
.urgent_out_of_order_return_per_channel_vm_only_bytes = 4096,
141-
.pct_ideal_sdp_bw_after_urgent = 100.0,
141+
.pct_ideal_sdp_bw_after_urgent = 90.0,
142142
.pct_ideal_fabric_bw_after_urgent = 67.0,
143143
.pct_ideal_dram_sdp_bw_after_urgent_pixel_only = 20.0,
144144
.pct_ideal_dram_sdp_bw_after_urgent_pixel_and_vm = 60.0, // N/A, for now keep as is until DML implemented

0 commit comments

Comments
 (0)