summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds64-973/+2410
2010-01-11Merge branch 'for-airlied' of /ssd/git/drm-nouveau-next into drm-linusDave Airlie29-496/+853
2010-01-11Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie33-470/+1529
2010-01-11drm/nv04: Fix set_operation software method.Marcin Koƛcielnicki1-1/+1
2010-01-11drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs3-6/+12
2010-01-11drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs1-1/+1
2010-01-11drm/nv04: differentiate between nv04/nv05Ben Skeggs1-1/+4
2010-01-11drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri1-20/+13
2010-01-11drm/nv50: prevent a possible ctxprog hangBen Skeggs1-0/+1
2010-01-11drm/nouveau: have ttm's fault handler called directlyBen Skeggs1-29/+1
2010-01-11drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs1-4/+2
2010-01-11drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz4-26/+22
2010-01-11drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2-42/+0
2010-01-11drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2-4/+10
2010-01-11drm/nv04: Context switching fixes.Francisco Jerez1-74/+78
2010-01-11drm/nouveau: Use the software object for fencing.Francisco Jerez2-3/+4
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez6-24/+48
2010-01-11drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis1-17/+19
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2-4/+8
2010-01-11drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez1-2/+2
2010-01-11drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez1-1/+89
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez3-31/+37
2010-01-11drm/nv50: fix fillrect colorMarcin Slusarz1-1/+2
2010-01-11drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs1-0/+17
2010-01-11drm/nouveau: Drop redundant placement initialization.Francisco Jerez1-10/+2
2010-01-11drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez1-1/+1
2010-01-11drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez1-2/+2
2010-01-11drm/i2c/ch7006: Drop build time dependency to nouveau.Francisco Jerez1-3/+2
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez3-65/+265
2010-01-11drm/nouveau: Pre-G80 tiling support.Francisco Jerez8-147/+185
2010-01-11drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez3-0/+48
2010-01-11drm: reduce WARN_ON to a printk.Dave Airlie1-1/+1
2010-01-11drm/kms/fb: check for depth changes from userspace for resizing.Dave Airlie1-5/+4
2010-01-11drm: Keep disabled outputs disabled after suspend / resumeDavid John1-1/+23
2010-01-11drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xxAlex Deucher5-2/+881
2010-01-08DRM / i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki1-0/+2
2010-01-08drm/radeon/kms: Don't try to enable IRQ if we have no handler installedJerome Glisse4-5/+28
2010-01-08drm: Avoid calling vblank function is vblank wasn't initializedJerome Glisse1-1/+4
2010-01-08drm/radeon: mkregtable.c: close a file before exitAlexander Beregalov1-1/+3
2010-01-08drm/radeon/kms: Make sure we release AGP device if we acquired itJerome Glisse5-8/+6
2010-01-08drm/radeon/kms: Schedule host path read cache flush through the ring V2Jerome Glisse13-32/+33
2010-01-08drm/radeon/kms: Workaround RV410/R420 CP errata (V3)Corbin Simpson2-0/+32
2010-01-08drm/radeon/kms: detect sideport memory on IGP chipsAlex Deucher8-3/+64
2010-01-08drm/radeon: fix a couple of array index errorsDarren Jenkins1-7/+7
2010-01-08drm/radeon/kms: add support for eDP (embedded DisplayPort)Alex Deucher5-12/+32
2010-01-08drm: Add eDP connector typeAlex Deucher1-0/+1
2010-01-08drm/radeon/kms: pull in the latest upstream ObjectID.h changesAlex Deucher1-1/+126
2010-01-08drm/radeon/kms: whitespace changes to ObjectID.hAlex Deucher1-369/+309
2010-01-08drm/radeon/kms: fix typo in atom connector type handlingAlex Deucher2-31/+5
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds16-43/+86