summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests/xe_bo.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-10drm/xe: Convert xe_bo_create_user() for exhaustive evictionThomas Hellström1-8/+8
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström1-9/+11
2025-09-05drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström1-1/+1
2025-06-28drm/xe: Drop bo->sizeMatthew Brost1-1/+1
2025-06-06drm/xe: don't store the xe device pointer inside xe_ttm_ttDave Airlie1-2/+2
2025-04-28drm/xe: Drop force_alloc from xe_bo_evict in selftestsMatthew Brost1-1/+1
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld1-2/+2
2025-03-05drm/xe: Add a shrinker for xe bosThomas Hellström1-1/+5
2025-01-22Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+21
2025-01-15drm/xe: introduce xe_gt_reset and xe_gt_wait_for_resetMaciej Patelczyk1-4/+3
2024-12-19drm/xe/tests: Move shrink test out of xe_boNirmoy Das1-2/+14
2024-12-09drm/xe/tests: Wait for clear fence operation to completeNirmoy Das1-0/+7
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+240
2024-10-09drm/xe/tests: Fix the shrinker test compiler warnings.Thomas Hellström1-2/+3
2024-09-11drm/xe: Add a xe_bo subtest for shrinking / swappingThomas Hellström1-0/+239
2024-08-19drm/xe: Remove redundant param from xe_bo_create_userNirmoy Das1-3/+2
2024-08-13drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()Nirmoy Das1-1/+2
2024-07-22drm/xe/tests: Convert xe_bo live testsMichal Wajdeczko1-8/+13
2024-07-18drm/xe/xe2: Do not run xe_bo_test for xe2+ dgfxAkshata Jahagirdar1-0/+6
2024-07-12drm/xe/kunit: Simplify xe_bo live tests code layoutMichal Wajdeczko1-5/+15
2024-07-12drm/xe/kunit: Kill xe_cur_kunit()Michal Wajdeczko1-2/+2
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-2/+2
2024-02-26drm/xe: Convert kunit tests from mem_access to xe_pm_runtimeRodrigo Vivi1-4/+4
2024-01-11drm/xe/selftests: Fix an error pointer dereference bugDan Carpenter1-3/+2
2023-12-21drm/xe/xe2: Modify xe_bo_test for system memoryHimal Prasad Ghimiray1-17/+27
2023-12-21drm/xe/uapi: Add support for CPU caching modePallavi Mishra1-6/+8
2023-12-21drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceThomas Hellström1-1/+1
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström1-5/+4
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström1-12/+12
2023-12-21drm/xe/selftests: make eviction test tile centricMatthew Auld1-7/+7
2023-12-21drm/xe/selftests: consider multi-GT for eviction testMatthew Auld1-4/+8
2023-12-21drm/xe: add missing bulk_move resetMatthew Auld1-0/+7
2023-12-21drm/xe/selftests: restart GT after xe_bo_restore_kernel()Matthew Auld1-0/+14
2023-12-21drm/xe/selftests: hold rpm for ccs_test_migrate()Matthew Auld1-0/+4
2023-12-21drm/xe/selftests: hold rpm for evict_test_run_device()Matthew Auld1-0/+5
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-2/+2
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-1/+1
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-3/+3
2023-12-20drm/xe: Add backpointer from gt to tileMatt Roper1-1/+1
2023-12-20drm/xe: Introduce xe_tileMatt Roper1-1/+1
2023-12-20drm/xe: Use symbol namespace for kunit testsLucas De Marchi1-2/+3
2023-12-20drm/xe: Move test infra out of xe_pci.[ch]Lucas De Marchi1-0/+2
2023-12-20drm/xe: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan1-1/+1
2023-12-20drm/xe: Fix kunit integration due to missing prototypesLucas De Marchi1-0/+2
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+303