aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom1-29/+1
2010-03-31Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie1-1/+1
2010-03-15drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day1-2/+2
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-02-15drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom1-0/+6
2010-01-25drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom1-0/+8
2010-01-25drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri1-31/+23
2010-01-14drm/ttm: Make sure system buffer objects has offset == 0.Thomas Hellstrom1-1/+2
2010-01-14drm/ttm: Export symbols needed for vmwgfx suspend / resume operations.Thomas Hellstrom1-0/+1
2010-01-14drm/ttm: Add a swap_notify callback.Thomas Hellstrom1-0/+3
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-11drm/ttm: export some functions useful to drivers using ttmBen Skeggs1-0/+4
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse1-73/+57
2009-12-10drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse1-13/+57
2009-12-10drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse1-0/+4
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom1-18/+11
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse1-242/+221
2009-12-08drm/ttm: fix unreachable code.Dave Airlie1-2/+3
2009-08-20drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom1-3/+0
2009-08-20Merge Linus master to drm-nextDave Airlie1-15/+55
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom1-100/+192
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom1-3/+3
2009-08-04drm/ttm: Read buffer overflowRoel Kluin1-1/+2
2009-08-04drm/ttm: Fix a sync object leak.Thomas Hellstrom1-0/+4
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-1/+4
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie1-1/+6
2009-07-15ttm: Fix caching mode selection.Thomas Hellstrom1-12/+39
2009-06-19drm/ttm: fix an error path to exit function correctlyThomas Hellstrom1-1/+1
2009-06-19ttm: Return -ERESTART when a signal interrupts bo eviction.Thomas Hellstrom1-3/+6
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom1-0/+1698