Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c466 if (hwmgr->hwmgr_func->get_max_high_clocks == NULL) in phm_get_max_high_clocks()
469 return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks); in phm_get_max_high_clocks()
Dsmu10_hwmgr.c1177 .get_max_high_clocks = smu10_get_max_high_clocks,
Dsmu8_hwmgr.c1967 .get_max_high_clocks = smu8_get_max_high_clocks,
Dsmu7_hwmgr.c5061 .get_max_high_clocks = smu7_get_max_high_clocks,
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h299 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks); member