Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu7_thermal.c49 fan_speed_info->min_rpm = hwmgr->thermal_controller.fanInfo.ulMinRPM; in smu7_fan_ctrl_get_fan_speed_info()
269 (speed < hwmgr->thermal_controller.fanInfo.ulMinRPM) || in smu7_fan_ctrl_set_fan_speed_rpm()
H A Damdgpu_vega10_thermal.c62 hwmgr->thermal_controller.fanInfo.ulMinRPM; in vega10_fan_ctrl_get_fan_speed_info()
321 (speed < hwmgr->thermal_controller.fanInfo.ulMinRPM) || in vega10_fan_ctrl_set_fan_speed_rpm()
H A Damdgpu_vega10_processpptables.c153 hwmgr->thermal_controller.fanInfo.ulMinRPM = in init_thermal_controller()
222 hwmgr->thermal_controller.fanInfo.ulMinRPM = fan_table_v2->ucFanMinRPM * 100UL; in init_thermal_controller()
266 hwmgr->thermal_controller.fanInfo.ulMinRPM = fan_table_v3->ucFanMinRPM * 100UL; in init_thermal_controller()
H A Damdgpu_vega20_processpptables.c832 hwmgr->thermal_controller.fanInfo.ulMinRPM = 0; in init_powerplay_table_information()
H A Damdgpu_process_pptables_v1_0.c913 hwmgr->thermal_controller.fanInfo.ulMinRPM in init_thermal_controller()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h660 uint32_t ulMinRPM; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_amd_powerplay.c853 *((uint32_t *)value) = hwmgr->thermal_controller.fanInfo.ulMinRPM; in pp_dpm_read_sensor()