Home
last modified time | relevance | path

Searched refs:get_current_shallow_sleep_clocks (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c420 if (hwmgr->hwmgr_func->get_current_shallow_sleep_clocks == NULL) in phm_get_current_shallow_sleep_clocks()
423 return hwmgr->hwmgr_func->get_current_shallow_sleep_clocks(hwmgr, state, clock_info); in phm_get_current_shallow_sleep_clocks()
Dsmu10_hwmgr.c1630 .get_current_shallow_sleep_clocks = smu10_get_current_shallow_sleep_clocks,
Dsmu8_hwmgr.c2039 .get_current_shallow_sleep_clocks = smu8_get_current_shallow_sleep_clocks,
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h301 int (*get_current_shallow_sleep_clocks)(struct pp_hwmgr *hwmgr, member