aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-5/+5
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst1-70/+105
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-9/+23
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie1-0/+4
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst1-12/+0
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst1-0/+30
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst1-15/+4
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-12/+7
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst1-14/+0
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-3/+3
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst1-3/+0
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz1-3/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-8/+8
2012-07-24drm/ttm: remove stale declaration and fieldIlija Hadzic1-3/+0
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-0/+2
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse1-0/+2
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse1-5/+0
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-3/+29
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk1-0/+2
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse1-18/+23
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-63/+41
2011-12-06drm/ttm: remove unused backend flags fieldJerome Glisse1-2/+0
2011-12-06drm/ttm: remove split btw highmen and lowmem pageJerome Glisse1-7/+0
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse1-24/+0
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk1-3/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-3/+3
2011-04-05drm: fix "persistant" typoJan Engelhardt1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie1-1/+0
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-nextDave Airlie1-1/+6
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk1-0/+1
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+3
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk1-0/+2
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom1-49/+55
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom1-0/+2
2010-11-22drm/ttm: Improved fencing of buffer object listsThomas Hellstrom1-0/+10
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom1-0/+3
2010-11-22drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom1-3/+22
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie1-0/+14
2010-11-09drm/ttm: Documentation updateThomas Hellstrom1-5/+74
2010-10-21drm/ttm: Avoid using the ttm_mem_type_manager::put_locked functionThomas Hellstrom1-2/+0
2010-10-19drm/ttm: add unlocked variant of new manager put node.Dave Airlie1-0/+4
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-2/+19
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs1-0/+4
2010-08-04drm: move ttm global code to core drmDave Airlie1-3/+4
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-24/+33
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom1-28/+0
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse1-12/+0
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse1-1/+15
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse1-11/+18