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