summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie30-706/+1710
2009-12-23drm/kms: silencing a false positive warning.Marin Mitov1-1/+1
2009-12-23drm/mm: fix logic for selection of best fit blockBob Gleitsmann1-2/+2
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom4-111/+209
2009-12-23drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom3-10/+6
2009-12-23drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom1-28/+19
2009-12-23drm/radeon: fix build on 64-bit with some compilers.Dave Airlie1-2/+2
2009-12-23drivers/gpu: Use kzalloc for allocating only one thingJulia Lawall1-2/+2
2009-12-23DRM: Rename clamp variableAndi Kleen1-3/+3
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann20-138/+86
2009-12-18Merge branch 'drm-linus' into drm-core-nextDave Airlie26-66/+1065
2009-12-18Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie24-0/+10812
2009-12-16drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs1-0/+5
2009-12-16drm/nv50: fix suspend/resume delays without firmware presentBen Skeggs1-0/+3
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs3-48/+64
2009-12-16drm/nv50: fix two potential suspend/resume oopsesBen Skeggs2-2/+2
2009-12-16drm/nv40: implement ctxprog/state generationBen Skeggs8-182/+1031
2009-12-16drm/nv10: Add the initial graph context and soft methods needed for LMA.Francisco Jerez1-43/+154
2009-12-16drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez1-0/+6
2009-12-16drm/nouveau: Add proper error handling to nouveau_card_initMarcin Kościelnicki1-25/+48
2009-12-16drm/nv04: Fix NV04 set_operation software method.Marcin Kościelnicki1-1/+1
2009-12-16drm/nouveau: Kill global state in BIOS script interpreterMarcin Kościelnicki2-287/+276
2009-12-16drm/nouveau: Kill global state in NvShadowBIOSMarcin Kościelnicki1-26/+21
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis15-88/+96
2009-12-16drm/i2c/ch7006: Fix load detection false positives right after system init.Francisco Jerez2-5/+5
2009-12-16drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.Francisco Jerez1-4/+3
2009-12-16drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)Dave Airlie4-9/+70
2009-12-16drm/radeon/kms: allow for texture tilingMaciej Cencora1-1/+9
2009-12-16Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie4-2/+11
2009-12-16drm/radeon/kms: init pm on all chipsetsRafał Miłecki4-2/+11
2009-12-16Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie6-18/+22
2009-12-16drm/radeon/kms: HDMI support for R600 KMSChristian Koenig9-6/+895
2009-12-16drm/radeon/kms: make sure mc is initialized before mapping blit boAlex Deucher2-12/+16
2009-12-16drm/radeon/kms: Return to userspace on ERESTARTSYSJerome Glisse1-11/+5
2009-12-16drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)Dave Airlie1-1/+2
2009-12-16drm/radeon/kms: don't report allocate failure on ERESTARTSYSDave Airlie1-2/+3
2009-12-16drm/radeon/kms: Check if bo we got from ttm are radeon object or notJerome Glisse3-4/+30
2009-12-16drm/radeon/kms: If no placement is supplied fallback to systemJerome Glisse1-0/+2
2009-12-16drm/ttm: Fix memory type manager debug information printingJerome Glisse1-10/+9
2009-12-16drm/ttm: Fix printk format & compute bo->mem.size at bo initializationJerome Glisse1-2/+3
2009-12-16drm/ttm: Fix potential ttm_mem_evict_first races.Thomas Hellstrom1-5/+31
2009-12-16drm/ttm: Delayed delete fixes.Thomas Hellstrom1-3/+4
2009-12-16drm/ttm: fix two bugs in new placement routines.Dave Airlie1-5/+5
2009-12-16drm/ttm: fix incorrect logic in ttm_bo_io pathDave Airlie1-1/+1
2009-12-15drm/nouveau: remove use of -ERESTARTBen Skeggs2-8/+1
2009-12-15nouveau: Fix endianness with new context program loaderBenjamin Herrenschmidt1-8/+12
2009-12-15drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs2-0/+6
2009-12-15drm/nouveau: fix ch7006 buildRandy Dunlap1-2/+3
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz19-0/+7338
2009-12-15drm/vmwgfx: Add svga headers for vmwgfx driverJakob Bornecrantz5-0/+3474