Skip to content

Commit 823273b

Browse files
Fangzhi Zuogregkh
authored andcommitted
drm/amd/display: Update efficiency bandwidth for dcn351
[ Upstream commit 7ae37db ] Fix 4k240 underflow on dcn351 Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 566db37 commit 823273b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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
@@ -233,6 +233,7 @@ void dml2_init_socbb_params(struct dml2_context *dml2, const struct dc *in_dc, s
233233
out->round_trip_ping_latency_dcfclk_cycles = 106;
234234
out->smn_latency_us = 2;
235235
out->dispclk_dppclk_vco_speed_mhz = 3600;
236+
out->pct_ideal_dram_bw_after_urgent_pixel_only = 65.0;
236237
break;
237238

238239
}

0 commit comments

Comments
 (0)