summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-05drm/xe: Fix kerneldoc for xe_migrate_exec_queueShuicheng Lin
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie
2026-01-21drm/xe/migrate: fix job lock assertMatthew Auld
2025-12-23drm/xe/migrate: Configure migration queue as low latencyFrancois Dugast
2025-12-23drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before useThomas Hellström
2025-12-23drm/pagemap, drm/xe: Support destination migration over interconnectThomas Hellström
2025-12-23drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before useThomas Hellström
2025-11-18drm/xe/vf: Shadow buffer management for CCS read/write operationsSatyanarayana K V P
2025-11-13drm/xe/migrate: Add function to copy of VRAM data in chunksLukasz Laguna
2025-11-04drm/xe: Attach last fence to TLB invalidation job queuesMatthew Brost
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav
2025-10-23drm/xe/migrate: skip bounce buffer path on xe2Matthew Auld
2025-10-23drm/xe/migrate: support MEM_COPY instructionMatthew Auld
2025-10-23drm/xe/migrate: trim batch buffer sizingMatthew Auld
2025-10-23drm/xe/migrate: fix batch buffer sizingMatthew Auld
2025-10-23drm/xe/migrate: fix chunk handling for 2M page emitMatthew Auld
2025-10-23drm/xe/migrate: rework size restrictions for sram pte emitMatthew Auld
2025-10-23drm/xe/migrate: fix offset and len checkMatthew Auld
2025-10-15drm/xe/migrate: don't misalign current bytesMatthew Auld
2025-10-13drm/xe: Enable 2M pages in xe_migrate_vramMatthew Brost
2025-10-13drm/xe: Fix build_pt_update_batch_sram for non-4K PAGE_SIZEMatthew Brost
2025-10-10drm/xe/migrate: Fix an error pathThomas Hellström
2025-10-09drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixupsSatyanarayana K V P
2025-09-18drm/xe: Work around clang multiple goto-label errorThomas Hellström
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström
2025-09-05drm/xe/migrate: Remove unneeded emit_pte() when copying CCS onlySanjay Yadav
2025-09-05drm/xe: improve dma-resv handling for backup objectMatthew Auld
2025-08-28drm/xe/migrate: make MI_TLB_INVALIDATE conditionalMatthew Auld
2025-08-18drm/xe: Make page size consistent in loopSimon Richter
2025-08-12drm/xe: Assign ioctl xe file handler to vm in xe_vm_createPiotr Piórkowski
2025-08-11drm/xe: rework PDE PAT index selectionMatthew Auld
2025-08-08drm/xe/vf: Refactor CCS save/restore to use default migration contextSatyanarayana K V P
2025-08-07drm/xe/migrate: prevent potential UAFMatthew Auld
2025-08-07drm/xe/migrate: don't overflow max copy sizeMatthew Auld
2025-08-07drm/xe/migrate: prevent infinite recursionMatthew Auld
2025-08-06drm/xe/migrate: Populate struct drm_pagemap_addr arrayFrancois Dugast
2025-08-06drm/pagemap: Use struct drm_pagemap_addr in mapping and copy functionsFrancois Dugast
2025-07-29drm/xe/vf: Fix VM crash during VF driver releaseSatyanarayana K V P
2025-07-24drm/xe: Add GT TLB invalidation jobsMatthew Brost
2025-07-24drm/xe: Explicitly mark migration queues with flagMatthew Brost
2025-07-23drm/xe/vf: Register CCS read/write contexts with GucSatyanarayana K V P
2025-07-23drm/xe/vf: Attach and detach CCS copy commands with BOSatyanarayana K V P
2025-07-16drm/xe: Split xe_migrate allocation from initializationPiotr Piórkowski
2025-07-16drm/xe: Use dynamic allocation for tile and device VRAM region structuresPiotr Piórkowski
2025-07-11drm/xe/migrate: Fix alignment checkLucas De Marchi
2025-07-11drm/xe/migrate: fix copy direction in access_memoryMatthew Auld
2025-07-04drm/xe/bmg: fix compressed VRAM handlingMatthew Auld
2025-06-27drm/xe: Drop bo->sizeMatthew Brost