Skip to content

Commit 0ccc2b3

Browse files
Xi Liualexdeucher
authored andcommitted
drm/amd/display: Set DCN351 BB and IP the same as DCN35
[WHY & HOW] DCN351 and DCN35 should use the same bounding box and IP settings. Cc: Mario Limonciello <[email protected]> Cc: Alex Deucher <[email protected]> Cc: [email protected] Reviewed-by: Jun Lei <[email protected]> Acked-by: Alex Hung <[email protected]> Signed-off-by: Xi Liu <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 2f10d4a commit 0ccc2b3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,13 @@ void dml2_init_socbb_params(struct dml2_context *dml2, const struct dc *in_dc, s
228228
break;
229229

230230
case dml_project_dcn35:
231+
case dml_project_dcn351:
231232
out->num_chans = 4;
232233
out->round_trip_ping_latency_dcfclk_cycles = 106;
233234
out->smn_latency_us = 2;
234235
out->dispclk_dppclk_vco_speed_mhz = 3600;
235236
break;
236237

237-
case dml_project_dcn351:
238-
out->num_chans = 16;
239-
out->round_trip_ping_latency_dcfclk_cycles = 1100;
240-
out->smn_latency_us = 2;
241-
break;
242238
}
243239
/* ---Overrides if available--- */
244240
if (dml2->config.bbox_overrides.dram_num_chan)

0 commit comments

Comments
 (0)