aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_temp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-21drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.cBen Skeggs1-5/+1
2011-12-21drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbiosBen Skeggs1-2/+2
2011-12-21drm/nv50/pm: mostly nailed down fan pwm frequency selectionBen Skeggs1-0/+3
2011-12-21drm/nouveau/pm: manual pwm fanspeed management for nv40+ boardsMartin Peres1-0/+16
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+2
2011-06-23drm/nouveau/temp: Add default calibration values for nv67Emil Velikov1-0/+7
2011-06-23drm/nouveau/temp: Fix signed/unsigned int logicEmil Velikov1-4/+4
2011-02-25drm/nouveau: use I2C_MODULE_PREFIX kernel defineLucas Stach1-3/+1
2011-01-25drm/nouveau: probe for adt7473 before f75375Ben Skeggs1-1/+1
2010-11-18drm/nouveau: Fix a few confusions between "chipset" and "card_type".Francisco Jerez1-1/+1
2010-09-24drm/nouveau: Misc cleanup of the PM code.Francisco Jerez1-1/+1
2010-09-24drm/nouveau: Add support for I2C hardware monitoring devices.Francisco Jerez1-3/+45
2010-09-24drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez1-28/+22
2010-09-24drm/nouveau: Fix parsing of the temperature constant correction.Francisco Jerez1-2/+2
2010-09-24drm/nouveau: Add sane sensor correction defaults for nv4a.Francisco Jerez1-0/+1
2010-09-24drm/nv40: fix reading temp valueFrancesco Marella1-2/+2
2010-09-24drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)Martin Peres1-0/+272