summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_execbuf_util.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom2013-11-181-13/+19
* drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst2013-06-281-5/+4Star
* drm/ttm: convert to the reservation apiMaarten Lankhorst2013-06-281-26/+17Star
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-281-28/+30
* drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2Maarten Lankhorst2013-01-151-2/+21
* drm/ttm: cleanup ttm_eu_reserve_buffers handlingMaarten Lankhorst2013-01-151-32/+21Star
* drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst2013-01-151-1/+1
* drm/ttm: change fence_lock to inner lockMaarten Lankhorst2012-12-101-2/+2
* drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst2012-11-201-4/+1Star
* drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2012-11-201-1/+0Star
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-3/+3
* drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-221-1/+4
* drm/ttm: Improved fencing of buffer object listsThomas Hellstrom2010-11-221-11/+25
* drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-221-3/+4
* drm/ttm: Optimize ttm_eu_backoff_reservationThomas Hellstrom2010-11-221-7/+8
* drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie2010-11-221-11/+113
* drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom2009-12-071-0/+117