Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c166 if (NULL != hwmgr->hwmgr_func->disable_clock_power_gating) in phm_disable_clock_power_gatings()
167 return hwmgr->hwmgr_func->disable_clock_power_gating(hwmgr); in phm_disable_clock_power_gatings()
H A Dsmu7_hwmgr.c5753 .disable_clock_power_gating = smu7_disable_clock_power_gating,
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h271 int (*disable_clock_power_gating)(struct pp_hwmgr *hwmgr); member