aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/therm/fan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-26drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres1-3/+0
2014-03-26drm/nvd7/therm: handle another kind of PWM fansMartin Peres1-1/+2
2014-03-26drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres1-6/+13
2013-11-08drm/nouveau/therm: if no bios trip/linear info, default to perf-suggested speedBen Skeggs1-0/+3
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres1-0/+17
2013-09-04drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres1-0/+3
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 Slusarz1-1/+1
2013-02-20drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is inputBen Skeggs1-7/+16
2013-02-20drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FANBen Skeggs1-1/+1
2013-02-20drm/nouveau/therm: better transitions and debug loggingBen Skeggs1-3/+11
2013-02-20drm/nouveau/therm: implement automatic fan managementMartin Peres1-35/+3
2013-02-20drm/nouveau/fan: obey fan bump/slow periods as defined by vbiosMartin Peres1-8/+75
2013-02-20drm/nouveau/fan: add toggle fan supportMartin Peres1-8/+3
2013-02-20drm/nouveau/therm: cleanly separate pwm control logic from thermBen Skeggs1-77/+41
2013-02-20drm/nouveau/therm: add interfaces to allow forcing off pwm fan controlBen Skeggs1-0/+2
2013-02-20drm/nouveau/therm: collect fan tach info in common fan constructorBen Skeggs1-4/+11
2012-10-16nouveau: fix warning on 32-bit build.Dave Airlie1-1/+1
2012-10-03drm/nouveau/therm: add support for fan-control modesMartin Peres1-1/+51
2012-10-03drm/nouveau/therm: calculate the pwm divisor on nv50+Martin Peres1-4/+9
2012-10-03drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, fasterMartin Peres1-9/+16
2012-10-03drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres1-0/+172