summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30drm/xe: apply debug page-size allocation policy to user BOsNareshkumar Gollakoti1-0/+148
2026-07-30drm/xe: add XE_BO_FLAG_NEEDS_1G for minimum page-size sizingNareshkumar Gollakoti1-2/+10
2026-07-27drm/xe/bo: optimise TT population for DONTNEED BOsMatthew Auld1-0/+12
2026-07-14drm/xe/vf: Fix VF CCS attach/detach race with in-flight BO movesMatthew Brost1-11/+23
2026-07-14Merge drm/drm-next into drm-xe-nextRodrigo Vivi1-1/+1
2026-07-14drm/xe: Hold a dma-buf reference for imported BOsNitin Gote1-4/+20
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König1-1/+1
2026-05-08drm/xe: Convert stolen memory over to ttm_range_managerSanjay Yadav1-5/+11
2026-05-08drm/xe/madvise: Track purgeability with BO-local countersArvind Yadav1-3/+3
2026-04-14drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()Shuicheng Lin1-1/+3
2026-04-14drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()Shuicheng Lin1-1/+3
2026-04-08Use xe_map_resource_to_region helper instead of direct accessTejas Upadhyay1-17/+4
2026-03-26drm/xe/bo: Add purgeable shrinker state helpersArvind Yadav1-1/+42
2026-03-26drm/xe/bo: Block mmap of DONTNEED/purged BOsArvind Yadav1-1/+26
2026-03-26drm/xe/bo: Block CPU faults to purgeable buffer objectsArvind Yadav1-0/+19
2026-03-26drm/xe/madvise: Implement purgeable buffer object supportArvind Yadav1-12/+95
2026-03-24drm/xe: Rename XE_BO_FLAG_SCANOUT to XE_BO_FLAG_FORCE_WCTvrtko Ursulin1-8/+9
2026-03-23drm/xe/xe3p_lpg: flush shrinker bo cachelines manuallyTejas Upadhyay1-1/+6
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost1-3/+3
2026-03-12drm/xe: implement VM_BIND decompression in vm_bind_ioctlNitin Gote1-0/+55
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-2/+2
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-3/+3
2026-02-21Convert '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-17drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav1-1/+1
2026-02-13drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav1-1/+1
2026-02-10drm/xe/nvlp: Add NVL-P platform definitionShekhar Chauhan1-2/+2
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-30/+34
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky1-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-09drm/xe: Allow compressible surfaces to be 1-way coherentXin Wang1-8/+9
2026-01-07drm/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