summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-17drm/nv50: fix minor thinko from nvc0 changesBen Skeggs1-1/+1
2010-08-17drm/nouveau: Don't try DDC on the dummy I2C channel.Francisco Jerez1-2/+4
2010-08-09drm/nvc0: fix typo in PRAMIN flushBen Skeggs1-1/+1
2010-08-09drm/nouveau: Fix DCB TMDS config parsing.Francisco Jerez1-4/+4
2010-08-09drm/nv30: Fix PFB init for nv31.Francisco Jerez1-8/+16
2010-08-09drm/nv04: Fix up SGRAM density detection.Francisco Jerez1-1/+1
2010-08-09drm/i2c/ch7006: Don't use POWER_LEVEL_FULL_POWER_OFF on early chip versions.Francisco Jerez3-1/+6
2010-08-09drm/nouveau: Init dcb->or on cards that have no usable DCB table.Francisco Jerez1-1/+1
2010-08-06drm/nouveau: reduce severity of some "error" messagesBen Skeggs1-2/+2
2010-08-06drm/nvc0: backup bar3 channel on suspendBen Skeggs1-0/+22
2010-08-06drm/nouveau: implement init table opcodex 0x5e and 0x9aMarcin Koƛcielnicki1-0/+123
2010-08-06drm/nouveau: implement init table op 0x57, INIT_LTIMEMarcin Koƛcielnicki1-0/+26
2010-08-06drm/nvc0: implement crtc pll settingBen Skeggs2-4/+21
2010-08-06drm/nvc0: fix evo dma object so we display somethingBen Skeggs1-1/+4
2010-08-06drm/nvc0: rudimentary instmem supportBen Skeggs1-0/+131
2010-08-06drm/nvc0: implement memory detectionBen Skeggs1-1/+5
2010-08-06drm/nvc0: allow INIT_GPIOBen Skeggs1-1/+1
2010-08-06drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs10-6/+388
2010-08-06drm/nv30: Workaround dual TMDS brain damage.Francisco Jerez1-4/+35
2010-08-06drm/nouveau: No need to set slave TV encoder configs explicitly.Francisco Jerez1-1/+0
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez9-21/+93
2010-08-06drm/nv10: Fix up switching of NV10TCL_DMA_VTXBUF.Francisco Jerez2-61/+132
2010-08-06drm/nouveau: Ack the context switch interrupt before switching contexts.Francisco Jerez1-2/+2
2010-08-06drm/nouveau: Fix the INIT_CONFIGURE_PREINIT BIOS opcode.Francisco Jerez1-1/+1
2010-08-06drm/nouveau: Don't pass misaligned offsets to io_mapping_map_atomic_wc().Francisco Jerez1-4/+6
2010-08-06drm/nouveau: unwind on load errorsDan Carpenter1-10/+30
2010-08-06drm/nouveau: Fix AGP reset when AGP FW is already enabled on init.Francisco Jerez1-3/+4
2010-08-06drm/nouveau: remove unused ttm bo listBen Skeggs3-10/+0
2010-08-06drm/nv50: use custom i2c algo for dp auxchBen Skeggs3-62/+72
2010-08-05agp: intel-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-11/+11
2010-08-05agp: efficeon-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-11/+11
2010-08-05drm: kill BKL from common codeArnd Bergmann9-46/+75
2010-08-05drm/kms: Simplify setup of the initial I2C encoder config.Francisco Jerez1-0/+7
2010-08-05drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson4-16/+22
2010-08-05drm/radeon/kms: only expose underscan on avivo chipsAlex Deucher2-11/+16
2010-08-05drm/radeon: add new pci idsAlex Deucher1-0/+7
2010-08-05drm: Cleanup after failing to create master->unique and dev->nameChris Wilson1-19/+66
2010-08-04drm/radeon: tone down overchatty acpi debug messages.Dave Airlie2-2/+2
2010-08-04drm/radeon/kms: enable underscan option for digital connectorsAlex Deucher5-25/+98
2010-08-04drm/radeon/kms: fix calculation of h/v scaling factorsAlex Deucher1-7/+13
2010-08-04Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie198-1203/+2413
2010-08-04drm/radeon/kms/igp: sideport is AMD onlyAlex Deucher4-11/+11
2010-08-04drm/radeon/kms: handle the case of no active displays properly in the bandwid...Alex Deucher2-32/+18
2010-08-04drm: move ttm global code to core drmDave Airlie17-79/+114
2010-08-04drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it.Eric Anholt1-5/+7
2010-08-02drm/radeon/kms: make sure HPD is set to NONE on analog-only connectorsAlex Deucher1-2/+14
2010-08-02drm/radeon/kms: make sure rio_mem is valid before unmapping itAlex Deucher1-1/+2
2010-08-02drm/agp/i915: trim stolen space to 32MJesse Barnes2-1/+18
2010-08-02drm/i915: Unset cursor if out-of-bounds upon mode change (v4)Chris Wilson2-53/+99
2010-08-02drm/i915: Unreference object not handle on creationChris Wilson1-2/+1