summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-0/+14
2026-08-13drm/xe/guc_ads: allocate UM queues in a separate BOJia Yao1-0/+14
2026-07-30drm/xe: add XE_BO_FLAG_NEEDS_1G for minimum page-size sizingNareshkumar Gollakoti1-0/+1
2026-07-16drm/xe: Hold a dma-buf reference for imported BOsNitin Gote1-1/+2
2026-07-14drm/xe: Hold a dma-buf reference for imported BOsNitin Gote1-1/+2
2026-05-11drm/xe/madvise: Track purgeability with BO-local countersArvind Yadav1-2/+86
2026-05-08drm/xe/madvise: Track purgeability with BO-local countersArvind Yadav1-2/+86
2026-03-26drm/xe/madvise: Implement purgeable buffer object supportArvind Yadav1-0/+2
2026-03-26drm/xe/bo: Add purgeable bo state tracking and field madv to xe_boArvind Yadav1-0/+56
2026-03-24drm/xe: Rename XE_BO_FLAG_SCANOUT to XE_BO_FLAG_FORCE_WCTvrtko Ursulin1-1/+1
2026-03-12drm/xe: implement VM_BIND decompression in vm_bind_ioctlNitin Gote1-0/+2
2026-01-12drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_nodeMaarten Lankhorst1-3/+5
2025-12-04drm/xe/uapi: Add NO_COMPRESSION BO flag and query capabilitySanjay Yadav1-0/+1
2025-10-21drm/xe: Extract xe_bo_is_visible_vramMaarten Lankhorst1-0/+1
2025-10-06drm/xe: Introduce new BO flag XE_BO_FLAG_FORCE_USER_VRAMPiotr Piórkowski1-0/+1
2025-10-06drm/xe: Add initial support for separate kernel VRAM region on the tilePiotr Piórkowski1-1/+1
2025-09-15drm/xe: Allow freeing of a managed boJohn Harrison1-0/+1
2025-09-10drm/xe: Rework instances of variants of xe_bo_create_locked()Thomas Hellström1-6/+3
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-1/+5
2025-09-10drm/xe: Convert xe_bo_create_pin_map_at() for exhaustive evictionThomas Hellström1-9/+4
2025-09-10drm/xe: Rename ___xe_bo_create_locked()Thomas Hellström1-5/+5
2025-09-10drm/xe: Convert the CPU fault handler for exhaustive evictionThomas Hellström1-1/+2
2025-09-10drm/xe: Convert xe_bo_create_user() for exhaustive evictionThomas Hellström1-7/+2
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström1-8/+12
2025-09-09drm/xe/bo: Add xe_bo_has_valid_ccs_bb helperMichal Wajdeczko1-0/+15
2025-09-05drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström1-1/+1
2025-07-16drm/xe: Unify the initialization of VRAM regionsPiotr Piórkowski1-1/+3
2025-07-14drm/xe: Remove unused functionsDr. David Alan Gilbert1-3/+0
2025-06-27drm/xe: Drop bo->sizeMatthew Brost1-2/+15
2025-04-28Merge drm/drm-next into drm-xe-nextThomas Hellström1-1/+1
2025-04-26Merge tag 'drm-xe-next-2025-04-17' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-9/+14
2025-04-24drm/ttm/xe: drop unused force_alloc flagDave Airlie1-1/+1
2025-04-23drm/xe: handle pinned memory in PM notifierMatthew Auld1-0/+2
2025-04-07drm/xe: Ensure XE_BO_FLAG_CPU_ADDR_MIRROR has a unique valueMatt Roper1-10/+11
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld1-4/+5
2025-04-04drm/xe: Add XE_BO_FLAG_PINNED_NORESTOREMatthew Brost1-4/+5
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+64
2025-03-27drm/xe/bo: Add a bo remove callbackThomas Hellström1-0/+2
2025-03-20drm/xe: Fix exporting xe buffers multiple timesTomasz Rusinowicz1-2/+0
2025-03-19drm/xe: Fix exporting xe buffers multiple timesTomasz Rusinowicz1-2/+0
2025-03-11Merge tag 'drm-xe-next-2025-03-07' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-0/+20
2025-03-07Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-0/+36
2025-03-06drm/xe: Basic SVM BO evictionMatthew Brost1-0/+1
2025-03-06drm/xe/bo: Introduce xe_bo_put_asyncThomas Hellström1-0/+19
2025-03-05drm/xe: Add a shrinker for xe bosThomas Hellström1-0/+36
2025-02-17drm/xe/display: Clarify XE_IOCTL_DBG messageMaarten Lankhorst1-0/+1
2025-02-03drm/xe/pxp/uapi: Add API to mark a BO as using PXPDaniele Ceraolo Spurio1-0/+5
2025-01-16drm/xe/mmap: Add mmap support for PCI memory barrierTejas Upadhyay1-0/+2
2024-12-04drm/xe/display: fix ttm_bo_access() usageMatthew Auld1-0/+1
2024-11-22drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura1-5/+27