Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega10_processpptables.c131 const ATOM_Vega10_Fan_Table_V2 *fan_table_v2; in init_thermal_controller() local
218 fan_table_v2 = (const ATOM_Vega10_Fan_Table_V2 *)header; in init_thermal_controller()
221fan_table_v2->ucFanParameters & ATOM_VEGA10_PP_FANPARAMETERS_TACHOMETER_PULSES_PER_REVOLUTION_MASK; in init_thermal_controller()
222 hwmgr->thermal_controller.fanInfo.ulMinRPM = fan_table_v2->ucFanMinRPM * 100UL; in init_thermal_controller()
223 hwmgr->thermal_controller.fanInfo.ulMaxRPM = fan_table_v2->ucFanMaxRPM * 100UL; in init_thermal_controller()
227 le16_to_cpu(fan_table_v2->usFanOutputSensitivity); in init_thermal_controller()
229 fan_table_v2->ucFanMaxRPM * 100UL; in init_thermal_controller()
231 le16_to_cpu(fan_table_v2->usThrottlingRPM); in init_thermal_controller()
233 le16_to_cpu(fan_table_v2->usFanAcousticLimitRpm); in init_thermal_controller()
235 le16_to_cpu(fan_table_v2->usTargetTemperature); in init_thermal_controller()
[all …]