Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c404 if (hwmgr->hwmgr_func->get_current_shallow_sleep_clocks == NULL) in phm_get_current_shallow_sleep_clocks()
407 return hwmgr->hwmgr_func->get_current_shallow_sleep_clocks(hwmgr, state, clock_info); in phm_get_current_shallow_sleep_clocks()
Dsmu10_hwmgr.c1342 .get_current_shallow_sleep_clocks = smu10_get_current_shallow_sleep_clocks,
Dsmu8_hwmgr.c1983 .get_current_shallow_sleep_clocks = smu8_get_current_shallow_sleep_clocks,
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h522 int (*get_current_shallow_sleep_clocks)(struct smu_context *smu, member
727 …((smu)->funcs->get_current_shallow_sleep_clocks ? (smu)->funcs->get_current_shallow_sleep_clocks((…
Dhwmgr.h300 int (*get_current_shallow_sleep_clocks)(struct pp_hwmgr *hwmgr, member