Searched refs:get_max_high_clocks (Results 1 – 8 of 8) sorted by relevance
489 if (hwmgr->hwmgr_func->get_max_high_clocks == NULL) in phm_get_max_high_clocks()492 return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks); in phm_get_max_high_clocks()
1462 .get_max_high_clocks = smu10_get_max_high_clocks,
2032 .get_max_high_clocks = smu8_get_max_high_clocks,
5333 .get_max_high_clocks = smu7_get_max_high_clocks,
562 int (*get_max_high_clocks)(struct smu_context *smu, member
313 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks); member
369 } else if (adev->smu.ppt_funcs && adev->smu.ppt_funcs->get_max_high_clocks) { in dm_pp_get_clock_levels_by_type()
2335 if (smu->ppt_funcs->get_max_high_clocks) in smu_get_max_high_clocks()2336 ret = smu->ppt_funcs->get_max_high_clocks(smu, clocks); in smu_get_max_high_clocks()