Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_thermal.c45 fan_speed_info->max_rpm = hwmgr->thermal_controller.fanInfo.ulMaxRPM; in smu7_fan_ctrl_get_fan_speed_info()
264 (speed > hwmgr->thermal_controller.fanInfo.ulMaxRPM)) in smu7_fan_ctrl_set_fan_speed_rpm()
H A Dvega10_thermal.c58 hwmgr->thermal_controller.fanInfo.ulMaxRPM; in vega10_fan_ctrl_get_fan_speed_info()
315 (speed > hwmgr->thermal_controller.fanInfo.ulMaxRPM)) in vega10_fan_ctrl_set_fan_speed_rpm()
H A Dvega10_processpptables.c148 hwmgr->thermal_controller.fanInfo.ulMaxRPM = in init_thermal_controller()
216 hwmgr->thermal_controller.fanInfo.ulMaxRPM = fan_table_v2->ucFanMaxRPM * 100UL; in init_thermal_controller()
H A Dprocess_pptables_v1_0.c910 hwmgr->thermal_controller.fanInfo.ulMaxRPM in init_thermal_controller()
H A Dprocesspptables.c1003 hwmgr->thermal_controller.fanInfo.ulMaxRPM in init_thermal_controller()
H A Dvega12_hwmgr.c424 hwmgr->thermal_controller.fanInfo.ulMaxRPM / 100; in vega12_hwmgr_backend_init()
H A Dvega10_hwmgr.c905 hwmgr->thermal_controller.fanInfo.ulMaxRPM / 100; in vega10_hwmgr_backend_init()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h628 uint32_t ulMaxRPM; member