Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c162 if (NULL != hwmgr->hwmgr_func->disable_clock_power_gating) in phm_disable_clock_power_gatings()
163 return hwmgr->hwmgr_func->disable_clock_power_gating(hwmgr); in phm_disable_clock_power_gatings()
Dsmu7_hwmgr.c5121 .disable_clock_power_gating = smu7_disable_clock_power_gating,
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h271 int (*disable_clock_power_gating)(struct pp_hwmgr *hwmgr); member