summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_pt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko2024-04-051-0/+1
* drm/xe: Normalize bo flags macrosLucas De Marchi2024-04-021-5/+5
* drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström2024-03-281-0/+14
* drm/xe: Make TLB invalidation fences unorderedThomas Hellström2024-03-281-2/+1
* drm/xe: Rework rebindingThomas Hellström2024-03-281-1/+1
* drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström2024-03-281-2/+4
* drm/xe: Drop bogus vma NULL checkNirmoy Das2024-03-191-1/+1
* drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost2024-02-201-1/+4
* drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost2024-02-201-2/+4
* drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström2024-02-121-14/+25
* drm/xe: Drop rebind argument from xe_pt_prepare_bindMatthew Brost2024-02-011-3/+2
* drm/xe/vm: Subclass userptr vmasThomas Hellström2024-02-011-16/+16
* drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström2023-12-211-57/+8
* drm/xe: Restrict huge PTEs to 1GiBThomas Hellström2023-12-211-0/+3
* drm/xe/uapi: support pat_index selection with vm_bindMatthew Auld2023-12-211-9/+2
* drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström2023-12-211-3/+3
* drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström2023-12-211-1/+1
* drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi2023-12-211-1/+1
* drm/xe: Set PTE_AE for smem allocations in integrated devicesJosé Roberto de Souza2023-12-211-3/+6
* drm/xe: directly use pat_index for pte_encodeMatthew Auld2023-12-211-5/+6
* drm/xe: fix range printing for debug messagesPaulo Zanoni2023-12-211-2/+2
* drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi2023-12-211-115/+10
* drm/xe: Remove check for vma == NULLLucas De Marchi2023-12-211-5/+6
* drm/xe: Normalize pte/pde encodingLucas De Marchi2023-12-211-52/+67
* drm/xe: Track page table memory usage for clientTejas Upadhyay2023-12-211-0/+3
* drm/xe: Reinstate pipelined fence enable_signalingThomas Hellström2023-12-211-1/+1
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-7/+7
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-9/+9
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-11/+11
* drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi2023-12-211-6/+7
* drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi2023-12-211-7/+3
* drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi2023-12-211-40/+7
* drm/xe: Fix checking for unset valueLucas De Marchi2023-12-211-1/+3
* drm/xe: Always use xe_vm_queue_rebind_worker helperMatthew Brost2023-12-211-2/+1
* drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper2023-12-211-1/+2
* drm/xe: Use migrate engine for page fault bindsMatthew Brost2023-12-211-2/+1
* drm/xe: Reduce the number list links in xe_vmaMatthew Brost2023-12-211-1/+1
* drm/xe: Avoid doing rebindsMatthew Brost2023-12-211-0/+1
* drm/xe: Make bind engines safeMatthew Brost2023-12-211-0/+115
* drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi2023-12-211-2/+2
* drm/xe: Port Xe to GPUVAMatthew Brost2023-12-211-24/+22
* drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost2023-12-211-44/+44
* drm/xe: NULL binding implementationMatthew Brost2023-12-211-16/+38
* drm/xe: Rename pte/pde encoding functionsLucas De Marchi2023-12-211-20/+18
* drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYMatthew Brost2023-12-191-1/+1
* drm/xe: Invalidate TLB also on bind if in scratch page modeThomas Hellström2023-12-191-2/+15
* drm/xe: Allocate GT dynamicallyMatt Roper2023-12-191-2/+2
* drm/xe: Move migration from GT to tileMatt Roper2023-12-191-2/+2
* drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper2023-12-191-77/+67
* drm/xe: Add backpointer from gt to tileMatt Roper2023-12-191-1/+1