summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-03drm/xe: Fix memory leak when aborting bindsMatthew Brost1-1/+1
2024-08-30drm/xe: Invalidate media_gt TLBs in PT codeMatthew Brost1-21/+96
2024-08-23Revert "drm/xe: Invalidate media_gt TLBs in PT code"Matthew Brost1-80/+19
2024-08-22drm/xe: Invalidate media_gt TLBs in PT codeMatthew Brost1-19/+80
2024-08-06drm/xe: Only check last fence on user bindsMatthew Brost1-4/+6
2024-07-23drm/xe: Fix xe_pt_abort_unbindMatthew Brost1-1/+1
2024-07-20drm/xe: Drop xe_gt_tlb_invalidation_waitMatthew Brost1-1/+1
2024-07-20drm/xe: Add xe_gt_tlb_invalidation_fence_init helperMatthew Brost1-25/+1
2024-07-04drm/xe: Add VM bind IOCTL error injectionMatthew Brost1-0/+12
2024-07-04drm/xe: Update PT layer with better error handlingMatthew Brost1-65/+167
2024-07-04drm/xe: Convert multiple bind ops into single jobMatthew Brost1-400/+696
2024-06-12drm/xe/trace: Print device_id in xe_trace eventsRadhakrishna Sripada1-3/+5
2024-05-21drm/xe: Add warn when level can not be zero.Nirmoy Das1-2/+2
2024-05-15drm/xe: Only zap PTEs as neededMatthew Brost1-1/+2
2024-05-06drm/xe: Refactor default device atomic settingsNirmoy Das1-3/+34
2024-04-26drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use thisMatthew Brost1-7/+18
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko1-0/+1
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-5/+5
2024-03-28drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström1-0/+14
2024-03-28drm/xe: Make TLB invalidation fences unorderedThomas Hellström1-2/+1
2024-03-28drm/xe: Rework rebindingThomas Hellström1-1/+1
2024-03-28drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström1-2/+4
2024-03-19drm/xe: Drop bogus vma NULL checkNirmoy Das1-1/+1
2024-02-20drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost1-1/+4
2024-02-20drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost1-2/+4
2024-02-13drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström1-14/+25
2024-02-02drm/xe: Drop rebind argument from xe_pt_prepare_bindMatthew Brost1-3/+2
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström1-16/+16
2023-12-21drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström1-57/+8
2023-12-21drm/xe: Restrict huge PTEs to 1GiBThomas Hellström1-0/+3
2023-12-21drm/xe/uapi: support pat_index selection with vm_bindMatthew Auld1-9/+2
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-3/+3
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström1-1/+1
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi1-1/+1
2023-12-21drm/xe: Set PTE_AE for smem allocations in integrated devicesJosé Roberto de Souza1-3/+6
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld1-5/+6
2023-12-21drm/xe: fix range printing for debug messagesPaulo Zanoni1-2/+2
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi1-115/+10
2023-12-21drm/xe: Remove check for vma == NULLLucas De Marchi1-5/+6
2023-12-21drm/xe: Normalize pte/pde encodingLucas De Marchi1-52/+67
2023-12-21drm/xe: Track page table memory usage for clientTejas Upadhyay1-0/+3
2023-12-21drm/xe: Reinstate pipelined fence enable_signalingThomas Hellström1-1/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-7/+7
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-9/+9
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-11/+11
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi1-6/+7
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi1-7/+3
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi1-40/+7
2023-12-21drm/xe: Fix checking for unset valueLucas De Marchi1-1/+3
2023-12-21drm/xe: Always use xe_vm_queue_rebind_worker helperMatthew Brost1-2/+1