Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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()
H A Dsmu10_hwmgr.c1467 .power_off_asic = smu10_power_off_asic,
H A Dsmu8_hwmgr.c2034 .power_off_asic = smu8_power_off_asic,
H A Dvega12_hwmgr.c2928 .power_off_asic = vega12_power_off_asic,
H A Dvega20_hwmgr.c4366 .power_off_asic = vega20_power_off_asic,
H A Dvega10_hwmgr.c5558 .power_off_asic = vega10_power_off_asic,
H A Dsmu7_hwmgr.c5343 .power_off_asic = smu7_power_off_asic,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Dhwmgr.h314 int (*power_off_asic)(struct pp_hwmgr *hwmgr); member