Home
last modified time | relevance | path

Searched refs:get_max_high_clocks (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c475 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()
Dsmu10_hwmgr.c1346 .get_max_high_clocks = smu10_get_max_high_clocks,
Dsmu8_hwmgr.c1985 .get_max_high_clocks = smu8_get_max_high_clocks,
Dsmu7_hwmgr.c5154 .get_max_high_clocks = smu7_get_max_high_clocks,
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h512 int (*get_max_high_clocks)(struct smu_context *smu, member
713 ((smu)->funcs->get_max_high_clocks ? (smu)->funcs->get_max_high_clocks((smu), (clocks)) : 0)
Dhwmgr.h312 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks); member
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c368 } else if (adev->smu.funcs && adev->smu.funcs->get_max_high_clocks) { in dm_pp_get_clock_levels_by_type()