summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-18drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav1-1/+1
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-1/+0
2026-01-12drm/xe: Do not dereference ggtt_node in xe_bo.cMaarten Lankhorst1-3/+3
2026-01-10drm/xe: Allow compressible surfaces to be 1-way coherentXin Wang1-8/+9
2026-01-08drm/xe: Adjust page count tracepoints in shrinkerMatthew Brost1-2/+7
2025-12-18drm/xe: Drop preempt-fences when destroying imported dma-bufs.Thomas Hellström1-11/+4
2025-12-04drm/xe/uapi: Add NO_COMPRESSION BO flag and query capabilitySanjay Yadav1-2/+13
2025-12-03Merge drm/drm-next into drm-xe-nextThomas Hellström1-5/+5
2025-11-26drm/xe: Add caching pagetable flagZbigniew Kempczyński1-2/+1
2025-11-19drm/xe/bo: Use scope-based runtime PMMatt Roper1-6/+2
2025-10-31Merge tag 'drm-xe-next-2025-10-28' of https://gitlab.freedesktop.org/drm/xe/k...Simona Vetter1-3/+26
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav1-2/+2
2025-10-22drm/xe: Assert that VF will never use fixed placement of BOsTomasz Lis1-0/+6
2025-10-21drm/xe: Extract xe_bo_is_visible_vramMaarten Lankhorst1-1/+18
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter1-5/+5
2025-10-06drm/xe: Introduce new BO flag XE_BO_FLAG_FORCE_USER_VRAMPiotr Piórkowski1-4/+4
2025-10-06drm/xe: Add initial support for separate kernel VRAM region on the tilePiotr Piórkowski1-26/+52
2025-09-30drm/xe/bo: Fix an idle assertion for local bosThomas Hellström1-11/+23
2025-09-29drm/xe: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann1-4/+4
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König1-1/+1
2025-09-15drm/xe: Allow freeing of a managed boJohn Harrison1-0/+5
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie1-4/+12
2025-09-10drm/xe: Convert pinned suspend eviction for exhaustive evictionThomas Hellström1-81/+103
2025-09-10drm/xe: Rework instances of variants of xe_bo_create_locked()Thomas Hellström1-34/+52
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-5/+47
2025-09-10drm/xe: Convert xe_bo_create_pin_map_at() for exhaustive evictionThomas Hellström1-18/+54
2025-09-10drm/xe: Rename ___xe_bo_create_locked()Thomas Hellström1-20/+19
2025-09-10drm/xe: Convert the CPU fault handler for exhaustive evictionThomas Hellström1-44/+215
2025-09-10drm/xe: Convert xe_bo_create_user() for exhaustive evictionThomas Hellström1-38/+76
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström1-23/+108
2025-09-09drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström1-4/+12
2025-09-09drm/xe/vf: Use single check when calling VF CCS functionsMichal Wajdeczko1-4/+4
2025-09-05drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström1-4/+12
2025-09-05drm/xe: improve dma-resv handling for backup objectMatthew Auld1-12/+1
2025-09-02drm/xe: Fix incorrect migration of backed-up object to VRAMThomas Hellström1-2/+1
2025-08-29drm/xe: Fix incorrect migration of backed-up object to VRAMThomas Hellström1-2/+1
2025-08-26drm/xe: Don't trigger rebind on initial dma-buf validationMatthew Brost1-1/+2
2025-08-26drm/xe/vm: Don't pin the vm_resv during validationThomas Hellström1-3/+2
2025-08-26drm/xe/bo: Update atomic_access attribute on madviseHimal Prasad Ghimiray1-3/+26
2025-08-26drm/xe: Don't trigger rebind on initial dma-buf validationMatthew Brost1-1/+2
2025-08-25drm/xe/vm: Don't pin the vm_resv during validationThomas Hellström1-3/+2
2025-08-06drm/xe/svm: Migrate folios when possibleFrancois Dugast1-0/+2
2025-07-31drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test.Maarten Lankhorst1-12/+16
2025-07-23drm/xe/vf: Attach and detach CCS copy commands with BOSatyanarayana K V P1-0/+23
2025-07-16drm/xe: Move struct xe_vram_region to a dedicated headerPiotr Piórkowski1-0/+1
2025-07-14drm/xe: Remove unused functionsDr. David Alan Gilbert1-15/+0
2025-07-10drm/xe/bo: add GPU memory trace pointsJuston Li1-0/+17
2025-06-28drm/xe: Drop bo->sizeMatthew Brost1-10/+10