aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-11Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds81-0/+35852
2009-12-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-104/+71
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs81-0/+35852
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds104-2924/+10895
2009-12-11drm/ttm: export some functions useful to drivers using ttmBen Skeggs1-0/+4
2009-12-11drm/radeon/kms/avivo: fix typo in new_pll module descriptionAlex Deucher1-1/+1
2009-12-11drm/radeon/kms: Convert radeon to new ttm_bo_initJerome Glisse1-30/+9
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse1-73/+57
2009-12-10drm/radeon/kms: fix warning about cur_placement being uninitialised.Dave Airlie1-1/+1
2009-12-10Merge remote branch 'korg/drm-radeon-next' of into drm-linusDave Airlie29-474/+768
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie7-26/+26
2009-12-10drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse1-13/+57
2009-12-10drm: Add memory manager debug functionJerome Glisse1-0/+20
2009-12-10drm/radeon/kms: restore surface registers on resume.Dave Airlie11-7/+23
2009-12-10drm/radeon/kms/r600/r700: fallback gracefully on ucode failureAlex Deucher2-25/+25
2009-12-10drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse1-0/+4
2009-12-10drm/radeon/kms: cleanup structure and module if initialization failsJerome Glisse1-22/+20
2009-12-10drm/radeon/kms: actualy set the eviction placements we chooseJerome Glisse1-0/+1
2009-12-10drm/radeon/kms: Fix NULL ptr dereferenceJerome Glisse1-2/+4
2009-12-10drm/radeon/kms/avivo: add support for new pll selection algoAlex Deucher6-3/+120
2009-12-10drm/radeon/kms/avivo: fix some bugs in the display bandwidth setupAlex Deucher3-5/+28
2009-12-10drm/radeon/kms: fix return value from fence function.Dave Airlie1-1/+1
2009-12-10drm/radeon: Remove tests for -ERESTART from the TTM code.Thomas Hellstrom2-29/+14
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2-24/+12
2009-12-10drm/radeon/kms: Convert radeon to new TTM validation API (V2)Jerome Glisse3-51/+67
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse1-242/+221
2009-12-10drm: Add search/get functions to get a block in a specific rangeJerome Glisse1-0/+88
2009-12-10drm/radeon/kms: fix avivo tiling regression since radeon object reworkDave Airlie1-2/+3
2009-12-09Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2009-12-08drm/i915: Remove a debugging printk from hangcheckChris Wilson1-1/+0
2009-12-09drm/radeon/kms: make sure i2c id matchesAlex Deucher1-48/+43
2009-12-09drm/radeon/kms: make sure ss id matchesAlex Deucher1-6/+12
2009-12-09drm/radeon/kms: connector fixesAlex Deucher2-9/+15
2009-12-09drm/ttm: fix memory leak noticed by kmemleak.Dave Airlie1-1/+3