aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-09-03drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez
2010-08-27drm/nouveau: drop drm_global_mutex before sleeping in submission pathBen Skeggs
2010-08-27drm: export drm_global_mutex for drivers to useBen Skeggs
2010-08-26drm/nv20: Don't use pushbuf calls on the original nv20.Francisco Jerez
2010-08-26drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez
2010-08-26drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez
2010-08-26drm/nv30: Apply modesetting to the correct slave encoderPatrice Mandin
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez
2010-08-26drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs
2010-08-17drm/nouveau: fix earlier mistake when fixing merge conflictBen Skeggs
2010-08-17drm/nvc0: fix thinko in instmem suspend/resumeBen Skeggs
2010-08-17drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18.Francisco Jerez
2010-08-17drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP.Francisco Jerez
2010-08-17drm/nv50-nvc0: ramht_size is meant to be in bytes, not entriesBen Skeggs
2010-08-17drm/nouveau: punt some more log messages to debug levelBen Skeggs
2010-08-17drm/nouveau: remove warning about unknown tmds table revisionsBen Skeggs
2010-08-17drm/nouveau: check for error when allocating/mapping dummy pageBen Skeggs
2010-08-17drm/nouveau: fix race condition when under memory pressureBen Skeggs
2010-08-17drm/nv50: fix minor thinko from nvc0 changesBen Skeggs
2010-08-17drm/nouveau: Don't try DDC on the dummy I2C channel.Francisco Jerez
2010-08-09drm/nvc0: fix typo in PRAMIN flushBen Skeggs
2010-08-09drm/nouveau: Fix DCB TMDS config parsing.Francisco Jerez
2010-08-09drm/nv30: Fix PFB init for nv31.Francisco Jerez
2010-08-09drm/nv04: Fix up SGRAM density detection.Francisco Jerez
2010-08-09drm/i2c/ch7006: Don't use POWER_LEVEL_FULL_POWER_OFF on early chip versions.Francisco Jerez
2010-08-09drm/nouveau: Init dcb->or on cards that have no usable DCB table.Francisco Jerez
2010-08-06drm/nouveau: reduce severity of some "error" messagesBen Skeggs
2010-08-06drm/nvc0: backup bar3 channel on suspendBen Skeggs
2010-08-06drm/nouveau: implement init table opcodex 0x5e and 0x9aMarcin Koƛcielnicki
2010-08-06drm/nouveau: implement init table op 0x57, INIT_LTIMEMarcin Koƛcielnicki
2010-08-06drm/nvc0: implement crtc pll settingBen Skeggs
2010-08-06drm/nvc0: fix evo dma object so we display somethingBen Skeggs
2010-08-06drm/nvc0: rudimentary instmem supportBen Skeggs
2010-08-06drm/nvc0: implement memory detectionBen Skeggs
2010-08-06drm/nvc0: allow INIT_GPIOBen Skeggs
2010-08-06drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs
2010-08-06drm/nv30: Workaround dual TMDS brain damage.Francisco Jerez
2010-08-06drm/nouveau: No need to set slave TV encoder configs explicitly.Francisco Jerez
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez
2010-08-06drm/nv10: Fix up switching of NV10TCL_DMA_VTXBUF.Francisco Jerez
2010-08-06drm/nouveau: Ack the context switch interrupt before switching contexts.Francisco Jerez
2010-08-06drm/nouveau: Fix the INIT_CONFIGURE_PREINIT BIOS opcode.Francisco Jerez
2010-08-06drm/nouveau: Don't pass misaligned offsets to io_mapping_map_atomic_wc().Francisco Jerez
2010-08-06drm/nouveau: unwind on load errorsDan Carpenter
2010-08-06drm/nouveau: Fix AGP reset when AGP FW is already enabled on init.Francisco Jerez
2010-08-06drm/nouveau: remove unused ttm bo listBen Skeggs
2010-08-06drm/nv50: use custom i2c algo for dp auxchBen Skeggs
2010-08-05agp: intel-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy
2010-08-05agp: efficeon-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy
2010-08-05drm: kill BKL from common codeArnd Bergmann