summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_temp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres2012-10-031-237/+0Star
* drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devicesMartin Peres2012-10-031-0/+43
* drm/nouveau/therm: rework thermal table parsingMartin Peres2012-10-031-200/+57Star
* drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs2012-10-031-25/+31
* drm/nouveau/i2c: port to subdev interfacesBen Skeggs2012-10-031-3/+3
* drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.cBen Skeggs2011-12-211-5/+1Star
* drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbiosBen Skeggs2011-12-211-2/+2
* drm/nv50/pm: mostly nailed down fan pwm frequency selectionBen Skeggs2011-12-211-0/+3
* drm/nouveau/pm: manual pwm fanspeed management for nv40+ boardsMartin Peres2011-12-211-0/+16
* gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-11-011-0/+2
* drm/nouveau/temp: Add default calibration values for nv67Emil Velikov2011-06-231-0/+7
* drm/nouveau/temp: Fix signed/unsigned int logicEmil Velikov2011-06-231-4/+4
* drm/nouveau: use I2C_MODULE_PREFIX kernel defineLucas Stach2011-02-241-3/+1Star
* drm/nouveau: probe for adt7473 before f75375Ben Skeggs2011-01-251-1/+1
* drm/nouveau: Fix a few confusions between "chipset" and "card_type".Francisco Jerez2010-11-181-1/+1
* drm/nouveau: Misc cleanup of the PM code.Francisco Jerez2010-09-241-1/+1
* drm/nouveau: Add support for I2C hardware monitoring devices.Francisco Jerez2010-09-241-3/+45
* drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez2010-09-241-28/+22Star
* drm/nouveau: Fix parsing of the temperature constant correction.Francisco Jerez2010-09-241-2/+2
* drm/nouveau: Add sane sensor correction defaults for nv4a.Francisco Jerez2010-09-241-0/+1
* drm/nv40: fix reading temp valueFrancesco Marella2010-09-241-2/+2
* drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)Martin Peres2010-09-241-0/+272