summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27drm/ttm: remove dead codesHuang Rui1-7/+1
2018-08-01drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui1-1/+1
2018-07-27drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen1-7/+4
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui1-44/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+5
2018-05-09drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pagesMichel Dänzer1-1/+2
2018-02-26drm/ttm: check if free mem space is under the lower limitRoger He1-0/+3
2018-02-26drm/ttm: drop ttm->globChristian König1-5/+6
2018-02-19drm/ttm: Simplify ttm_dma_page_put()Tom St Denis1-3/+1
2018-02-19drm/ttm: Fix coding style in ttm_dma_pool_alloc_new_pages()Tom St Denis1-2/+1
2018-02-19drm/ttm: Simplify ttm_dma_find_pool() (v2)Tom St Denis1-9/+6
2018-02-19drm/ttm: Fix coding style in ttm_pool_store()Tom St Denis1-3/+4
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky1-0/+3
2018-01-18drm/ttm: add VADDR_FLAG_UPDATED_COUNT to correctly update dma_page global countRoger He1-26/+29
2018-01-16drm/ttm: check the return value of register_shrinkerRoger He1-10/+14
2018-01-10drm/ttm: specify DMA_ATTR_NO_WARN for huge page poolsChristian König1-2/+6
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-7/+4
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He1-2/+6
2017-12-06drm/ttm: Use a static string instead of an array of char *Joe Perches1-4/+1
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer1-6/+6
2017-10-19drm/ttm: don't use compound pages for nowChristian König1-0/+1
2017-10-06drm/ttm: add transparent huge page support for DMA allocations v2Christian König1-48/+169
2017-10-06drm/ttm: add support for different pool sizesChristian König1-3/+4
2017-10-06drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König1-2/+1
2017-09-26drm/ttm: cleanup ttm_page_alloc_dma.cChristian König1-26/+16
2017-05-08drm: use set_memory.h headerLaura Abbott1-0/+3
2016-09-16drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot1-2/+0
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter1-4/+4
2015-07-17drm/ttm: improve uncached page deallocation.Jérôme Glisse1-6/+6
2015-07-17drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse1-1/+0
2015-06-02drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot1-3/+6
2014-11-20drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa1-10/+15
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot1-0/+2
2014-08-05drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa1-10/+9
2014-08-05drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.Tetsuo Handa1-2/+4
2014-08-05drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().Tetsuo Handa1-3/+3
2014-08-05drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().Tetsuo Handa1-0/+3
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom1-0/+3
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner1-19/+32
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfreePeter Senna Tschudin1-4/+1
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches1-34/+26
2012-01-13ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk1-3/+2
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter1-5/+3
2012-01-06drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk1-5/+10
2012-01-06drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk1-2/+5
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-16/+19
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk1-0/+1134