summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_pagefault.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-13/+7
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost1-3/+4
2023-12-21drm/xe: NULL binding implementationMatthew Brost1-2/+2
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-1/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-7/+7
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-2/+4
2023-12-20drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi1-0/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-1/+1
2023-12-20drm/xe: Add range based TLB invalidationsMatthew Brost1-6/+1
2023-12-20drm/xe: Add TLB invalidation fenceMatthew Brost1-1/+1
2023-12-20drm/xe: Break of TLB invalidation into its own fileMatthew Brost1-96/+3
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+750