Searched refs:is_smu_present (Results 1 – 4 of 4) sorted by relevance
297 bool (*is_smu_present)(struct clk_mgr *clk_mgr); member
501 .is_smu_present = dcn3_is_smu_present
946 .is_smu_present = dcn32_is_smu_present,
4707 if (dc->clk_mgr != NULL && dc->clk_mgr->funcs->is_smu_present) in dc_allow_idle_optimizations()4708 if (!dc->clk_mgr->funcs->is_smu_present(dc->clk_mgr)) in dc_allow_idle_optimizations()