Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dsmumgr.c63 if (NULL != hwmgr->smumgr_funcs->thermal_setup_fan_table) in smum_thermal_setup_fan_table()
64 return hwmgr->smumgr_funcs->thermal_setup_fan_table(hwmgr); in smum_thermal_setup_fan_table()
H A Dvegam_smumgr.c2302 .thermal_setup_fan_table = vegam_thermal_setup_fan_table,
H A Dfiji_smumgr.c2668 .thermal_setup_fan_table = fiji_thermal_setup_fan_table,
H A Diceland_smumgr.c2677 .thermal_setup_fan_table = iceland_thermal_setup_fan_table,
H A Dpolaris10_smumgr.c2516 .thermal_setup_fan_table = polaris10_thermal_setup_fan_table,
H A Dci_smumgr.c2973 .thermal_setup_fan_table = ci_thermal_setup_fan_table,
H A Dtonga_smumgr.c3247 .thermal_setup_fan_table = tonga_thermal_setup_fan_table,
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h207 int (*thermal_setup_fan_table)(struct pp_hwmgr *hwmgr); member