File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ static void dcn3_get_memclk_states_from_smu(struct clk_mgr *clk_mgr_base)
432
432
clk_mgr -> base .ctx -> dc , clk_mgr_base -> bw_params );
433
433
}
434
434
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 )
436
436
{
437
437
struct clk_mgr_internal * clk_mgr = TO_CLK_MGR_INTERNAL (clk_mgr_base );
438
438
return clk_mgr -> smu_present ;
@@ -500,7 +500,7 @@ static struct clk_mgr_funcs dcn3_funcs = {
500
500
.are_clock_states_equal = dcn3_are_clock_states_equal ,
501
501
.enable_pme_wa = dcn3_enable_pme_wa ,
502
502
.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
504
504
};
505
505
506
506
static void dcn3_init_clocks_fpga (struct clk_mgr * clk_mgr )
You can’t perform that action at this time.
0 commit comments