aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_page_alloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-29drm/ttm: nuke old page allocatorChristian König1-122/+0
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-6/+6
2019-11-14drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom1-1/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-4/+7
2017-11-29drm/ttm: fix populate_and_map() functions once moreChristian König1-22/+10
2017-08-29drm/ttm: Remove needless 'extern' on functions in header.Tom St Denis1-6/+6
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis1-0/+21
2014-02-18drm/ttm: declare 'struct device' in ttm_page_alloc.hAlexandre Courbot1-0/+2
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom1-1/+10
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-2/+2
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-31/+2
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk1-0/+36
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse1-0/+18
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse1-4/+4
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk1-1/+1
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie1-6/+2
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk1-2/+6
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk1-2/+6
2010-07-07drm/ttm: Allocate the page pool manager in the heap.Francisco Jerez1-4/+0
2010-04-06drm/ttm: Add sysfs interface to control pool allocator.Pauli Nieminen1-1/+1
2010-04-06drm/ttm: Add debugfs output entry to pool allocator.Pauli Nieminen1-0/+4
2010-04-06drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen1-0/+70