Skip to content

Commit 7ae37db

Browse files
Fangzhi Zuoalexdeucher
authored andcommitted
drm/amd/display: Update efficiency bandwidth for dcn351
Fix 4k240 underflow on dcn351 Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Fangzhi Zuo <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 9ef1548 commit 7ae37db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ void dml2_init_socbb_params(struct dml2_context *dml2, const struct dc *in_dc, s
234234
out->round_trip_ping_latency_dcfclk_cycles = 106;
235235
out->smn_latency_us = 2;
236236
out->dispclk_dppclk_vco_speed_mhz = 3600;
237+
out->pct_ideal_dram_bw_after_urgent_pixel_only = 65.0;
237238
break;
238239

239240
}

0 commit comments

Comments
 (0)