summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_pool.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08drm/ttm: optimize pool allocations a bit v2Christian König1-24/+58
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-1/+1
2021-09-15drm/ttm: fix the type mismatch error on sparc64Huang Rui1-1/+2
2021-08-27drm/ttm: optimize the pool shrinker a bit v2Christian König1-18/+22
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-56/+101
2021-03-11drm/ttm: Fix TTM page pool accountingAnthony DeRossi1-2/+2
2021-02-11drm/ttm: make sure pool pages are clearedChristian König1-0/+10
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-12/+1
2021-01-28drm/ttm: Use __GFP_NOWARN for huge pages in ttm_pool_alloc_pageMichel Dänzer1-1/+1
2021-01-20drm/ttm: optimize ttm pool shrinker a bitChristian König1-7/+16
2021-01-20drm/ttm: add debugfs entry to test pool shrinker v2Christian König1-18/+35
2021-01-20drm/ttm: add a debugfs file for the global page poolsChristian König1-20/+50
2021-01-18drm/ttm: stop using GFP_TRANSHUGE_LIGHTChristian König1-5/+6
2021-01-12drm/ttm: make the pool shrinker lock a mutexChristian König1-10/+10
2021-01-11drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()Jeremy Cline1-1/+1
2021-01-07drm/ttm: unexport ttm_pool_init/finiChristian König1-2/+0
2020-12-16drm/ttm: fix unused function warningArnd Bergmann1-15/+14
2020-11-19drm/ttm: fix DMA32 handling in the global page poolChristian König1-0/+22
2020-11-13drm/ttm: fix missing NULL check in the new page poolChristian König1-1/+1
2020-11-04drm/ttm: rework no_retry handling v2Christian König1-1/+1
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König1-0/+667