summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-04drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström1-0/+14
2024-04-04drm/xe: Make TLB invalidation fences unorderedThomas Hellström1-2/+1
2024-04-04drm/xe: Rework rebindingThomas Hellström1-1/+1
2024-04-04drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström1-2/+4
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
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper1-1/+2
2023-12-21drm/xe: Use migrate engine for page fault bindsMatthew Brost1-2/+1
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost1-1/+1
2023-12-21drm/xe: Avoid doing rebindsMatthew Brost1-0/+1
2023-12-21drm/xe: Make bind engines safeMatthew Brost1-0/+115
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi1-2/+2
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-24/+22
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost1-44/+44
2023-12-21drm/xe: NULL binding implementationMatthew Brost1-16/+38
2023-12-21drm/xe: Rename pte/pde encoding functionsLucas De Marchi1-20/+18
2023-12-20drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYMatthew Brost1-1/+1
2023-12-20drm/xe: Invalidate TLB also on bind if in scratch page modeThomas Hellström1-2/+15
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper1-2/+2
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-2/+2
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-77/+67
2023-12-20drm/xe: Add backpointer from gt to tileMatt Roper1-1/+1
2023-12-20drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl1-4/+1
2023-12-20drm/xe: Prevent evicting for page tablesMaarten Lankhorst1-1/+2
2023-12-20drm/xe: Cleanup page-related definesLucas De Marchi1-20/+20