aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2010-03-31Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie
2010-03-15drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-02-15drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom
2010-01-25drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom
2010-01-25drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri
2010-01-14drm/ttm: Make sure system buffer objects has offset == 0.Thomas Hellstrom
2010-01-14drm/ttm: Export symbols needed for vmwgfx suspend / resume operations.Thomas Hellstrom
2010-01-14drm/ttm: Add a swap_notify callback.Thomas Hellstrom
2009-12-16drm/ttm: Fix memory type manager debug information printingJerome Glisse
2009-12-16drm/ttm: Fix printk format & compute bo->mem.size at bo initializationJerome Glisse
2009-12-16drm/ttm: Fix potential ttm_mem_evict_first races.Thomas Hellstrom
2009-12-16drm/ttm: Delayed delete fixes.Thomas Hellstrom
2009-12-16drm/ttm: fix two bugs in new placement routines.Dave Airlie
2009-12-11drm/ttm: export some functions useful to drivers using ttmBen Skeggs
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse
2009-12-10drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse
2009-12-10drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse
2009-12-08drm/ttm: fix unreachable code.Dave Airlie
2009-08-20drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom
2009-08-20Merge Linus master to drm-nextDave Airlie
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom
2009-08-04drm/ttm: Read buffer overflowRoel Kluin
2009-08-04drm/ttm: Fix a sync object leak.Thomas Hellstrom
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie
2009-07-15ttm: Fix caching mode selection.Thomas Hellstrom
2009-06-19drm/ttm: fix an error path to exit function correctlyThomas Hellstrom
2009-06-19ttm: Return -ERESTART when a signal interrupts bo eviction.Thomas Hellstrom
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom