summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/xe2: Handle flat ccs move for igfx.Himal Prasad Ghimiray1-28/+36
2023-12-21drm/xe/xe2: Update emit_pte to use compression enabled PAT indexHimal Prasad Ghimiray1-6/+15
2023-12-21drm/xe/xe2: Update chunk size for each iteration of ccs copyHimal Prasad Ghimiray1-11/+25
2023-12-21drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clearHimal Prasad Ghimiray1-54/+11
2023-12-21drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLTHimal Prasad Ghimiray1-6/+15
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost1-3/+11
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-8/+8
2023-12-21drm/xe: Support device page faults on integrated platformsBrian Welty1-2/+5
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström1-4/+4
2023-12-21drm/xe/bo: consider dma-resv fences for clear jobMatthew Auld1-2/+14
2023-12-21drm/xe/migrate: fix MI_ARB_ON_OFF usageMatthew Auld1-16/+0
2023-12-21drm/xe: Extract MI_* instructions to their own headerMatt Roper1-0/+1
2023-12-21drm/xe: Clarify number of dwords/qwords stored by MI_STORE_DATA_IMMMatt Roper1-6/+3
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld1-8/+11
2023-12-21drm/xe/xe_migrate.c: Use DPA offset for page table entries.David Kershner1-10/+17
2023-12-21drm/xe/xe2: Update MOCS fields in blitter instructionsHaridhar Kalvala1-17/+31
2023-12-21drm/xe/xe2: Set tile y type in XY_FAST_COPY_BLT to Tile4Haridhar Kalvala1-1/+8
2023-12-21drm/xe: Rename MEM_SET instructionHaridhar Kalvala1-2/+2
2023-12-21drm/xe: Adjust mocs field mask definitionsHaridhar Kalvala1-3/+3
2023-12-21drm/xe: Use pat_index to encode pde/pteLucas De Marchi1-2/+4
2023-12-21drm/xe/migrate: Do not hand-encode pteLucas De Marchi1-6/+8
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi1-8/+10
2023-12-21drm/xe: Infer service copy functionality from engine listMatt Roper1-13/+21
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-15/+16
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström1-6/+4
2023-12-21drm/xe/pvc: Use fast copy engines as migrate engine on PVCNiranjana Vishwanathapura1-4/+32
2023-12-21drm/xe: split kernel vs permanent engine flagsDaniele Ceraolo Spurio1-2/+5
2023-12-21drm/xe: Make xe_mem_region structOak Zeng1-1/+1
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-32/+32
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-1/+1
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-15/+15
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi1-2/+2
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi1-12/+4
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi1-5/+3
2023-12-21drm/xe: Make bind engines safeMatthew Brost1-0/+2
2023-12-21drm/xe: Cleanup style warnings and errorsFrancois Dugast1-1/+1
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi1-4/+4
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast1-1/+2
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