summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-7/+7
2023-12-21drm/xe: Make page-table updates using the default engine happen in orderThomas Hellström1-1/+2
2023-12-21drm/xe: Rename pte/pde encoding functionsLucas De Marchi1-10/+10
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper1-6/+6
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-32/+29
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-10/+13
2023-12-20drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl1-2/+2
2023-12-20drm/xe/migrate: retain CCS aux state for vram -> vramMatthew Auld1-4/+12
2023-12-20drm/xe: Support copying of data between system memory bosThomas Hellström1-14/+26
2023-12-20drm/xe: Rename instruction field to avoid confusionLucas De Marchi1-2/+2
2023-12-20drm/xe: Cleanup page-related definesLucas De Marchi1-34/+35
2023-12-20drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper1-2/+2
2023-12-20drm/xe: Use proper vram offsetNiranjana Vishwanathapura1-5/+8
2023-12-20drm/xe: Fix potential deadlock handling page faultsMatthew Brost1-0/+2
2023-12-20drm/xe: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan1-11/+54
2023-12-20drm/xe/tests: Test both CPU- and GPU page-table updates with the migrate testThomas Hellström1-0/+17
2023-12-20drm/xe: Introduce xe_engine_is_idle()Thomas Hellström1-7/+1
2023-12-20drm/xe/migrate: Update cpu page-table updatesThomas Hellström1-20/+10
2023-12-20drm/xe: s/lmem/vram/Matthew Auld1-6/+6
2023-12-20drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi1-0/+1
2023-12-20drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-5/+7
2023-12-20drm/xe/migrate: Update emit_pte to cope with a size level than 4kMatthew Brost1-11/+6
2023-12-12drm/xe/migrate: Add kerneldoc for the migrate subsystemThomas Hellström1-2/+106
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+1168