Commit e8f141f5 authored by Flora Cui's avatar Flora Cui Committed by Alex Deucher

drm/amd/display: drop duplicated .dsc_pg_control for dcn30

There're 2 .dsc_pg_control, drop the first one.
	.dsc_pg_control = NULL,
	.dsc_pg_control = dcn20_dsc_pg_control,
Signed-off-by: default avatarFlora Cui <flora.cui@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent cf9f579c
...@@ -116,7 +116,6 @@ static const struct hwseq_private_funcs dcn30_private_funcs = { ...@@ -116,7 +116,6 @@ static const struct hwseq_private_funcs dcn30_private_funcs = {
.enable_power_gating_plane = dcn20_enable_power_gating_plane, .enable_power_gating_plane = dcn20_enable_power_gating_plane,
.dpp_pg_control = dcn20_dpp_pg_control, .dpp_pg_control = dcn20_dpp_pg_control,
.hubp_pg_control = dcn20_hubp_pg_control, .hubp_pg_control = dcn20_hubp_pg_control,
.dsc_pg_control = NULL,
.program_all_writeback_pipes_in_tree = dcn30_program_all_writeback_pipes_in_tree, .program_all_writeback_pipes_in_tree = dcn30_program_all_writeback_pipes_in_tree,
.update_odm = dcn20_update_odm, .update_odm = dcn20_update_odm,
.dsc_pg_control = dcn20_dsc_pg_control, .dsc_pg_control = dcn20_dsc_pg_control,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment