summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit1-0/+2
2023-12-21drm/xe/xe2: Modify xe_bo_test for system memoryHimal Prasad Ghimiray1-17/+27
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/kunit: Add test for LMTT operationsMichal Wajdeczko1-0/+73
2023-12-21drm/xe/kunit: Test WAs for MTL and LNLLucas De Marchi1-1/+24
2023-12-21drm/xe/kunit: Add stub to read_gmdidLucas De Marchi2-0/+24
2023-12-21drm/xe/kunit: Move fake pci data to test-privLucas De Marchi4-20/+22
2023-12-21drm/xe/kunit: Remove handling of XE_TEST_SUBPLATFORM_ANYLucas De Marchi1-5/+0
2023-12-21drm/xe/uapi: Reject bo creation of unaligned sizeMauro Carvalho Chehab1-2/+8
2023-12-21drm/xe: Split xe_info_initMichał Winiarski1-1/+2
2023-12-21drm/xe/uapi: Add support for CPU caching modePallavi Mishra2-8/+10
2023-12-21drm/xe/kunit: Return number of iterated devicesMichal Wajdeczko1-3/+3
2023-12-21drm/xe/gsc: Define GSCCS for MTLDaniele Ceraolo Spurio1-6/+3
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström1-1/+1
2023-12-21drm/xe: Add mocs kunitRuthuvikas Ravikumar4-0/+168
2023-12-21drm/xe: Fix modpost warning on kunit modulesLucas De Marchi6-1/+6
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: Add missing ADL entries to xe_test_waAnusha Srivatsa1-0/+1
2023-12-21drm/xe/rpls: Add RPLS SupportAnusha Srivatsa1-0/+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: Disallow pinning dma-bufs in VRAMThomas Hellström1-4/+12
2023-12-21drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceThomas Hellström3-4/+4
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström2-8/+6
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: 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: 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-21drm/xe: Port Xe to GPUVAMatthew Brost1-1/+1
2023-12-21drm/xe: Add missing ADL entries to xe_test_waAnusha Srivatsa1-0/+3
2023-12-21drm/xe/kunit: Handle fake device creation for all platform/subplatform casesAnusha Srivatsa1-3/+0
2023-12-21drm/xe/bo: Evict VRAM to TT rather than to systemThomas Hellström1-3/+2
2023-12-21drm/xe: Rename pte/pde encoding functionsLucas De Marchi1-1/+1
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper2-3/+3
2023-12-20drm/xe: Move migration from GT to tileMatt Roper2-15/+14
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper2-11/+12
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 Roper2-3/+5
2023-12-20drm/xe: Support copying of data between system memory bosThomas Hellström1-10/+6