summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_pool.c
AgeCommit message (Expand)Author
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-03-11drm/ttm: Fix TTM page pool accountingAnthony DeRossi
2021-02-11drm/ttm: make sure pool pages are clearedChristian König
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König
2021-01-28drm/ttm: Use __GFP_NOWARN for huge pages in ttm_pool_alloc_pageMichel Dänzer
2021-01-20drm/ttm: optimize ttm pool shrinker a bitChristian König
2021-01-20drm/ttm: add debugfs entry to test pool shrinker v2Christian König
2021-01-20drm/ttm: add a debugfs file for the global page poolsChristian König
2021-01-18drm/ttm: stop using GFP_TRANSHUGE_LIGHTChristian König
2021-01-12drm/ttm: make the pool shrinker lock a mutexChristian König
2021-01-11drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()Jeremy Cline
2021-01-07drm/ttm: unexport ttm_pool_init/finiChristian König
2020-12-16drm/ttm: fix unused function warningArnd Bergmann
2020-11-19drm/ttm: fix DMA32 handling in the global page poolChristian König
2020-11-13drm/ttm: fix missing NULL check in the new page poolChristian König
2020-11-04drm/ttm: rework no_retry handling v2Christian König
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König