Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c502 if (hwmgr->hwmgr_func->disable_smc_firmware_ctf == NULL) in phm_disable_smc_firmware_ctf()
505 return hwmgr->hwmgr_func->disable_smc_firmware_ctf(hwmgr); in phm_disable_smc_firmware_ctf()
Dvega12_hwmgr.c2929 .disable_smc_firmware_ctf = vega12_thermal_disable_alert,
Dvega20_hwmgr.c4411 .disable_smc_firmware_ctf = vega20_thermal_disable_alert,
Dvega10_hwmgr.c5559 .disable_smc_firmware_ctf = vega10_thermal_disable_alert,
Dsmu7_hwmgr.c5330 .disable_smc_firmware_ctf = smu7_thermal_disable_alert,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Dhwmgr.h324 int (*disable_smc_firmware_ctf)(struct pp_hwmgr *hwmgr); member