aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/therm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15drm/nouveau/therm/nv84+: do not expose non-calibrated internal temp sensorMartin Peres1-1/+6
2014-09-15drm/nouveau/therm: make sure the temperature settings are sane on nv84+Martin Peres4-1/+35
2014-09-15drm/gm107/therm: add PWM fan support v2Martin Peres4-3/+103
2014-09-15drm/nouveau/therm/fan: do not use the pwm mode when the vbios tells us to use toggleMartin Peres1-1/+7
2014-07-15drm/nouveau/therm: fix a potential deadlock in the therm monitoring codeMartin Peres1-3/+3
2014-06-10drm/nouveau/i2c: bump the i2c delay for the adt7473Martin Peres1-3/+3
2014-06-10drm/nouveau/therm/fan/tach: default to 2 pulses per revolutionMartin Peres1-1/+1
2014-05-20drm/nvd9/therm: handle another kind of PWM fanMartin Peres1-0/+1
2014-03-26drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres2-8/+7
2014-03-26drm/nvd7/therm: handle another kind of PWM fansMartin Peres5-15/+34
2014-03-26drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres1-6/+13
2014-03-26drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs1-1/+1
2014-01-15Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie1-5/+5
2014-01-15drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs1-5/+5
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+2
2013-11-14drm/nv40/therm: fix slowing down fan when pstate undefinedBen Skeggs1-1/+2
2013-11-08drm/nouveau/therm: update target fanspeed outside of therm lockBen Skeggs1-6/+8
2013-11-08drm/nouveau/therm: automatic mode by defaultBen Skeggs1-1/+1
2013-11-08drm/nouveau/therm: no toggle fan control either if we can't guarantee no pwm connectedBen Skeggs1-0/+7
2013-11-08drm/nvc0/therm: allow fan control if we've killed the vbios ppwr ucodeBen Skeggs1-3/+4
2013-11-08drm/nouveau/therm: if no bios trip/linear info, default to perf-suggested speedBen Skeggs2-3/+15
2013-11-08drm/nouveau/therm: add hook for clk to suggest fanspeed to thermBen Skeggs2-0/+14
2013-11-08drm/nouveau/i2c: use a custom bitbanging delay for the adt7473Martin Peres1-27/+27
2013-11-08drm/nouveau/therm: ack any pending IRQ at initMartin Peres4-4/+18
2013-11-08drm/nouveau/therm: kill some over-zealous debuggingBen Skeggs2-5/+0
2013-10-03drm: nouveau: Don't use i2c_client->driverLars-Peter Clausen1-1/+2
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres4-1/+51
2013-09-04drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres2-1/+9
2013-09-04drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov1-1/+1
2013-04-26drm/nouveau/therm: send some messages to debug levelBen Skeggs2-14/+14
2013-04-26drm/nv50/therm: implement temperature readingMartin Peres1-3/+39
2013-04-26drm/nouveau/therm: split the nv50 and nv84 codeMartin Peres6-155/+228
2013-03-18drm/nouveau/therm: display the availability of the internal sensorMartin Peres3-0/+13
2013-03-18drm/nouveau/therm: disable temperature management if the sensor isn't readableMartin Peres1-1/+1
2013-03-18drm/nouveau/therm: disable auto fan management if temperature is not availableMartin Peres1-0/+5
2013-03-18drm/nv40/therm: reserve negative temperatures for errorsMartin Peres1-0/+4
2013-03-18drm/nv40/therm: disable temperature reading if the bios misses some parametersMartin Peres2-15/+4
2013-03-18drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the userMartin Peres2-3/+5
2013-03-18drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres3-7/+7
2013-03-18drm/nouveau/therm: do not make assumptions on temperatureMartin Peres1-3/+3
2013-03-18drm/nv40/therm: increase the sensor's settling delay to 20msMartin Peres1-1/+2
2013-03-18drm/nv40/therm: improve selection between the old and the new styleMartin Peres1-12/+38
2013-02-20drm/nouveau/i2c: create proper chipset-specific class implementationsBen Skeggs1-1/+1
2013-02-20drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctorMarcin Slusarz1-25/+27
2013-02-20drm/nouveau/therm: use workqueue to shutdown the machineMarcin Slusarz1-2/+16
2013-02-20drm/nv40/therm: reset temperature sensor on initMarcin Slusarz1-1/+11
2013-02-20drm/nouveau/therm: turn on fan only when threshold hit in positive directionMarcin Slusarz1-4/+7
2013-02-20drm/nouveau/therm: always initialize alarm_program_lockMarcin Slusarz2-1/+1
2013-02-20drm/nouveau/fan: fix selection of fan speed when fan->get returns an errorMarcin Slusarz1-3/+3
2013-02-20drm/nouveau: quiet static-related sparse noiseMarcin Slusarz4-6/+6