summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/tests
AgeCommit message (Expand)AuthorLines
2026-03-04drm/ttm/tests: Fix build failure on PREEMPT_RTMaarten Lankhorst-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes-1/+1
2025-12-04drm/ttm: Use dma_fence_check_and_signal()Philipp Stanner-1/+1
2025-11-26drm/ttm: rework pipelined eviction fence handlingPierre-Eric Pelloux-Prayer-7/+9
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin-34/+25
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin-28/+21
2025-10-31drm/ttm: Add getter for some pool propertiesTvrtko Ursulin-1/+3
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+1
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König-36/+36
2025-07-16drm/ttm: remove ttm_bo_validate_swapout testChristian König-51/+0
2025-07-16drm/ttm: fix locking in test ttm_bo_validate_no_placement_signaledChristian König-4/+5
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann-0/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+1
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar-1/+1
2025-03-14drm/ttm/tests: fix incorrect assert in ttm_bo_unreserve_bulk()Qasim Ijaz-1/+1
2025-01-10drm/ttm: Handle cgroup based eviction in TTMMaarten Lankhorst-12/+12
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström-5/+5
2024-07-09drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström-4/+4
2024-06-25drm/ttm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+8
2024-06-24drm/ttm/tests: Use u32 and u64 over uint*_t typesKarolina Stolarek-27/+25
2024-06-24drm/ttm/tests: Correct modules' licensesKarolina Stolarek-6/+6
2024-06-24drm/ttm/tests: Add TODO fileKarolina Stolarek-0/+27
2024-06-24drm/ttm/tests: Add tests for ttm_tt_populateKarolina Stolarek-0/+119
2024-06-24drm/ttm/tests: Add eviction testingKarolina Stolarek-9/+568
2024-06-24drm/ttm/tests: Add test cases dependent on fence signalingKarolina Stolarek-0/+305
2024-06-24drm/ttm/tests: Add tests with mock resource managersKarolina Stolarek-2/+534
2024-06-24drm/ttm/tests: Test simple BO creation and validationKarolina Stolarek-1/+228
2024-06-24drm/ttm/tests: Use an init function from the helpers libKarolina Stolarek-14/+16
2024-06-24drm/ttm/tests: Set DMA mask in KUnit deviceKarolina Stolarek-0/+3
2024-06-24drm/ttm/tests: Delete unnecessary config optionKarolina Stolarek-1/+0
2024-06-24drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulkKarolina Stolarek-31/+45
2024-06-20drm/ttm/tests: Let ttm_bo_test consider different ww_mutex implementation.Sebastian Andrzej Siewior-1/+7
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-5/+5
2024-01-11drm/ttm/tests: Fix argument in ttm_tt_kunit_init()Karolina Stolarek-2/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-4/+4
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov-1/+1
2023-12-14drm/ttm/tests: Add tests for ttm_bo functionsKarolina Stolarek-0/+629
2023-12-14drm/ttm/tests: Add tests for ttm_ttKarolina Stolarek-0/+316
2023-12-14drm/ttm/tests: Add tests for ttm_resource and ttm_sys_manKarolina Stolarek-1/+360
2023-08-22drm/ttm/tests: Fix type conversion in ttm_pool_testKarolina Stolarek-2/+2
2023-08-09drm/ttm/tests: Add tests for ttm_poolKarolina Stolarek-0/+459
2023-08-09drm/ttm/tests: Add tests for ttm_deviceKarolina Stolarek-0/+158
2023-08-09drm/ttm: Introduce KUnit testKarolina Stolarek-0/+196