Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c210 if (hwmgr->hwmgr_func->stop_thermal_controller == NULL) in phm_stop_thermal_controller()
213 return hwmgr->hwmgr_func->stop_thermal_controller(hwmgr); in phm_stop_thermal_controller()
Dvega12_hwmgr.c2905 .stop_thermal_controller = vega12_thermal_stop_thermal_controller,
Dvega20_hwmgr.c4403 .stop_thermal_controller = vega20_thermal_stop_thermal_controller,
Dsmu7_hwmgr.c5698 .stop_thermal_controller = smu7_thermal_stop_thermal_controller,
Dvega10_hwmgr.c5689 .stop_thermal_controller = vega10_thermal_stop_thermal_controller,
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h277 int (*stop_thermal_controller)(struct pp_hwmgr *hwmgr); member