summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_ggtt.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/xe/ggtt: Use scope-based runtime pmMatt Roper1-2/+1
2026-01-30drm/xe: fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue()Marco Crivellari1-1/+1
2025-10-24drm/xe: Check return value of GGTT workqueue allocationMatthew Brost1-0/+3
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-28drm/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-23drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura1-16/+19
2024-10-31drm/xe: Add mmio read before GGTT invalidateMatthew Brost1-0/+10
2024-10-23drm/xe: Mark GGTT work queue with WQ_MEM_RECLAIMMatthew Brost1-1/+1
2024-10-14drm/xe: add interface to request physical alignment for buffer objectsJuha-Pekka Heikkila1-1/+1
2024-10-03drm/xe: Use fault injection infrastructure to find issues at probe timeFrancois Dugast1-0/+2
2024-09-12drm/xe/ggtt: Convert register access to use xe_mmioMatt Roper1-3/+5
2024-09-09drm/xe: Don't keep stale pointer to bo->ggtt_nodeMichal Wajdeczko1-2/+5
2024-08-28drm/xe: Fix NPD in ggtt_node_remove()Himal Prasad Ghimiray1-5/+8
2024-08-24drm/xe: Fix total initialization in xe_ggtt_print_holes()Nathan Chancellor1-1/+1
2024-08-23drm/xe: Move ggtt_fini to devm managedMatthew Brost1-2/+2
2024-08-22drm/xe: Fix missing runtime outer protection for ggtt_remove_nodeRodrigo Vivi1-39/+67
2024-08-22drm/xe: Make xe_ggtt_node struct independentRodrigo Vivi1-36/+104
2024-08-22drm/xe: Refactor xe_ggtt balloon functions to make the node clearRodrigo Vivi1-8/+8
2024-08-22drm/xe: Introduce xe_ggtt_print_holesRodrigo Vivi1-0/+40
2024-08-22drm/xe: Introduce xe_ggtt_largest_holeRodrigo Vivi1-0/+35
2024-08-22drm/xe: Limit drm_mm_node_allocated access to xe_ggtt_nodeRodrigo Vivi1-0/+11
2024-08-22drm/xe: Rename xe_ggtt_node related functionsRodrigo Vivi1-43/+43
2024-08-22drm/xe: Encapsulate drm_mm_node inside xe_ggtt_nodeRodrigo Vivi1-36/+36
2024-08-22drm/xe: Introduce GGTT documentationRodrigo Vivi1-28/+108
2024-08-22drm/xe: Removed unused xe_ggtt_printkRodrigo Vivi1-20/+0
2024-07-02drm/xe/bmg: Apply Wa_22019338487Vinay Belgaumkar1-3/+8
2024-06-27drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-5/+37
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula1-4/+28
2024-05-31drm: move i915_drm.h under include/drm/intelJani Nikula1-1/+1
2024-05-27drm/xe/vf: Use only assigned GGTT regionMichal Wajdeczko1-1/+13