Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c169 if (NULL != hwmgr->hwmgr_func->disable_clock_power_gating) in phm_disable_clock_power_gatings()
170 return hwmgr->hwmgr_func->disable_clock_power_gating(hwmgr); in phm_disable_clock_power_gatings()
Dsmu7_hwmgr.c5028 .disable_clock_power_gating = smu7_disable_clock_power_gating,
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h258 int (*disable_clock_power_gating)(struct pp_hwmgr *hwmgr); member