summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)Author
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
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper
2023-12-21drm/xe: Use migrate engine for page fault bindsMatthew Brost
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost
2023-12-21drm/xe: Avoid doing rebindsMatthew Brost
2023-12-21drm/xe: Make bind engines safeMatthew Brost
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost
2023-12-21drm/xe: NULL binding implementationMatthew Brost
2023-12-21drm/xe: Rename pte/pde encoding functionsLucas De Marchi
2023-12-19drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYMatthew Brost
2023-12-19drm/xe: Invalidate TLB also on bind if in scratch page modeThomas Hellström
2023-12-19drm/xe: Allocate GT dynamicallyMatt Roper
2023-12-19drm/xe: Move migration from GT to tileMatt Roper
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe: Add backpointer from gt to tileMatt Roper