aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_execbuf_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom1-4/+4
2013-11-18drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom1-13/+19
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst1-5/+4
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst1-26/+17
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-28/+30
2013-01-15drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2Maarten Lankhorst1-2/+21
2013-01-15drm/ttm: cleanup ttm_eu_reserve_buffers handlingMaarten Lankhorst1-32/+21
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst1-1/+1
2012-12-10drm/ttm: change fence_lock to inner lockMaarten Lankhorst1-2/+2
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst1-4/+1
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst1-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom1-1/+4
2010-11-22drm/ttm: Improved fencing of buffer object listsThomas Hellstrom1-11/+25
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom1-3/+4
2010-11-22drm/ttm: Optimize ttm_eu_backoff_reservationThomas Hellstrom1-7/+8
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie1-11/+113
2009-12-07drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom1-0/+117