Skip to content

Commit f9e7d4f

Browse files
Roman Lialexdeucher
authored andcommitted
drm/amd/display: Add missing dml2 init value for dcn35
[Why] For lighting up, some dml2 params needs to be initialized. One of them escaped initial patch under: "drm/amd/display: Add DCN35 DML2 support" [How] Add missing initialization. Fixes: 115009d ("drm/amd/display: Add DCN35 DML2 support") Reviewed-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Hersen Wu <hersenxs.wu@amd.com> Signed-off-by: Roman Li <roman.li@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent fd7cedc commit f9e7d4f

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
@@ -231,6 +231,7 @@ void dml2_init_socbb_params(struct dml2_context *dml2, const struct dc *in_dc, s
231231
out->num_chans = 4;
232232
out->round_trip_ping_latency_dcfclk_cycles = 106;
233233
out->smn_latency_us = 2;
234+
out->dispclk_dppclk_vco_speed_mhz = 3600;
234235
break;
235236

236237
case dml_project_dcn351:

0 commit comments

Comments
 (0)