Age | Commit message (Expand) | Author | Files | Lines |
2012-07-24 | drm/ttm: remove stale declaration and field | Ilija Hadzic | 1 | -3/+0 |
2012-05-23 | ttm: add prime sharing support to TTM (v2) | Dave Airlie | 2 | -1/+10 |
2012-03-04 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2012-01-06 | ttm: fix agp since ttm tt rework | Jerome Glisse | 1 | -0/+2 |
2011-12-06 | drm/ttm: simplify memory accounting for ttm user v2 | Jerome Glisse | 2 | -6/+18 |
2011-12-06 | drm/ttm: isolate dma data from ttm_tt V4 | Jerome Glisse | 2 | -34/+31 |
2011-12-06 | drm/ttm: provide dma aware ttm page pool code V9 | Konrad Rzeszutek Wilk | 2 | -0/+38 |
2011-12-06 | drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 | Jerome Glisse | 2 | -18/+41 |
2011-12-06 | drm/ttm: merge ttm_backend and ttm_tt V5 | Jerome Glisse | 1 | -63/+41 |
2011-12-06 | drm/ttm: page allocation use page array instead of list | Jerome Glisse | 1 | -4/+4 |
2011-12-06 | drm/ttm: remove unused backend flags field | Jerome Glisse | 1 | -2/+0 |
2011-12-06 | drm/ttm: remove split btw highmen and lowmem page | Jerome Glisse | 1 | -7/+0 |
2011-12-06 | drm/ttm: remove userspace backed ttm object support | Jerome Glisse | 2 | -29/+0 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-06-21 | ttm: Fix spelling mistakes and remove unused #ifdef | Konrad Rzeszutek Wilk | 5 | -10/+7 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2 | -7/+7 |
2011-04-05 | drm: fix "persistant" typo | Jan Engelhardt | 2 | -11/+11 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -10/+10 |
2011-02-23 | Revert "ttm: Include the 'struct dev' when using the DMA API." | Dave Airlie | 2 | -7/+2 |
2011-02-23 | Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke... | Dave Airlie | 2 | -3/+16 |
2011-02-22 | ttm: Include the 'struct dev' when using the DMA API. | Konrad Rzeszutek Wilk | 2 | -2/+7 |
2011-01-27 | ttm: Expand (*populate) to support an array of DMA addresses. | Konrad Rzeszutek Wilk | 1 | -1/+3 |
2011-01-27 | ttm: Introduce a placeholder for DMA (bus) addresses. | Konrad Rzeszutek Wilk | 2 | -2/+8 |
2010-11-22 | drm/ttm: Fix up io_mem_reserve / io_mem_free calling | Thomas Hellstrom | 2 | -50/+60 |
2010-11-22 | drm/ttm/vmwgfx: Have TTM manage the validation sequence. | Thomas Hellstrom | 2 | -2/+3 |
2010-11-22 | drm/ttm: Improved fencing of buffer object lists | Thomas Hellstrom | 2 | -0/+12 |
2010-11-22 | drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock | Thomas Hellstrom | 2 | -4/+5 |
2010-11-22 | drm/ttm: Don't deadlock on recursive multi-bo reservations | Thomas Hellstrom | 1 | -3/+22 |
2010-11-22 | drm/ttm: Add a bo list reserve fastpath (v2) | Dave Airlie | 3 | -1/+57 |
2010-11-10 | drm/ttm: Be consistent on ttm_bo_init() failures | Thomas Hellstrom | 1 | -0/+4 |
2010-11-09 | drm/ttm: Documentation update | Thomas Hellstrom | 1 | -5/+74 |
2010-10-21 | drm/ttm: Avoid using the ttm_mem_type_manager::put_locked function | Thomas Hellstrom | 1 | -2/+0 |
2010-10-19 | drm/ttm: add unlocked variant of new manager put node. | Dave Airlie | 1 | -0/+4 |
2010-10-19 | Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next | Dave Airlie | 1 | -1/+3 |
2010-10-06 | drm/ttm: Fix two race conditions + fix busy codepaths | Thomas Hellstrom | 1 | -1/+3 |
2010-10-05 | drm/ttm: restructure to allow driver to plug in alternate memory manager | Ben Skeggs | 2 | -3/+21 |
2010-10-05 | drm/ttm: introduce utility function to free an allocated memory node | Ben Skeggs | 1 | -0/+4 |
2010-08-04 | drm: move ttm global code to core drm | Dave Airlie | 2 | -23/+4 |
2010-07-07 | drm/ttm: Allocate the page pool manager in the heap. | Francisco Jerez | 1 | -4/+0 |
2010-05-21 | Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -26/+151 |
2010-05-18 | ttm: Provide an API for starting and stopping the delayed workqueue | Matthew Garrett | 1 | -0/+17 |
2010-05-07 | drm/ttm: Remove the ttm_bo_block_reservation() function. | Thomas Hellstrom | 1 | -28/+0 |
2010-04-20 | Merge branch 'drm-ttm-unmappable' into drm-core-next | Dave Airlie | 2 | -26/+60 |
2010-04-20 | drm/ttm: remove io_ field from TTM V6 | Jerome Glisse | 1 | -12/+0 |
2010-04-20 | drm/ttm: ttm_fault callback to allow driver to handle bo placement V6 | Jerome Glisse | 2 | -1/+38 |
2010-04-08 | drm/ttm: split no_wait argument in 2 GPU or reserve wait | Jerome Glisse | 2 | -13/+22 |
2010-04-06 | drm/ttm: Add sysfs interface to control pool allocator. | Pauli Nieminen | 1 | -1/+1 |
2010-04-06 | drm/ttm: Add debugfs output entry to pool allocator. | Pauli Nieminen | 1 | -0/+4 |
2010-04-06 | drm/ttm: add pool wc/uc page allocator V3 | Pauli Nieminen | 1 | -0/+70 |
2010-03-15 | drm/ttm: use drm calloc large and free large | Dave Airlie | 1 | -1/+0 |