aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_api.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-2/+1
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst1-2/+3
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst1-2/+0
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz1-9/+0
2012-11-07drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst1-0/+14
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-1/+1
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-1/+8
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse1-1/+18
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse1-5/+0
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk1-3/+0
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-4/+4
2011-04-05drm: fix "persistant" typoJan Engelhardt1-9/+9
2011-03-31Fix common misspellingsLucas De Marchi1-7/+7
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom1-1/+5
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom1-4/+2
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie1-0/+38
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom1-0/+4
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+3
2010-10-06drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom1-1/+3
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-1/+2
2010-05-18ttm: Provide an API for starting and stopping the delayed workqueueMatthew Garrett1-0/+17
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse1-0/+23
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse1-2/+4
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse1-33/+30
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom1-7/+7
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse1-12/+30
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom1-0/+1
2009-08-19drm/ttm: optimize bo_kmap_type valuesPekka Paalanen1-6/+6
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom1-0/+618