summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_ggtt.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-6/+6
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi1-2/+2
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi1-3/+2
2023-12-21drm/xe/ggtt: prime ggtt->lock against FS_RECLAIMMatthew Auld1-0/+11
2023-12-21drm/xe: limit GGTT size to GUC_GGTT_TOPDaniele Ceraolo Spurio1-6/+18
2023-12-20drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidationsMatt Roper1-0/+9
2023-12-20drm/xe: Invalidate TLB on all affected GTs during GGTT updatesMatt Roper1-6/+10
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper1-1/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-3/+2
2023-12-20drm/xe: Move GGTT from GT to tileMatt Roper1-20/+22
2023-12-20drm/xe: Move register MMIO into xe_tileMatt Roper1-1/+2
2023-12-20drm/xe: Add backpointer from gt to tileMatt Roper1-6/+6
2023-12-20drm/xe: keep pulling mem_access_get further backMatthew Auld1-0/+6
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-3/+3
2023-12-20drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi1-3/+3
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-6/+6
2023-12-20drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BITLucas De Marchi1-3/+3
2023-12-20drm/xe: Cleanup page-related definesLucas De Marchi1-12/+12
2023-12-20drm/xe: Drop GFX_FLSH_CNTL_GEN6 write during GGTT invalidationMatt Roper1-5/+0
2023-12-20drm/xe: s/lmem/vram/Matthew Auld1-3/+3
2023-12-20drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-3/+3
2023-12-20drm/xe: Add debugfs for dumping GGTT mappingsMaarten Lankhorst1-0/+13
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-2/+10
2023-12-20drm/xe/ggtt: fix GGTT scratch usage for DG2Matthew Auld1-10/+18
2023-12-20drm/xe/ggtt: fix alignment usage for DG2Matthew Auld1-4/+21
2023-12-20drm/xe: Map initial FB at the same place in GGTT tooMaarten Lankhorst1-3/+13
2023-12-12drm/xe/ggtt: Use BIT_ULL() for 64bitLucas De Marchi1-2/+2
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+304