Lines Matching +full:fan +full:- +full:speed
12 -----------
14 This driver allows to read the GPU core temperature, drive the GPU fan and
17 Currently, due to the absence of in-kernel API to access HWMON drivers, Nouveau
19 have one of those, temperature and/or fan management through Nouveau's HWMON
24 ----------------------
26 Temperature is exposed under as a read-only HWMON attribute temp1_input.
32 Fan speed is set to 100% when reaching this temperature;
55 Fan management
56 --------------
58 Not all cards have a drivable fan. If you do, then the following HWMON
62 Current fan management mode (NONE, MANUAL or AUTO);
66 The minimum PWM speed allowed;
68 The maximum PWM speed allowed (bypassed when hitting Fan_boost);
73 Speed in RPM of your fan.
75 Your fan can be driven in different modes:
77 * 0: The fan is left untouched;
78 * 1: The fan can be driven in manual (use pwm1 to change the speed);
79 * 2; The fan is driven automatically depending on the temperature.
82 Be sure to use the manual mode if you want to drive the fan speed manually
85 When operating in manual mode outside the vbios-defined
86 [PWM_min, PWM_max] range, the reported fan speed (RPM) may not be accurate
90 -----------