summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/therm
AgeCommit message (Expand)Author
2015-01-22drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)Ben Skeggs
2014-09-15drm/nouveau/therm/nv84+: do not expose non-calibrated internal temp sensorMartin Peres
2014-09-15drm/nouveau/therm: make sure the temperature settings are sane on nv84+Martin Peres
2014-09-15drm/gm107/therm: add PWM fan support v2Martin Peres
2014-09-15drm/nouveau/therm/fan: do not use the pwm mode when the vbios tells us to use...Martin Peres
2014-07-15drm/nouveau/therm: fix a potential deadlock in the therm monitoring codeMartin Peres
2014-06-10drm/nouveau/i2c: bump the i2c delay for the adt7473Martin Peres
2014-06-10drm/nouveau/therm/fan/tach: default to 2 pulses per revolutionMartin Peres
2014-05-20drm/nvd9/therm: handle another kind of PWM fanMartin Peres
2014-03-26drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres
2014-03-26drm/nvd7/therm: handle another kind of PWM fansMartin Peres
2014-03-26drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres
2014-03-26drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs
2014-01-15Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie
2014-01-15drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-11-14drm/nv40/therm: fix slowing down fan when pstate undefinedBen Skeggs
2013-11-08drm/nouveau/therm: update target fanspeed outside of therm lockBen Skeggs
2013-11-08drm/nouveau/therm: automatic mode by defaultBen Skeggs
2013-11-08drm/nouveau/therm: no toggle fan control either if we can't guarantee no pwm ...Ben Skeggs
2013-11-08drm/nvc0/therm: allow fan control if we've killed the vbios ppwr ucodeBen Skeggs
2013-11-08drm/nouveau/therm: if no bios trip/linear info, default to perf-suggested speedBen Skeggs
2013-11-08drm/nouveau/therm: add hook for clk to suggest fanspeed to thermBen Skeggs
2013-11-08drm/nouveau/i2c: use a custom bitbanging delay for the adt7473Martin Peres
2013-11-08drm/nouveau/therm: ack any pending IRQ at initMartin Peres
2013-11-08drm/nouveau/therm: kill some over-zealous debuggingBen Skeggs
2013-10-03drm: nouveau: Don't use i2c_client->driverLars-Peter Clausen
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres
2013-09-04drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres
2013-09-04drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov
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