summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2025-03-05drm/ttm: Add helpers for shrinkingThomas Hellström
2025-03-05drm/ttm: Add a macro to perform LRU iterationThomas Hellström
2025-03-05drm/ttm: Use fault-injection to test error pathsThomas Hellström
2025-03-05drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pagesThomas Hellström
2025-03-05drm/ttm: Provide a shmem backup implementationThomas Hellström
2025-02-10drm/ttm: use ttm_resource_unevictable() to replace pin_count and swappedZhaoyu Liu
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-01-13drm/ttm/pool: Restructure the pool allocation codeThomas Hellström
2025-01-13drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()Thomas Hellström
2025-01-11Merge tag 'cgroup-dmem-drm-v2' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2025-01-10drm/ttm: Handle cgroup based eviction in TTMMaarten Lankhorst
2024-12-13Merge tag 'drm-xe-next-2024-12-11' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-12-03drm/ttm: use GEM references for VM mappingsChristian König
2024-11-27drm/ttm: Add ttm_bo_accessMatthew Brost
2024-10-09drm/ttm: Move pinned objects off LRU lists when pinningThomas Hellström
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-23drm/ttm: Allow direct reclaim to allocate local memory v2Rajneesh Bhardwaj
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-07-09drm/ttm: Use the LRU walker for evictionThomas Hellström
2024-07-09drm/ttm: Use the LRU walker helper for swappingThomas Hellström
2024-07-09drm/ttm: Provide a generic LRU walker helperThomas Hellström
2024-07-09drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist movesThomas Hellström
2024-07-09drm/ttm: Use LRU hitchesThomas Hellström
2024-07-09drm/ttm: Slightly clean up LRU list iterationThomas Hellström
2024-07-09drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström
2024-07-04drm/ttm: Always take the bo delayed cleanup path for imported bosThomas Hellström
2024-06-25drm/ttm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-24drm/ttm/tests: Use u32 and u64 over uint*_t typesKarolina Stolarek
2024-06-24drm/ttm/tests: Correct modules' licensesKarolina Stolarek
2024-06-24drm/ttm/tests: Add TODO fileKarolina Stolarek
2024-06-24drm/ttm/tests: Add tests for ttm_tt_populateKarolina Stolarek
2024-06-24drm/ttm/tests: Add eviction testingKarolina Stolarek
2024-06-24drm/ttm/tests: Add test cases dependent on fence signalingKarolina Stolarek
2024-06-24drm/ttm/tests: Add tests with mock resource managersKarolina Stolarek
2024-06-24drm/ttm/tests: Test simple BO creation and validationKarolina Stolarek
2024-06-24drm/ttm/tests: Use an init function from the helpers libKarolina Stolarek
2024-06-24drm/ttm/tests: Set DMA mask in KUnit deviceKarolina Stolarek
2024-06-24drm/ttm/tests: Delete unnecessary config optionKarolina Stolarek
2024-06-24drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulkKarolina Stolarek
2024-06-20drm/ttm/tests: Let ttm_bo_test consider different ww_mutex implementation.Sebastian Andrzej Siewior
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-04-25drm/ttm: Print the memory decryption status just onceZack Rusin
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie
2024-04-15drm/ttm: stop pooling cached NUMA pages v2Christian König
2024-04-11drm/ttm: remove unused paramterJesse Zhang
2024-03-20drm/ttm: warn when resv objs are mixed in a bulk_moveChristian König
2024-03-01drm/ttm: improve idle/busy handling v5Christian König
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter