summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/therm
AgeCommit message (Expand)Author
2013-04-26drm/nouveau/therm: send some messages to debug levelBen Skeggs
2013-04-26drm/nv50/therm: implement temperature readingMartin Peres
2013-04-26drm/nouveau/therm: split the nv50 and nv84 codeMartin Peres
2013-03-18drm/nouveau/therm: display the availability of the internal sensorMartin Peres
2013-03-18drm/nouveau/therm: disable temperature management if the sensor isn't readableMartin Peres
2013-03-18drm/nouveau/therm: disable auto fan management if temperature is not availableMartin Peres
2013-03-18drm/nv40/therm: reserve negative temperatures for errorsMartin Peres
2013-03-18drm/nv40/therm: disable temperature reading if the bios misses some parametersMartin Peres
2013-03-18drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the userMartin Peres
2013-03-18drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres
2013-03-18drm/nouveau/therm: do not make assumptions on temperatureMartin Peres
2013-03-18drm/nv40/therm: increase the sensor's settling delay to 20msMartin Peres
2013-03-18drm/nv40/therm: improve selection between the old and the new styleMartin Peres
2013-02-20drm/nouveau/i2c: create proper chipset-specific class implementationsBen Skeggs
2013-02-20drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctorMarcin Slusarz
2013-02-20drm/nouveau/therm: use workqueue to shutdown the machineMarcin Slusarz
2013-02-20drm/nv40/therm: reset temperature sensor on initMarcin Slusarz
2013-02-20drm/nouveau/therm: turn on fan only when threshold hit in positive directionMarcin Slusarz
2013-02-20drm/nouveau/therm: always initialize alarm_program_lockMarcin Slusarz
2013-02-20drm/nouveau/fan: fix selection of fan speed when fan->get returns an errorMarcin Slusarz
2013-02-20drm/nouveau: quiet static-related sparse noiseMarcin Slusarz
2013-02-20drm/nouveau/fan: handle the cases where we are outside of the linear zoneMartin Peres
2013-02-20drm/nouveau/therm: force a minimum hysteresis on temperature alarm thresholdsMartin Peres
2013-02-20drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is inputBen Skeggs
2013-02-20drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FANBen Skeggs
2013-02-20drm/nouveau/therm: better transitions and debug loggingBen Skeggs
2013-02-20drm/nouveau/therm: implement support for temperature alarmsMartin Peres
2013-02-20drm/nouveau/therm: implement automatic fan managementMartin Peres
2013-02-20drm/nouveau/fan: obey fan bump/slow periods as defined by vbiosMartin Peres
2013-02-20drm/nouveau/fan: add toggle fan supportMartin Peres
2013-02-20drm/nouveau/therm: cleanly separate pwm control logic from thermBen Skeggs
2013-02-20drm/nouveau/therm: add interfaces to allow forcing off pwm fan controlBen Skeggs
2013-02-20drm/nvd0/therm: add support for hardware fan tachometerBen Skeggs
2013-02-20drm/nva3/therm: add support for hardware fan tachometerBen Skeggs
2013-02-20drm/nouveau/therm: collect fan tach info in common fan constructorBen Skeggs
2013-02-20drm/nouveau/therm: fix various style issues, make more consistentBen Skeggs
2013-02-20nvd0/therm: implement more appropriate pwm fan control functionsBen Skeggs
2012-10-16nouveau: fix warning on 32-bit build.Dave Airlie
2012-10-09drm/nouveau/fan: fix a typo in PWM's input clock calculationMartin Peres
2012-10-03drm/nouveau/therm: add support for fan-control modesMartin Peres
2012-10-03drm/nouveau/therm: calculate the pwm divisor on nv50+Martin Peres
2012-10-03drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, fasterMartin Peres
2012-10-03drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres