Lines Matching +full:temperature +full:- +full:mode
12 -----------
14 This driver allows to read the GPU core temperature, drive the GPU fan and
15 set temperature alarms.
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
23 Temperature management
24 ----------------------
26 Temperature is exposed under as a read-only HWMON attribute temp1_input.
29 temperature thresholds:
32 Fan speed is set to 100% when reaching this temperature;
56 --------------
62 Current fan management mode (NONE, MANUAL or AUTO);
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
90 -----------