aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11drm/xe/xe_migrate: Cast to output precision before multiplying operandsGravatar Himal Prasad Ghimiray 1-4/+4
2024-03-04drm/xe/xe2: fix 64-bit division in pte_update_sizeGravatar Arnd Bergmann 1-1/+1
2024-02-21drm/xe: Do not include current dir for generated/xe_wa_oob.hGravatar Dafna Hirschfeld 1-1/+2
2024-02-02drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolGravatar Matthew Brost 1-5/+18
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Gravatar Matthew Brost 1-1/+4
2024-01-26drm/xe: correct the assertion for number of PTEsGravatar Fei Yang 1-1/+2
2024-01-22drm/xe/xe2: Use XE_CACHE_WB pat indexGravatar Himal Prasad Ghimiray 1-7/+7
2024-01-18drm/xe: correct the calculation of remaining sizeGravatar Fei Yang 1-1/+1
2024-01-12drm/xe/migrate: Cap PTEs written by MI_STORE_DATA_IMM to 510Gravatar Matt Roper 1-5/+14
2024-01-11drm/xe/migrate: Fix CCS copy for small VRAM copy chunksGravatar Thomas Hellström 1-49/+79
2024-01-10drm/xe: Finish refactoring of exec_queue_createGravatar Brian Welty 1-1/+1
2024-01-09drm/xe: Fix modifying exec_queue priority in xe_migrate_initGravatar Brian Welty 1-3/+2
2023-12-21drm/xe/xe2: Handle flat ccs move for igfx.Gravatar Himal Prasad Ghimiray 1-28/+36
2023-12-21drm/xe/xe2: Update emit_pte to use compression enabled PAT indexGravatar Himal Prasad Ghimiray 1-6/+15
2023-12-21drm/xe/xe2: Update chunk size for each iteration of ccs copyGravatar Himal Prasad Ghimiray 1-11/+25
2023-12-21drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clearGravatar Himal Prasad Ghimiray 1-54/+11
2023-12-21drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLTGravatar Himal Prasad Ghimiray 1-6/+15
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsGravatar Matthew Brost 1-3/+11
2023-12-21drm/xe: Rename info.supports_* to info.has_*Gravatar Lucas De Marchi 1-8/+8
2023-12-21drm/xe: Support device page faults on integrated platformsGravatar Brian Welty 1-2/+5
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Gravatar Thomas Hellström 1-4/+4
2023-12-21drm/xe/bo: consider dma-resv fences for clear jobGravatar Matthew Auld 1-2/+14
2023-12-21drm/xe/migrate: fix MI_ARB_ON_OFF usageGravatar Matthew Auld 1-16/+0
2023-12-21drm/xe: Extract MI_* instructions to their own headerGravatar Matt Roper 1-0/+1
2023-12-21drm/xe: Clarify number of dwords/qwords stored by MI_STORE_DATA_IMMGravatar Matt Roper 1-6/+3
2023-12-21drm/xe: directly use pat_index for pte_encodeGravatar Matthew Auld 1-8/+11
2023-12-21drm/xe/xe_migrate.c: Use DPA offset for page table entries.Gravatar David Kershner 1-10/+17
2023-12-21drm/xe/xe2: Update MOCS fields in blitter instructionsGravatar Haridhar Kalvala 1-17/+31
2023-12-21drm/xe/xe2: Set tile y type in XY_FAST_COPY_BLT to Tile4Gravatar Haridhar Kalvala 1-1/+8
2023-12-21drm/xe: Rename MEM_SET instructionGravatar Haridhar Kalvala 1-2/+2
2023-12-21drm/xe: Adjust mocs field mask definitionsGravatar Haridhar Kalvala 1-3/+3
2023-12-21drm/xe: Use pat_index to encode pde/pteGravatar Lucas De Marchi 1-2/+4
2023-12-21drm/xe/migrate: Do not hand-encode pteGravatar Lucas De Marchi 1-6/+8
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingGravatar Lucas De Marchi 1-8/+10
2023-12-21drm/xe: Infer service copy functionality from engine listGravatar Matt Roper 1-13/+21
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroGravatar Francois Dugast 1-15/+16
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Gravatar Thomas Hellström 1-6/+4
2023-12-21drm/xe/pvc: Use fast copy engines as migrate engine on PVCGravatar Niranjana Vishwanathapura 1-4/+32
2023-12-21drm/xe: split kernel vs permanent engine flagsGravatar Daniele Ceraolo Spurio 1-2/+5
2023-12-21drm/xe: Make xe_mem_region structGravatar Oak Zeng 1-1/+1
2023-12-21drm/xe: Rename engine to exec_queueGravatar Francois Dugast 1-32/+32
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Gravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelGravatar Francois Dugast 1-15/+15
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLGravatar Lucas De Marchi 1-2/+2
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Gravatar Lucas De Marchi 1-12/+4
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Gravatar Lucas De Marchi 1-5/+3
2023-12-21drm/xe: Make bind engines safeGravatar Matthew Brost 1-0/+2
2023-12-21drm/xe: Cleanup style warnings and errorsGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesGravatar Lucas De Marchi 1-4/+4
2023-12-21drm/xe: Cleanup style warningsGravatar Francois Dugast 1-1/+2