aboutsummaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_bo_driver.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefGravatar Konrad Rzeszutek Wilk 1-3/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-3/+3
2011-04-05drm: fix "persistant" typoGravatar Jan Engelhardt 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Gravatar Dave Airlie 1-1/+0
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Dave Airlie 1-1/+6
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Gravatar Konrad Rzeszutek Wilk 1-0/+1
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Gravatar Konrad Rzeszutek Wilk 1-1/+3
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Gravatar Konrad Rzeszutek Wilk 1-0/+2
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingGravatar Thomas Hellstrom 1-49/+55
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Gravatar Thomas Hellstrom 1-0/+2
2010-11-22drm/ttm: Improved fencing of buffer object listsGravatar Thomas Hellstrom 1-0/+10
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockGravatar Thomas Hellstrom 1-0/+3
2010-11-22drm/ttm: Don't deadlock on recursive multi-bo reservationsGravatar Thomas Hellstrom 1-3/+22
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Gravatar Dave Airlie 1-0/+14
2010-11-09drm/ttm: Documentation updateGravatar Thomas Hellstrom 1-5/+74
2010-10-21drm/ttm: Avoid using the ttm_mem_type_manager::put_locked functionGravatar Thomas Hellstrom 1-2/+0
2010-10-19drm/ttm: add unlocked variant of new manager put node.Gravatar Dave Airlie 1-0/+4
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerGravatar Ben Skeggs 1-2/+19
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeGravatar Ben Skeggs 1-0/+4
2010-08-04drm: move ttm global code to core drmGravatar Dave Airlie 1-3/+4
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-24/+33
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Gravatar Thomas Hellstrom 1-28/+0
2010-04-20drm/ttm: remove io_ field from TTM V6Gravatar Jerome Glisse 1-12/+0
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Gravatar Jerome Glisse 1-1/+15
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitGravatar Jerome Glisse 1-11/+18
2010-03-15drm/ttm: use drm calloc large and free largeGravatar Dave Airlie 1-1/+0
2010-03-01drm/ttm: fix function prototype to match implementationGravatar Randy Dunlap 1-1/+1
2010-01-14drm/ttm: Add a swap_notify callback.Gravatar Thomas Hellstrom 1-0/+5
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Gravatar Thomas Hellstrom 1-4/+4
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Gravatar Jerome Glisse 1-15/+5
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Gravatar Thomas Hellstrom 1-0/+9
2009-08-20Merge Linus master to drm-nextGravatar Dave Airlie 1-1/+19
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Gravatar Thomas Hellstrom 1-26/+68
2009-07-29drm/radeon/kms: add initial colortiling support.Gravatar Dave Airlie 1-0/+15
2009-07-15drm/ttm/radeon: add dma32 support.Gravatar Dave Airlie 1-1/+4
2009-06-15drm: Add the TTM GPU memory manager subsystem.Gravatar Thomas Hellstrom 1-0/+867