summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
AgeCommit message (Expand)AuthorLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk-10/+7
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-7/+7
2011-04-05drm: fix "persistant" typoJan Engelhardt-11/+11
2011-03-31Fix common misspellingsLucas De Marchi-10/+10
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie-7/+2
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie-3/+16
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk-2/+7
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk-1/+3
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk-2/+8
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom-50/+60
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom-2/+3
2010-11-22drm/ttm: Improved fencing of buffer object listsThomas Hellstrom-0/+12
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom-4/+5
2010-11-22drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom-3/+22
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie-1/+57
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom-0/+4
2010-11-09drm/ttm: Documentation updateThomas Hellstrom-5/+74
2010-10-21drm/ttm: Avoid using the ttm_mem_type_manager::put_locked functionThomas Hellstrom-2/+0
2010-10-19drm/ttm: add unlocked variant of new manager put node.Dave Airlie-0/+4
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie-1/+3
2010-10-06drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom-1/+3
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs-3/+21
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs-0/+4
2010-08-04drm: move ttm global code to core drmDave Airlie-23/+4
2010-07-07drm/ttm: Allocate the page pool manager in the heap.Francisco Jerez-4/+0
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-26/+151
2010-05-18ttm: Provide an API for starting and stopping the delayed workqueueMatthew Garrett-0/+17
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom-28/+0
2010-04-20Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie-26/+60
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse-12/+0
2010-04-20drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse-1/+38
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse-13/+22
2010-04-06drm/ttm: Add sysfs interface to control pool allocator.Pauli Nieminen-1/+1
2010-04-06drm/ttm: Add debugfs output entry to pool allocator.Pauli Nieminen-0/+4
2010-04-06drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen-0/+70
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie-1/+0
2010-03-01drm/ttm: fix function prototype to match implementationRandy Dunlap-1/+1
2010-01-14drm/ttm: Add a swap_notify callback.Thomas Hellstrom-0/+5
2009-12-15drm/ttm: Add more driver type enumsJakob Bornecrantz-1/+5
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse-33/+30
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom-11/+11
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse-27/+35
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom-0/+9
2009-12-07drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom-0/+107
2009-12-07drm/ttm: Add ttm lock functionality.Thomas Hellstrom-0/+247
2009-12-07drm/ttm: Add user-space objects.Thomas Hellstrom-0/+267
2009-12-04drm/ttm: Fix build failure due to missing struct pageMartin Michlmayr-0/+1
2009-08-20Merge Linus master to drm-nextDave Airlie-2/+20
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom-26/+69