summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_ggtt.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-29drm/xe/ggtt: Fix xe_ggtt documentationMichal Wajdeczko1-4/+4
2026-04-21drm/xe/pat: Introduce xe_cache_pat_idx() macro helperXin Wang1-3/+4
2026-03-30drm/xe/ggtt: Remove duplicate XE_GGTT_FLAGS_64K macro definitionShuicheng Lin1-1/+0
2026-03-26drm/xe: Issue GGTT invalidation under lock in ggtt_node_removeMatthew Brost1-7/+2
2026-03-13drm/xe: Open-code GGTT MMIO access protectionMatthew Brost1-6/+9
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-216/+159
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-16drm/xe: Remove xe_ggtt_node_allocatedMaarten Lankhorst1-17/+0
2026-02-16drm/xe: Make xe_ggtt_node_insert return a nodeMaarten Lankhorst1-57/+40
2026-02-16drm/xe: Move struct xe_ggtt to xe_ggtt.cMaarten Lankhorst1-0/+55
2026-02-16drm/xe: Rewrite GGTT VF initializationMaarten Lankhorst1-137/+50
2026-02-16drm/xe: Make xe_ggtt_node offset relative to starting offsetMaarten Lankhorst1-22/+31
2026-02-09drm/xe/pf: Fix the address range assert in ggtt_get_pte helperMichał Winiarski1-1/+1
2026-02-02drm/xe: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-2/+1
2026-01-12drm/xe: Privatize xe_ggtt_nodeMaarten Lankhorst1-0/+18
2026-01-12drm/xe: Improve xe_gt_sriov_pf_config GGTT handlingMaarten Lankhorst1-0/+11
2026-01-12drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_nodeMaarten Lankhorst1-0/+11
2026-01-12drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTTMaarten Lankhorst1-25/+67
2026-01-12drm/xe: Start using ggtt->start in preparation of balloon removalMaarten Lankhorst1-30/+52
2026-01-08drm/xe: fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue()Marco Crivellari1-1/+1
2025-11-19drm/xe/ggtt: Use scope-based runtime pmMatt Roper1-2/+1
2025-11-13drm/xe/pf: Add helpers for VF GGTT migration data handlingMichał Winiarski1-0/+104
2025-10-22drm/xe: Check return value of GGTT workqueue allocationMatthew Brost1-0/+3
2025-10-14drm/xe: Check for primary GT before looking up Wa_22019338487Matt Roper1-9/+22
2025-10-09drm/xe: Move GGTT lock init to allocMatthew Brost1-16/+23
2025-09-12drm/xe: Use tile-oriented messages in GGTT codeMichal Wajdeczko1-6/+6
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström1-6/+9
2025-08-27drm/xe: Decouple TLB invalidations from GTMatthew Brost1-2/+2
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost1-2/+2
2025-08-08drm/xe: rename XE_WA to XE_GT_WAMatt Atwood1-4/+4
2025-07-24drm/xe: Make GGTT TLB invalidation failure message GT orientedMichal Wajdeczko1-2/+1
2025-06-27drm/xe: Drop bo->sizeMatthew Brost1-7/+7
2025-06-24drm/xe: Process deferred GGTT node removals on device unwindMichal Wajdeczko1-0/+11
2025-06-09drm/xe: GSM size should be constant on most platformsMatt Roper1-1/+1
2025-06-09drm/xe: Do not rely on GGTT internals in xe_guc_buf kunit testsMaarten Lankhorst1-5/+18
2025-06-09drm/xe: Implement a helper for reading out a GGTT PTE at a specified offsetMaarten Lankhorst1-0/+12
2025-06-09drm/xe: Remove pte_encode_bo callbackMaarten Lankhorst1-14/+0
2025-06-09drm/xe/display: Dont poke into GGTT internals to fill a DPTMaarten Lankhorst1-0/+15
2025-06-09drm/xe/ggtt: Seperate flags and address in PTE encodingMaarten Lankhorst1-26/+59
2025-06-09drm/xe: Add xe_ggtt_allocMaarten Lankhorst1-0/+16
2025-06-09drm/xe: Add xe_ggtt_might_lockMaarten Lankhorst1-0/+7
2025-06-09drm/xe: Use xe_ggtt_map_bo_unlocked for resumeMaarten Lankhorst1-1/+15
2025-06-03drm/xe/vf: Move tile-related VF functions to separate fileMichal Wajdeczko1-2/+2
2025-05-12drm/xe/vf: Shifting GGTT area post migrationTomasz Lis1-0/+50
2025-05-12drm/xe/vf: Divide GGTT ballooning into allocation and insertionTomasz Lis1-20/+15
2025-04-04drm/xe: unconditionally apply PINNED for pin_map()Matthew Auld1-1/+1
2025-01-09drm/xe: Fix all typos in xeNitin Gote1-1/+1
2024-11-22drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura1-16/+19
2024-10-30drm/xe: Add mmio read before GGTT invalidateMatthew Brost1-0/+10