summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate.c
AgeCommit message (Expand)Author
2023-12-21drm/xe/xe2: Update MOCS fields in blitter instructionsHaridhar Kalvala
2023-12-21drm/xe/xe2: Set tile y type in XY_FAST_COPY_BLT to Tile4Haridhar Kalvala
2023-12-21drm/xe: Rename MEM_SET instructionHaridhar Kalvala
2023-12-21drm/xe: Adjust mocs field mask definitionsHaridhar Kalvala
2023-12-21drm/xe: Use pat_index to encode pde/pteLucas De Marchi
2023-12-21drm/xe/migrate: Do not hand-encode pteLucas De Marchi
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi
2023-12-21drm/xe: Infer service copy functionality from engine listMatt Roper
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström
2023-12-21drm/xe/pvc: Use fast copy engines as migrate engine on PVCNiranjana Vishwanathapura
2023-12-21drm/xe: split kernel vs permanent engine flagsDaniele Ceraolo Spurio
2023-12-21drm/xe: Make xe_mem_region structOak Zeng
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi
2023-12-21drm/xe: Make bind engines safeMatthew Brost
2023-12-21drm/xe: Cleanup style warnings and errorsFrancois Dugast
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost
2023-12-21drm/xe: Make page-table updates using the default engine happen in orderThomas Hellström
2023-12-21drm/xe: Rename pte/pde encoding functionsLucas De Marchi
2023-12-19drm/xe: Allocate GT dynamicallyMatt Roper
2023-12-19drm/xe: Move migration from GT to tileMatt Roper
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl
2023-12-19drm/xe/migrate: retain CCS aux state for vram -> vramMatthew Auld
2023-12-19drm/xe: Support copying of data between system memory bosThomas Hellström
2023-12-19drm/xe: Rename instruction field to avoid confusionLucas De Marchi
2023-12-19drm/xe: Cleanup page-related definesLucas De Marchi
2023-12-19drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper
2023-12-19drm/xe: Use proper vram offsetNiranjana Vishwanathapura
2023-12-19drm/xe: Fix potential deadlock handling page faultsMatthew Brost
2023-12-19drm/xe: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan
2023-12-19drm/xe/tests: Test both CPU- and GPU page-table updates with the migrate testThomas Hellström
2023-12-19drm/xe: Introduce xe_engine_is_idle()Thomas Hellström
2023-12-19drm/xe/migrate: Update cpu page-table updatesThomas Hellström
2023-12-19drm/xe: s/lmem/vram/Matthew Auld
2023-12-19drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe/migrate: Update emit_pte to cope with a size level than 4kMatthew Brost
2023-12-12drm/xe/migrate: Add kerneldoc for the migrate subsystemThomas Hellström
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost