aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/therm/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-26drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres1-5/+7
2014-03-26drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs1-1/+1
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/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 Skeggs1-3/+12
2013-11-08drm/nouveau/therm: add hook for clk to suggest fanspeed to thermBen Skeggs1-0/+13
2013-11-08drm/nouveau/therm: kill some over-zealous debuggingBen Skeggs1-3/+0
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres1-1/+9
2013-09-04drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres1-1/+6
2013-09-04drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov1-1/+1
2013-03-18drm/nouveau/therm: display the availability of the internal sensorMartin Peres1-0/+1
2013-03-18drm/nouveau/therm: disable auto fan management if temperature is not availableMartin Peres1-0/+5
2013-03-18drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the userMartin Peres1-1/+1
2013-03-18drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres1-5/+5
2013-02-20drm/nouveau/therm: always initialize alarm_program_lockMarcin Slusarz1-0/+1
2013-02-20drm/nouveau/fan: handle the cases where we are outside of the linear zoneMartin Peres1-0/+7
2013-02-20drm/nouveau/therm: better transitions and debug loggingBen Skeggs1-27/+29
2013-02-20drm/nouveau/therm: implement support for temperature alarmsMartin Peres1-1/+10
2013-02-20drm/nouveau/therm: implement automatic fan managementMartin Peres1-2/+129
2013-02-20drm/nouveau/therm: cleanly separate pwm control logic from thermBen Skeggs1-16/+29
2013-02-20drm/nouveau/therm: fix various style issues, make more consistentBen Skeggs1-2/+29
2012-10-03drm/nouveau/therm: add support for fan-control modesMartin Peres1-0/+4
2012-10-03drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres1-0/+140