summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate.c
AgeCommit message (Expand)Author
2025-07-17drm/xe/migrate: Fix alignment checkLucas De Marchi
2025-07-17drm/xe/migrate: fix copy direction in access_memoryMatthew Auld
2025-07-07drm/xe/bmg: fix compressed VRAM handlingMatthew Auld
2025-07-01drm/xe: Fix out-of-bounds field write in MI_STORE_DATA_IMMJia Yao
2025-04-24drm/xe: Update xe_ttm_access_memory to use GPU for non-visible accessMatthew Brost
2025-04-04drm/xe: unconditionally apply PINNED for pin_map()Matthew Auld
2025-04-04drm/xe/migrate: ignore CCS for kernel objectsMatthew Auld
2025-03-28drm/xe: avoid plain 64-bit divisionArnd Bergmann
2025-03-27drm/xe: Use local fence in error path of xe_migrate_clearMatthew Brost
2025-03-27drm/xe/migrate: Switch from drm to dev managed actionsAradhya Bhatia
2025-03-27drm/xe/migrate: Allow xe_migrate_vram() also on non-pagefault capable devicesThomas Hellström
2025-03-27drm/xe: Introduce CONFIG_DRM_XE_GPUSVMThomas Hellström
2025-03-06drm/xe: Add migrate layer functions for SVM supportMatthew Brost
2025-01-09drm/xe: Fix all typos in xeNitin Gote
2025-01-02Revert "drm/xe: Force write completion of MI_STORE_DATA_IMM"José Roberto de Souza
2024-12-18drm/xe: Force write completion of MI_STORE_DATA_IMMJosé Roberto de Souza
2024-11-27drm/xe/migrate: use XE_BO_FLAG_PAGETABLEMatthew Auld
2024-11-27drm/xe/migrate: fix pat index usageMatthew Auld
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-08-17drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost
2024-08-13drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()Nirmoy Das
2024-07-29drm/xe/migrate: Future-proof compressed PAT checkMatt Roper
2024-07-17drm/xe/xe_migrate: Handle migration logic for xe2+ dgfxAkshata Jahagirdar
2024-07-17drm/xe/xe2: Introduce identity map for compressed pat for vramAkshata Jahagirdar
2024-07-17drm/xe/migrate: Add helper function to program identity mapAkshata Jahagirdar
2024-07-17drm/xe/migrate: Handle clear ccs logic for xe2 dgfxAkshata Jahagirdar
2024-07-03drm/xe: Convert multiple bind ops into single jobMatthew Brost
2024-07-03drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queueMatthew Brost
2024-06-27drm/xe: fix error handling in xe_migrate_update_pgtablesMatthew Auld
2024-06-14drm/xe/sched_job: Promote xe_sched_job_add_deps()Francois Dugast
2024-06-12drm/xe/trace: Extract bo, vm, vma tracesRadhakrishna Sripada
2024-06-05drm/xe: Don't overmap identity VRAM mappingMatthew Brost
2024-05-27drm/xe: Move job creation out of the struct xe_migrate::job_mutexThomas Hellström
2024-05-14drm/xe: Only use reserved BCS instances for usm migrate exec queueMatthew Brost
2024-05-13drm/xe: Drop __engine_maskLucas De Marchi
2024-05-09drm/xe: Move xe_gpu_commands.h file to instructions/Michal Wajdeczko
2024-04-08drm/xe: Remove debug message from migrate_clear()José Roberto de Souza
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko
2024-04-03drm/xe/xe_migrate: Cast to output precision before multiplying operandsHimal Prasad Ghimiray
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-02-28drm/xe/xe2: fix 64-bit division in pte_update_sizeArnd Bergmann
2024-02-21drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld
2024-02-02drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolMatthew Brost
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost
2024-01-26drm/xe: correct the assertion for number of PTEsFei Yang
2024-01-22drm/xe/xe2: Use XE_CACHE_WB pat indexHimal Prasad Ghimiray
2024-01-18drm/xe: correct the calculation of remaining sizeFei Yang
2024-01-12drm/xe/migrate: Cap PTEs written by MI_STORE_DATA_IMM to 510Matt Roper
2024-01-11drm/xe/migrate: Fix CCS copy for small VRAM copy chunksThomas Hellström
2024-01-10drm/xe: Finish refactoring of exec_queue_createBrian Welty