Home
last modified time | relevance | path

Searched refs:ulMinRPM (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_thermal.c44 fan_speed_info->min_rpm = hwmgr->thermal_controller.fanInfo.ulMinRPM; in smu7_fan_ctrl_get_fan_speed_info()
263 (speed < hwmgr->thermal_controller.fanInfo.ulMinRPM) || in smu7_fan_ctrl_set_fan_speed_rpm()
Dvega10_thermal.c56 hwmgr->thermal_controller.fanInfo.ulMinRPM; in vega10_fan_ctrl_get_fan_speed_info()
314 (speed < hwmgr->thermal_controller.fanInfo.ulMinRPM) || in vega10_fan_ctrl_set_fan_speed_rpm()
Dvega10_processpptables.c145 hwmgr->thermal_controller.fanInfo.ulMinRPM = in init_thermal_controller()
214 hwmgr->thermal_controller.fanInfo.ulMinRPM = fan_table_v2->ucFanMinRPM * 100UL; in init_thermal_controller()
Dprocess_pptables_v1_0.c908 hwmgr->thermal_controller.fanInfo.ulMinRPM in init_thermal_controller()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h626 uint32_t ulMinRPM; member