Skip to content

Commit 5dac2b7

Browse files
dgaliffiAMDalexdeucher
authored andcommitted
drm/amd/display: Fixed typo in function name.
[How & Why] Changed "prsent" to "present". Signed-off-by: David Galiffi <[email protected]> Reviewed-by: Chris Park <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent e0912e1 commit 5dac2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ static void dcn3_get_memclk_states_from_smu(struct clk_mgr *clk_mgr_base)
432432
clk_mgr->base.ctx->dc, clk_mgr_base->bw_params);
433433
}
434434

435-
static bool dcn3_is_smu_prsent(struct clk_mgr *clk_mgr_base)
435+
static bool dcn3_is_smu_present(struct clk_mgr *clk_mgr_base)
436436
{
437437
struct clk_mgr_internal *clk_mgr = TO_CLK_MGR_INTERNAL(clk_mgr_base);
438438
return clk_mgr->smu_present;
@@ -500,7 +500,7 @@ static struct clk_mgr_funcs dcn3_funcs = {
500500
.are_clock_states_equal = dcn3_are_clock_states_equal,
501501
.enable_pme_wa = dcn3_enable_pme_wa,
502502
.notify_link_rate_change = dcn30_notify_link_rate_change,
503-
.is_smu_present = dcn3_is_smu_prsent
503+
.is_smu_present = dcn3_is_smu_present
504504
};
505505

506506
static void dcn3_init_clocks_fpga(struct clk_mgr *clk_mgr)

0 commit comments

Comments
 (0)