Skip to content

Commit

Permalink
drm/amd/display: Update to using new dccg callbacks
Browse files Browse the repository at this point in the history
[Why and how]
Update to using new dccg callbacks

Reviewed-by: Chris Park <chris.park@amd.com>
Signed-off-by: Hansen Dsouza <Hansen.Dsouza@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Hansen Dsouza authored and Alex Deucher committed Aug 13, 2024
1 parent 4af0d8e commit 680458d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2396,11 +2396,11 @@ struct dccg *dccg35_create(
(void)&dccg35_disable_symclk_be_new;
(void)&dccg35_set_symclk32_le_root_clock_gating;
(void)&dccg35_set_smclk32_se_rcg;
(void)&dccg35_funcs_new;
(void)&dccg35_funcs;

base = &dccg_dcn->base;
base->ctx = ctx;
base->funcs = &dccg35_funcs;
base->funcs = &dccg35_funcs_new;

dccg_dcn->regs = regs;
dccg_dcn->dccg_shift = dccg_shift;
Expand Down

0 comments on commit 680458d

Please sign in to comment.