aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03-04drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs1-0/+1
2013-03-04drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez1-1/+1
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds57-923/+3775
2013-02-20nouveau: ACPI support depends on X86 and X86_PLATFORM_DEVICESBen Hutchings1-1/+1
2013-02-20drm/nouveau/i2c: add support for ddc/aux, and dp link training on anx9805Ben Skeggs2-1/+327
2013-02-20drm/nv50-/disp: initial supervisor support for off-chip encodersBen Skeggs1-2/+7
2013-02-20drm/nouveau/i2c: create proper chipset-specific class implementationsBen Skeggs19-373/+982
2013-02-20drm/nv50/devinit: reverse the logic for running encoder init scriptsBen Skeggs1-6/+8
2013-02-20drm/nouveau/bios: store a type/mask hash in parsed dcb dataBen Skeggs1-13/+16
2013-02-20drm/nouveau/i2c: extend type to 16-bits, add lookup-by-type functionBen Skeggs1-0/+14
2013-02-20drm/nouveau/i2c: aux channels not necessarily on nvioBen Skeggs3-148/+187
2013-02-20drm/nouveau/i2c: fix a bit of a thinko in nv_wri2cr helper functionsBen Skeggs1-4/+4
2013-02-20drm/nouveau/bios: parse external transmitter type if off-chipBen Skeggs1-1/+4
2013-02-20drm/nouveau/i2c: handle i2c/aux mux outside of port lookup functionBen Skeggs2-21/+36
2013-02-20drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparentlyBen Skeggs6-9/+157
2013-02-20drm/nouveau/gpio: use event interfaces for interrupt signallingBen Skeggs4-152/+61
2013-02-20drm/nouveau/gpio: pass number of on-die gpio lines to baseBen Skeggs4-4/+7
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 Slusarz7-9/+9
2013-02-20drm/nouveau/bios: tiny debugging messages fixesMarcin Slusarz1-2/+2
2013-02-20drm/nouveau: mark nv_printk_ as printf-like functionMarcin Slusarz2-3/+3
2013-02-20drm/nouveau/fan: handle the cases where we are outside of the linear zoneMartin Peres1-0/+7
2013-02-20drm/nouveau: report channel owner in error messagesMarcin Slusarz1-11/+35
2013-02-20drm/nouveau: use pr_contMarcin Slusarz2-13/+13
2013-02-20drm/nouveau/therm: force a minimum hysteresis on temperature alarm thresholdsMartin Peres1-0/+7
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 Skeggs2-3/+3
2013-02-20drm/nouveau/bios: add support for parsing xpio table dataBen Skeggs2-2/+85
2013-02-20drm/nouveau/therm: better transitions and debug loggingBen Skeggs4-31/+42
2013-02-20drm/nouveau/therm: implement support for temperature alarmsMartin Peres8-1/+365
2013-02-20drm/nv41/bus: report useful data on mmio faultMartin Peres2-3/+15
2013-02-20drm/nvc0/bus: report useful data on mmio faultBen Skeggs1-5/+10
2013-02-20drm/nouveau/pbus: add a PBUS subdev that hands IRQs to the right subdevsMartin Peres18-4/+471
2013-02-20drm/nouveau/therm: implement automatic fan managementMartin Peres3-40/+138
2013-02-20drm/nouveau/fan: obey fan bump/slow periods as defined by vbiosMartin Peres3-13/+82