aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_api.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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