summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_pool.c
Commit message (Expand)AuthorAgeFilesLines
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-06-271-1/+1
* drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld2021-09-291-1/+1
* drm/ttm: fix the type mismatch error on sparc64Huang Rui2021-09-151-1/+2
* drm/ttm: optimize the pool shrinker a bit v2Christian König2021-08-271-18/+22
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-56/+101
|\
| * drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-091-12/+1
| * drm/ttm: optimize ttm pool shrinker a bitChristian König2021-01-201-7/+16
| * drm/ttm: add debugfs entry to test pool shrinker v2Christian König2021-01-201-18/+35
| * drm/ttm: add a debugfs file for the global page poolsChristian König2021-01-201-20/+50
* | drm/ttm: Fix TTM page pool accountingAnthony DeRossi2021-03-111-2/+2
* | drm/ttm: make sure pool pages are clearedChristian König2021-02-111-0/+10
* | drm/ttm: Use __GFP_NOWARN for huge pages in ttm_pool_alloc_pageMichel Dänzer2021-01-281-1/+1
* | drm/ttm: stop using GFP_TRANSHUGE_LIGHTChristian König2021-01-181-5/+6
* | drm/ttm: make the pool shrinker lock a mutexChristian König2021-01-121-10/+10
* | drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()Jeremy Cline2021-01-111-1/+1
* | drm/ttm: unexport ttm_pool_init/finiChristian König2021-01-071-2/+0
|/
* drm/ttm: fix unused function warningArnd Bergmann2020-12-161-15/+14
* drm/ttm: fix DMA32 handling in the global page poolChristian König2020-11-191-0/+22
* drm/ttm: fix missing NULL check in the new page poolChristian König2020-11-131-1/+1
* drm/ttm: rework no_retry handling v2Christian König2020-11-041-1/+1
* drm/ttm: new TT backend allocation pool v3Christian König2020-10-291-0/+667