Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmumgr.c67 if (NULL != hwmgr->smumgr_funcs->thermal_setup_fan_table) in smum_thermal_setup_fan_table()
68 return hwmgr->smumgr_funcs->thermal_setup_fan_table(hwmgr); in smum_thermal_setup_fan_table()
Dvegam_smumgr.c2300 .thermal_setup_fan_table = vegam_thermal_setup_fan_table,
Dfiji_smumgr.c2662 .thermal_setup_fan_table = fiji_thermal_setup_fan_table,
Diceland_smumgr.c2679 .thermal_setup_fan_table = iceland_thermal_setup_fan_table,
Dpolaris10_smumgr.c2701 .thermal_setup_fan_table = polaris10_thermal_setup_fan_table,
Dci_smumgr.c2981 .thermal_setup_fan_table = ci_thermal_setup_fan_table,
Dtonga_smumgr.c3261 .thermal_setup_fan_table = tonga_thermal_setup_fan_table,
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h220 int (*thermal_setup_fan_table)(struct pp_hwmgr *hwmgr); member