summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_device.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Merge tag 'drm-misc-fixes-2024-01-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+9
2024-01-22Merge v6.8-rc1 into drm-misc-fixesMaxime Ripard1-2/+4
2024-01-17drm/ttm: allocate dummy_read_page without DMA32 on failYangyu Chen1-3/+9
2024-01-15drm/ttm: fix ttm pool initialization for no-dma-device driversFedor Pchelkin1-2/+7
2023-11-27drm/ttm: Schedule delayed_delete worker closerRajneesh Bhardwaj1-2/+4
2023-10-16drm/ttm: Reorder sys manager cleanup stepKarolina Stolarek1-4/+4
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie1-1/+1
2023-06-09drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj1-1/+1
2023-05-17drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula1-1/+1
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter1-1/+1
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1-17/+9
2023-03-09drm/ttm: Unexport ttm_global_swapout()Thomas Hellström1-1/+0
2023-03-07drm/ttm: Fix a NULL pointer dereferenceThomas Hellström1-1/+1
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-1/+1
2022-12-06drm/ttm: use per BO cleanup workersChristian König1-16/+8
2022-06-10drm/ttm: fix missing NULL check in ttm_device_swapoutChristian König1-1/+5
2022-03-28drm/ttm: add resource iterator v4Christian König1-15/+11
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-32/+32
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+10
2021-09-01drm/ttm: Clear all DMA mappings on demandAndrey Grodzovsky1-0/+47
2021-08-30drm/ttm: Create pinned listAndrey Grodzovsky1-0/+1
2021-08-16drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir failsDan Moulding1-2/+0
2021-07-22drm/ttm: Initialize debugfs from ttm_global_init()Jason Ekstrand1-0/+12
2021-07-21drm/ttm: Force re-init if ttm_global_init() failsJason Ekstrand1-0/+2
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-7/+1
2021-06-08drm/ttm: fix deref of bo->ttm without holding the lock v2Christian König1-7/+1
2021-05-26drm/ttm: Skip swapout if ttm object is not populatedxinhui pan1-1/+1
2021-05-03drm/ttm: add ttm_sys_manager v3Christian König1-16/+1
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang1-1/+1
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang1-1/+1
2021-04-22drm/ttm/ttm_device: Demote kernel-doc abusesLee Jones1-2/+2
2021-04-09drm/ttm: make global mutex and use count staticChristian König1-2/+2
2021-03-29drm/ttm: switch back to static allocation limits for nowChristian König1-4/+10
2021-03-24drm/ttm: switch to per device LRU lockChristian König1-7/+5
2021-03-24drm/ttm: remove swap LRU v3Christian König1-15/+45
2021-03-24drm/ttm: move swapout logic around v3Christian König1-0/+29
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-5/+17
2021-02-09drm/ttm: fix removal of bo_count sysfs fileChristian König1-2/+0
2021-01-21drm/ttm: device naming cleanupChristian König1-0/+195