summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-08-18drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost1-1/+1
2024-08-13drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()Nirmoy Das1-8/+19
2024-07-29drm/xe/migrate: Future-proof compressed PAT checkMatt Roper1-1/+2
2024-07-18drm/xe/xe_migrate: Handle migration logic for xe2+ dgfxAkshata Jahagirdar1-8/+11
2024-07-18drm/xe/xe2: Introduce identity map for compressed pat for vramAkshata Jahagirdar1-22/+59
2024-07-18drm/xe/migrate: Add helper function to program identity mapAkshata Jahagirdar1-40/+48
2024-07-18drm/xe/migrate: Handle clear ccs logic for xe2 dgfxAkshata Jahagirdar1-3/+8
2024-07-04drm/xe: Convert multiple bind ops into single jobMatthew Brost1-167/+166
2024-07-04drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queueMatthew Brost1-5/+4
2024-06-27drm/xe: fix error handling in xe_migrate_update_pgtablesMatthew Auld1-4/+4
2024-06-14drm/xe/sched_job: Promote xe_sched_job_add_deps()Francois Dugast1-16/+10
2024-06-12drm/xe/trace: Extract bo, vm, vma tracesRadhakrishna Sripada1-1/+1
2024-06-05drm/xe: Don't overmap identity VRAM mappingMatthew Brost1-13/+42
2024-05-27drm/xe: Move job creation out of the struct xe_migrate::job_mutexThomas Hellström1-9/+8
2024-05-14drm/xe: Only use reserved BCS instances for usm migrate exec queueMatthew Brost1-7/+5
2024-05-14drm/xe: Drop __engine_maskLucas De Marchi1-2/+2
2024-05-09drm/xe: Move xe_gpu_commands.h file to instructions/Michal Wajdeczko1-1/+1
2024-04-08drm/xe: Remove debug message from migrate_clear()José Roberto de Souza1-3/+0
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko1-0/+1
2024-04-03drm/xe/xe_migrate: Cast to output precision before multiplying operandsHimal Prasad Ghimiray1-4/+4
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-2/+2
2024-02-28drm/xe/xe2: fix 64-bit division in pte_update_sizeArnd Bergmann1-1/+1
2024-02-22drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld1-1/+2
2024-02-03drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolMatthew Brost1-5/+18
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-1/+4
2024-01-27drm/xe: correct the assertion for number of PTEsFei Yang1-1/+2
2024-01-22drm/xe/xe2: Use XE_CACHE_WB pat indexHimal Prasad Ghimiray1-7/+7
2024-01-19drm/xe: correct the calculation of remaining sizeFei Yang1-1/+1
2024-01-12drm/xe/migrate: Cap PTEs written by MI_STORE_DATA_IMM to 510Matt Roper1-5/+14
2024-01-11drm/xe/migrate: Fix CCS copy for small VRAM copy chunksThomas Hellström1-49/+79
2024-01-11drm/xe: Finish refactoring of exec_queue_createBrian Welty1-1/+1
2024-01-10drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty1-3/+2
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