aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAge
* drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom2010-02-14
* drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom2010-01-25
* drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri2010-01-24
* drm/ttm: Make sure system buffer objects has offset == 0.Thomas Hellstrom2010-01-13
* drm/ttm: Export symbols needed for vmwgfx suspend / resume operations.Thomas Hellstrom2010-01-13
* drm/ttm: Add a swap_notify callback.Thomas Hellstrom2010-01-13
* drm/ttm: Fix memory type manager debug information printingJerome Glisse2009-12-16
* drm/ttm: Fix printk format & compute bo->mem.size at bo initializationJerome Glisse2009-12-16
* drm/ttm: Fix potential ttm_mem_evict_first races.Thomas Hellstrom2009-12-16
* drm/ttm: Delayed delete fixes.Thomas Hellstrom2009-12-16
* drm/ttm: fix two bugs in new placement routines.Dave Airlie2009-12-16
* drm/ttm: export some functions useful to drivers using ttmBen Skeggs2009-12-11
* drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse2009-12-10
* drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse2009-12-10
* drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse2009-12-10
* drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-10
* drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2009-12-10
* drm/ttm: fix unreachable code.Dave Airlie2009-12-07
* drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom2009-08-20
* Merge Linus master to drm-nextDave Airlie2009-08-19
|\
| * drm/ttm: Read buffer overflowRoel Kluin2009-08-03
| * drm/ttm: Fix a sync object leak.Thomas Hellstrom2009-08-03
| * drm/radeon/kms: add initial colortiling support.Dave Airlie2009-07-29
| * drm/ttm/radeon: add dma32 support.Dave Airlie2009-07-15
| * ttm: Fix caching mode selection.Thomas Hellstrom2009-07-15
* | ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom2009-08-19
* | drm/ttm: Memory accounting rework.Thomas Hellstrom2009-08-19
|/
* drm/ttm: fix an error path to exit function correctlyThomas Hellstrom2009-06-18
* ttm: Return -ERESTART when a signal interrupts bo eviction.Thomas Hellstrom2009-06-18
* drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom2009-06-14