Searched refs:get_max_high_clocks (Results 1 – 7 of 7) sorted by relevance
475 if (hwmgr->hwmgr_func->get_max_high_clocks == NULL) in phm_get_max_high_clocks()478 return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks); in phm_get_max_high_clocks()
1346 .get_max_high_clocks = smu10_get_max_high_clocks,
1985 .get_max_high_clocks = smu8_get_max_high_clocks,
5154 .get_max_high_clocks = smu7_get_max_high_clocks,
512 int (*get_max_high_clocks)(struct smu_context *smu, member713 ((smu)->funcs->get_max_high_clocks ? (smu)->funcs->get_max_high_clocks((smu), (clocks)) : 0)
312 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks); member
368 } else if (adev->smu.funcs && adev->smu.funcs->get_max_high_clocks) { in dm_pp_get_clock_levels_by_type()