aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/xe/xe_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-05drm/xe/pxp: Use the correct define in the set_property_funcs arrayDaniele Ceraolo Spurio1-1/+1
2025-06-05drm/xe: Rework eviction rejection of bound external bosThomas Hellström1-18/+28
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi1-2/+2
2025-04-28Merge drm/drm-next into drm-xe-nextThomas Hellström1-3/+1
2025-04-26Merge tag 'drm-xe-next-2025-04-17' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-164/+239
2025-04-24drm/xe: Update xe_ttm_access_memory to use GPU for non-visible accessMatthew Brost1-4/+11
2025-04-24drm/ttm/xe: drop unused force_alloc flagDave Airlie1-3/+1
2025-04-23drm/xe: handle pinned memory in PM notifierMatthew Auld1-16/+107
2025-04-23drm/xe: share bo dma-resv with backup objectMatthew Auld1-15/+13
2025-04-04drm/xe: allow non-contig VRAM kernel BOMatthew Auld1-1/+8
2025-04-04drm/xe: unconditionally apply PINNED for pin_map()Matthew Auld1-1/+1
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld1-4/+7
2025-04-04drm/xe: Add XE_BO_FLAG_PINNED_NORESTOREMatthew Brost1-1/+5
2025-04-04drm/xe: use backup object for pinned save/restoreMatthew Auld1-150/+165
2025-03-27drm/xe: Make the PT code handle placement per PTE rather than per vma / rangeThomas Hellström1-3/+9
2025-03-27drm/xe/bo: Add a bo remove callbackThomas Hellström1-7/+47
2025-03-11Merge tag 'drm-xe-next-2025-03-07' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-0/+54
2025-03-07Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-17/+185
2025-03-06drm/xe: Basic SVM BO evictionMatthew Brost1-0/+22
2025-03-06drm/xe/bo: Introduce xe_bo_put_asyncThomas Hellström1-0/+25
2025-03-06drm/xe: Retry BO allocationMatthew Brost1-0/+7
2025-03-05drm/xe: Add a shrinker for xe bosThomas Hellström1-17/+185
2025-02-17drm/xe/display: Clarify XE_IOCTL_DBG messageMaarten Lankhorst1-0/+16
2025-02-10drm/xe: Move VRAM manager to struct xe_vram_regionPiotr Piórkowski1-2/+8
2025-02-10drm/xe: Rename struct xe_mem_region to struct xe_vram_regionPiotr Piórkowski1-6/+6
2025-02-03drm/xe/pxp/uapi: Add API to mark a BO as using PXPDaniele Ceraolo Spurio1-2/+96
2025-01-19drm/xe/kunit: Allow to replace xe_managed_bo_create_pin_map()Michal Wajdeczko1-0/+4
2025-01-17drm/xe: trace bo createOak Zeng1-0/+1
2025-01-16drm/xe/mmap: Add mmap support for PCI memory barrierTejas Upadhyay1-1/+18
2025-01-15drm/xe: Reject BO eviction if BO is bound to current VMOak Zeng1-0/+15
2025-01-09drm/xe: Fix all typos in xeNitin Gote1-4/+4
2024-12-16drm/xe: Wait for migration job before unmapping pagesNirmoy Das1-1/+9
2024-12-16drm/xe: Use non-interruptible wait when moving BO to systemNirmoy Das1-1/+1
2024-12-06drm/xe: Trace xe_bo_validateOak Zeng1-0/+1
2024-12-04drm/xe/display: fix ttm_bo_access() usageMatthew Auld1-0/+24
2024-11-27drm/xe: Only allow contiguous BOs to use xe_bo_vmapMatthew Brost1-9/+14
2024-11-27drm/xe: Add xe_ttm_access_memoryMatthew Brost1-3/+56
2024-11-27drm/xe: Add xe_bo_vm_accessMatthew Brost1-1/+16
2024-11-22drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura1-14/+35
2024-11-08drm/xe: improve hibernation on igpuMatthew Auld1-21/+16
2024-11-04Merge drm/drm-next into drm-xe-nextThomas Hellström1-2/+2
2024-11-01drm/xe: Restore system memory GGTT mappingsMatthew Brost1-3/+11
2024-11-01drm/xe: Avoid the OOM killer on buffer object memory allocationThomas Hellström1-1/+8
2024-10-18Merge tag 'drm-xe-next-2024-10-17' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-6/+23
2024-10-14drm/xe: add interface to request physical alignment for buffer objectsJuha-Pekka Heikkila1-6/+23
2024-10-11Merge tag 'drm-xe-next-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-2/+32
2024-10-11Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-2/+2
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström1-2/+2
2024-10-03drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong1-2/+2
2024-10-01drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong1-2/+2