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