summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/therm
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/therm: send some messages to debug levelBen Skeggs2013-04-262-14/+14
* drm/nv50/therm: implement temperature readingMartin Peres2013-04-261-3/+39
* drm/nouveau/therm: split the nv50 and nv84 codeMartin Peres2013-04-266-155/+228
* drm/nouveau/therm: display the availability of the internal sensorMartin Peres2013-03-183-0/+13
* drm/nouveau/therm: disable temperature management if the sensor isn't readableMartin Peres2013-03-181-1/+1
* drm/nouveau/therm: disable auto fan management if temperature is not availableMartin Peres2013-03-181-0/+5
* drm/nv40/therm: reserve negative temperatures for errorsMartin Peres2013-03-181-0/+4
* drm/nv40/therm: disable temperature reading if the bios misses some parametersMartin Peres2013-03-182-15/+4
* drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the userMartin Peres2013-03-182-3/+5
* drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres2013-03-183-7/+7
* drm/nouveau/therm: do not make assumptions on temperatureMartin Peres2013-03-181-3/+3
* drm/nv40/therm: increase the sensor's settling delay to 20msMartin Peres2013-03-181-1/+2
* drm/nv40/therm: improve selection between the old and the new styleMartin Peres2013-03-181-12/+38
* drm/nouveau/i2c: create proper chipset-specific class implementationsBen Skeggs2013-02-201-1/+1
* drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctorMarcin Slusarz2013-02-201-25/+27
* drm/nouveau/therm: use workqueue to shutdown the machineMarcin Slusarz2013-02-201-2/+16
* drm/nv40/therm: reset temperature sensor on initMarcin Slusarz2013-02-201-1/+11
* drm/nouveau/therm: turn on fan only when threshold hit in positive directionMarcin Slusarz2013-02-201-4/+7
* drm/nouveau/therm: always initialize alarm_program_lockMarcin Slusarz2013-02-202-1/+1
* drm/nouveau/fan: fix selection of fan speed when fan->get returns an errorMarcin Slusarz2013-02-201-3/+3
* drm/nouveau: quiet static-related sparse noiseMarcin Slusarz2013-02-204-6/+6
* drm/nouveau/fan: handle the cases where we are outside of the linear zoneMartin Peres2013-02-201-0/+7
* drm/nouveau/therm: force a minimum hysteresis on temperature alarm thresholdsMartin Peres2013-02-201-0/+7
* drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is inputBen Skeggs2013-02-201-7/+16
* drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FANBen Skeggs2013-02-202-3/+3
* drm/nouveau/therm: better transitions and debug loggingBen Skeggs2013-02-204-31/+42
* drm/nouveau/therm: implement support for temperature alarmsMartin Peres2013-02-207-1/+364
* drm/nouveau/therm: implement automatic fan managementMartin Peres2013-02-203-40/+138
* drm/nouveau/fan: obey fan bump/slow periods as defined by vbiosMartin Peres2013-02-203-13/+82
* drm/nouveau/fan: add toggle fan supportMartin Peres2013-02-203-8/+122
* drm/nouveau/therm: cleanly separate pwm control logic from thermBen Skeggs2013-02-209-127/+274
* drm/nouveau/therm: add interfaces to allow forcing off pwm fan controlBen Skeggs2013-02-205-8/+56
* drm/nvd0/therm: add support for hardware fan tachometerBen Skeggs2013-02-203-2/+27
* drm/nva3/therm: add support for hardware fan tachometerBen Skeggs2013-02-201-0/+97
* drm/nouveau/therm: collect fan tach info in common fan constructorBen Skeggs2013-02-202-5/+17
* drm/nouveau/therm: fix various style issues, make more consistentBen Skeggs2013-02-205-72/+71
* nvd0/therm: implement more appropriate pwm fan control functionsBen Skeggs2013-02-202-0/+123
* nouveau: fix warning on 32-bit build.Dave Airlie2012-10-161-1/+1
* drm/nouveau/fan: fix a typo in PWM's input clock calculationMartin Peres2012-10-091-1/+1
* drm/nouveau/therm: add support for fan-control modesMartin Peres2012-10-035-5/+65
* drm/nouveau/therm: calculate the pwm divisor on nv50+Martin Peres2012-10-033-4/+37
* drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, fasterMartin Peres2012-10-031-9/+16
* drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres2012-10-037-0/+868
OpenPOWER on IntegriCloud