aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)AuthorFilesLines
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-19drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYMatthew Brost1-1/+1
2023-12-19drm/xe: Invalidate TLB also on bind if in scratch page modeThomas Hellström1-2/+15
2023-12-19drm/xe: Allocate GT dynamicallyMatt Roper1-2/+2
2023-12-19drm/xe: Move migration from GT to tileMatt Roper1-2/+2
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-77/+67
2023-12-19drm/xe: Add backpointer from gt to tileMatt Roper1-1/+1
2023-12-19drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl1-4/+1
2023-12-19drm/xe: Prevent evicting for page tablesMaarten Lankhorst1-1/+2
2023-12-19drm/xe: Cleanup page-related definesLucas De Marchi1-20/+20
2023-12-19drm/xe: Use BO's GT to determine dma_offset when programming PTEsMatthew Brost1-1/+3
2023-12-19drm/xe: s/lmem/vram/Matthew Auld1-6/+6
2023-12-19drm/xe: Sort includesLucas De Marchi1-2/+3
2023-12-19drm/xe: Add TLB invalidation fence after rebinds issued from execsMatthew Brost1-90/+110
2023-12-19drm/xe: Propagate VM unbind error to invalidation fenceMatthew Brost1-1/+7
2023-12-19drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-1/+1
2023-12-19drm/xe: Add range based TLB invalidationsMatthew Brost1-3/+6
2023-12-19drm/xe: Add TLB invalidation fence ftraceMatthew Brost1-0/+5
2023-12-19drm/xe: Invalidate TLB after unbind is completeMatthew Brost1-0/+96
2023-12-19drm/xe/ppgtt: fix scratch page usage on DG2Matthew Auld1-5/+13
2023-12-19drm/xe/ppgtt: clear the scratch pageMatthew Auld1-6/+8
2023-12-12drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolenMatthew Brost1-1/+1
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst1-1/+4
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+1542