Home
last modified time | relevance | path

Searched refs:power_off_asic (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c53 if (NULL != hwmgr->hwmgr_func->power_off_asic) in phm_power_down_asic()
54 return hwmgr->hwmgr_func->power_off_asic(hwmgr); in phm_power_down_asic()
Dsmu10_hwmgr.c1182 .power_off_asic = smu10_power_off_asic,
Dsmu8_hwmgr.c1969 .power_off_asic = smu8_power_off_asic,
Dvega12_hwmgr.c2391 .power_off_asic = vega12_power_off_asic,
Dvega10_hwmgr.c4901 .power_off_asic = vega10_power_off_asic,
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h301 int (*power_off_asic)(struct pp_hwmgr *hwmgr); member