Commit de2d1105 authored by Xi (Alex) Liu's avatar Xi (Alex) Liu Committed by Alex Deucher
Browse files

drm/amd/display: add root clock control function pointer to fix display corruption



[Why and how]

External display has corruption because no root clock control function. Add the function pointer to fix the issue.

Reviewed-by: default avatarDaniel Miess <daniel.miess@amd.com>
Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: default avatarRoman Li <roman.li@amd.com>
Signed-off-by: default avatarXi (Alex) Liu <xi.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 211a06df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ static const struct hwseq_private_funcs dcn351_private_funcs = {
	//.hubp_pg_control = dcn35_hubp_pg_control,
	.enable_power_gating_plane = dcn35_enable_power_gating_plane,
	.dpp_root_clock_control = dcn35_dpp_root_clock_control,
	.dpstream_root_clock_control = dcn35_dpstream_root_clock_control,
	.program_all_writeback_pipes_in_tree = dcn30_program_all_writeback_pipes_in_tree,
	.update_odm = dcn35_update_odm,
	.set_hdr_multiplier = dcn10_set_hdr_multiplier,