Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c412 if (hwmgr->hwmgr_func->get_current_shallow_sleep_clocks == NULL) in phm_get_current_shallow_sleep_clocks()
415 return hwmgr->hwmgr_func->get_current_shallow_sleep_clocks(hwmgr, state, clock_info); in phm_get_current_shallow_sleep_clocks()
H A Dsmu8_hwmgr.c2061 .get_current_shallow_sleep_clocks = smu8_get_current_shallow_sleep_clocks,
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h299 int (*get_current_shallow_sleep_clocks)(struct pp_hwmgr *hwmgr, member