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