summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lmtt.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-0/+17
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-20drm/xe/pf: Expose LMTT page sizeMichal Wajdeczko1-0/+17
2026-01-12drm/xe/mert: Always refer to MERT using xe_deviceMichal Wajdeczko1-1/+1
2025-11-25drm/xe/pf: Add TLB invalidation support for MERTLukasz Laguna1-2/+13
2025-11-25drm/xe/pf: Configure LMTT in MERTLukasz Laguna1-1/+9
2025-10-06drm/xe/pf: Update LMTT to use tile-based messagesMichal Wajdeczko1-6/+5
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-6/+6
2025-08-27drm/xe: Decouple TLB invalidations from GTMatthew Brost1-6/+6
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost1-6/+6
2025-08-06drm/xe/pf: Program LMTT directory pointer on all GTs within a tilePiotr Piórkowski1-3/+6
2025-07-15drm/xe/pf: Invalidate LMTT during LMEM unprovisioningMichal Wajdeczko1-0/+54
2025-07-03drm/xe/pf: Clear all LMTT pages on allocMichal Wajdeczko1-0/+11
2025-06-27drm/xe: Drop bo->sizeMatthew Brost1-2/+2
2025-04-04drm/xe: unconditionally apply PINNED for pin_map()Matthew Auld1-1/+1
2025-02-10drm/xe/pf: Use an explicit check to see if the device has LMTTPiotr Piórkowski1-2/+2
2024-09-11drm/xe/lmtt: Convert register access to use xe_mmioMatt Roper1-1/+1
2024-07-22drm/xe: Normalize NEEDS_64K BO flagMichal Wajdeczko1-1/+1
2024-07-04drm/xe: Kill regs/xe_sriov_regs.hMichal Wajdeczko1-1/+1
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-2/+2
2024-03-15drm/xe/pf: Always select Multi-Level LMTT for platforms 12.60+Michal Wajdeczko1-1/+1
2024-03-15drm/xe/pf: Request 64K aligned allocations for LMTT PDMichal Wajdeczko1-1/+1
2023-12-21drm/xe/kunit: Add test for LMTT operationsMichal Wajdeczko1-0/+4
2023-12-21drm/xe/pf: Introduce Local Memory Translation TableMichal Wajdeczko1-0/+502