aboutsummaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_bo_driver.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-25drm/ttm: convert to unified vma offset managerGravatar David Herrmann 1-5/+5
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsGravatar Maarten Lankhorst 1-70/+105
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsGravatar Maarten Lankhorst 1-9/+23
2013-04-12ttm: export functions to allow qxl do its own iomappingGravatar Dave Airlie 1-0/+4
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedGravatar Maarten Lankhorst 1-12/+0
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathGravatar Maarten Lankhorst 1-0/+30
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveGravatar Maarten Lankhorst 1-15/+4
2012-12-10drm/ttm: remove no_wait_reserve, v3Gravatar Maarten Lankhorst 1-12/+7
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsGravatar Maarten Lankhorst 1-14/+0
2012-11-20drm/ttm: remove sync_arg from driver functionsGravatar Maarten Lankhorst 1-3/+3
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupGravatar Maarten Lankhorst 1-3/+0
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeGravatar Marcin Slusarz 1-3/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...Gravatar David Howells 1-8/+8
2012-07-24drm/ttm: remove stale declaration and fieldGravatar Ilija Hadzic 1-3/+0
2012-05-23ttm: add prime sharing support to TTM (v2)Gravatar Dave Airlie 1-0/+2
2012-01-06ttm: fix agp since ttm tt reworkGravatar Jerome Glisse 1-0/+2
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Gravatar Jerome Glisse 1-5/+0
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Gravatar Jerome Glisse 1-3/+29
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Gravatar Konrad Rzeszutek Wilk 1-0/+2
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Gravatar Jerome Glisse 1-18/+23
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Gravatar Jerome Glisse 1-63/+41
2011-12-06drm/ttm: remove unused backend flags fieldGravatar Jerome Glisse 1-2/+0
2011-12-06drm/ttm: remove split btw highmen and lowmem pageGravatar Jerome Glisse 1-7/+0
2011-12-06drm/ttm: remove userspace backed ttm object supportGravatar Jerome Glisse 1-24/+0
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