summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo_evict.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-15drm/xe/evict: drop bogus assertMatthew Auld1-8/+0
2025-09-22drm/xe: Pre-allocate system memory for pinned external bos in the pm notfierThomas Hellström1-0/+9
2025-09-22drm/xe: Don't copy pinned kernel bos twice on suspendThomas Hellström1-2/+2
2025-06-09drm/xe: Use xe_ggtt_map_bo_unlocked for resumeMaarten Lankhorst1-3/+1
2025-04-23drm/xe: handle pinned memory in PM notifierMatthew Auld1-1/+50
2025-04-23drm/xe: evict user memory in PM notifierMatthew Auld1-14/+31
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld1-22/+42
2025-04-04drm/xe: use backup object for pinned save/restoreMatthew Auld1-2/+0
2025-03-27drm/xe/bo: Add a bo remove callbackThomas Hellström1-4/+80
2025-03-21drm/xe: Simplify pinned bo iterationThomas Hellström1-127/+82
2024-11-23drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura1-4/+10
2024-11-13drm/xe: handle flat ccs during hibernation on igpuMatthew Auld1-1/+12
2024-11-09drm/xe: improve hibernation on igpuMatthew Auld1-6/+0
2024-11-01drm/xe: Restore system memory GGTT mappingsMatthew Brost1-1/+0
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-1/+1
2024-03-05drm/xe: Pipeline evict / restore of pinned BOs during suspend / resumeMatthew Brost1-1/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-2/+2
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström1-11/+8
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-2/+2
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-7/+7
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-1/+1
2023-12-20drm/xe: Move GGTT from GT to tileMatt Roper1-3/+5
2023-12-20drm/xe: fix suspend-resume for dgfxMatthew Auld1-4/+4
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-20drm/xe: Lock GGTT on when restoring kernel BOsMatthew Brost1-1/+4
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+225