summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests/xe_bo.c
AgeCommit message (Expand)AuthorFilesLines
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