summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core
AgeCommit message (Expand)Author
2013-04-01nouveau: Attempt to use platform-provided ROM imageMatthew Garrett
2013-03-19drm/nouveau/core: fix return value of nouveau_object_del()Ben Skeggs
2013-03-18drm/nouveau/therm: display the availability of the internal sensorMartin Peres
2013-03-18drm/nouveau/therm: disable temperature management if the sensor isn't readableMartin Peres
2013-03-18drm/nouveau/therm: disable auto fan management if temperature is not availableMartin Peres
2013-03-18drm/nv40/therm: reserve negative temperatures for errorsMartin Peres
2013-03-18drm/nv40/therm: disable temperature reading if the bios misses some parametersMartin Peres
2013-03-18drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the userMartin Peres
2013-03-18drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres
2013-03-18drm/nouveau/therm: do not make assumptions on temperatureMartin Peres
2013-03-18drm/nv40/therm: increase the sensor's settling delay to 20msMartin Peres
2013-03-18drm/nv40/therm: improve selection between the old and the new styleMartin Peres
2013-03-11drm/nouveau: fix regression in vblankingMaarten Lankhorst
2013-03-04drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs
2013-03-04drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez
2013-03-04drm/nve0/graph: some random reg moved on keplerBen Skeggs
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-02-20drm/nvd0/disp: handle multiple actions from one set of supervisor intrsBen Skeggs
2013-02-20drm/nv50/disp: handle multiple actions from one set of supervisor intrsBen Skeggs
2013-02-20nouveau: ACPI support depends on X86 and X86_PLATFORM_DEVICESBen Hutchings
2013-02-20drm/nouveau/i2c: add support for ddc/aux, and dp link training on anx9805Ben Skeggs
2013-02-20drm/nv50-/disp: initial supervisor support for off-chip encodersBen Skeggs
2013-02-20drm/nv50-/disp: initial work towards supporting external encodersBen Skeggs
2013-02-20drm/nv50-/disp: move DP link training to core and train from supervisorBen Skeggs
2013-02-20drm/nv50-/disp: handle supervisor tasks from workqueueBen Skeggs
2013-02-20drm/nouveau/i2c: create proper chipset-specific class implementationsBen Skeggs
2013-02-20drm/nv50-/disp: 0x0000 is a valid udisp config valueBen Skeggs
2013-02-20drm/nv50/devinit: reverse the logic for running encoder init scriptsBen Skeggs
2013-02-20drm/nouveau/bios: store a type/mask hash in parsed dcb dataBen Skeggs
2013-02-20drm/nouveau/i2c: extend type to 16-bits, add lookup-by-type functionBen Skeggs
2013-02-20drm/nouveau/i2c: aux channels not necessarily on nvioBen Skeggs
2013-02-20drm/nouveau/i2c: fix a bit of a thinko in nv_wri2cr helper functionsBen Skeggs
2013-02-20drm/nouveau/bios: parse external transmitter type if off-chipBen Skeggs
2013-02-20drm/nouveau/i2c: handle i2c/aux mux outside of port lookup functionBen Skeggs
2013-02-20drm/nv50/graph: avoid touching 400724, it doesn't existBen Skeggs
2013-02-20drm/nouveau/disp: sizeof() wrong pointerDan Carpenter
2013-02-20drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparentlyBen Skeggs
2013-02-20drm/nouveau/gpio: use event interfaces for interrupt signallingBen Skeggs
2013-02-20drm/nouveau/gpio: pass number of on-die gpio lines to baseBen Skeggs
2013-02-20drm/nouveau/fifo/nvc0: bash some magic reg to make uevent interrupt workBen Skeggs
2013-02-20drm/nouveau/fifo/nv84: support user event triggerBen Skeggs
2013-02-20drm/nouveau/fifo/nvc0-: use interrupt 31 as an event triggerBen Skeggs
2013-02-20drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs
2013-02-20drm/nouveau/disp/nv04: implement a base display object classBen Skeggs
2013-02-20drm/nouveau/core: basic event interface between core and drmBen Skeggs
2013-02-20drm/nouveau/fifo/nvc0: improve interrupt handler somewhatBen Skeggs
2013-02-20drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctorMarcin Slusarz
2013-02-20drm/nouveau/therm: use workqueue to shutdown the machineMarcin Slusarz
2013-02-20drm/nv40/therm: reset temperature sensor on initMarcin Slusarz
2013-02-20drm/nouveau/therm: turn on fan only when threshold hit in positive directionMarcin Slusarz