summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests/xe_migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12Merge drm/drm-next into drm-xe-nextThomas Hellström1-4/+4
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-10/+10
2024-02-28drm/xe/tests: Fix printf format specifiers in xe_migrate testDavid Gow1-4/+4
2024-02-26drm/xe: Convert kunit tests from mem_access to xe_pm_runtimeRodrigo Vivi1-2/+5
2024-01-15drm/xe/migrate: Fix CCS copy for small VRAM copy chunksThomas Hellström1-1/+1
2024-01-11drm/xe/migrate: Fix CCS copy for small VRAM copy chunksThomas Hellström1-1/+1
2023-12-21drm/xe/xe2: Handle flat ccs move for igfx.Himal Prasad Ghimiray1-2/+2
2023-12-21drm/xe/xe2: Update emit_pte to use compression enabled PAT indexHimal Prasad Ghimiray1-1/+1
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-2/+2
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström1-1/+1
2023-12-21drm/xe/tests: Fix migrate testPallavi Mishra1-1/+1
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld1-1/+1
2023-12-21drm/xe/tests/xe_migrate.c: Add vram to vram KUNIT testDavid Kershner1-37/+66
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi1-1/+1
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-3/+2
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-9/+9
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi1-1/+1
2023-12-21drm/xe/bo: support tiered vram allocation for small-barMatthew Auld1-1/+2
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi1-1/+1
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-1/+1
2023-12-21drm/xe: Rename pte/pde encoding functionsLucas De Marchi1-1/+1
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper1-2/+2
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-13/+12
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-10/+11
2023-12-20drm/xe: Support copying of data between system memory bosThomas Hellström1-10/+6
2023-12-20drm/xe: Fix the migrate selftest for integrated GPUsThomas Hellström1-1/+6
2023-12-20drm/xe: Cleanup page-related definesLucas De Marchi1-7/+8
2023-12-20drm/xe: Use symbol namespace for kunit testsLucas De Marchi1-1/+2
2023-12-20drm/xe: Move test infra out of xe_pci.[ch]Lucas De Marchi1-0/+1
2023-12-20drm/xe/tests: Set correct expectationNiranjana Vishwanathapura1-0/+1
2023-12-20drm/xe/tests: Use proper batch base addressNiranjana Vishwanathapura1-1/+2
2023-12-20drm/xe: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan1-9/+9
2023-12-20drm/xe/tests: Test both CPU- and GPU page-table updates with the migrate testThomas Hellström1-2/+22
2023-12-20drm/xe/tests: Support CPU page-table updates in the migrate testThomas Hellström1-3/+10
2023-12-20drm/xe: s/lmem/vram/Matthew Auld1-1/+1
2023-12-20drm/xe/tests: Grab a memory access reference around the migrate sanity testThomas Hellström1-0/+2
2023-12-20drm/xe: Fix kunit integration due to missing prototypesLucas De Marchi1-0/+2
2023-12-12drm/xe: Fix some log messages on 32bLucas De Marchi1-3/+3
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+378