summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_userptr.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-09drm/xe: have xe_svm_range embed one drm_gpusvm_pagesHonglei Huang1-3/+2
2026-07-09drm/gpusvm: embed struct drm_device into drm_gpusvm_pagesHonglei Huang1-0/+2
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
2026-07-02drm/xe/userptr: Drop bogus static from finish in force_invalidateShuicheng Lin1-1/+1
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König1-1/+1
2026-03-11drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if poss...Thomas Hellström1-8/+55
2026-03-11drm/xe/userptr: Convert invalidation to two-pass MMU notifierThomas Hellström1-22/+86
2025-12-23drm/xe: Use the drm_pagemap_util helper to get a svm pagemap ownerThomas Hellström1-1/+1
2025-10-17drm/gpusvm, drm/xe: Allow mixed mappings for userptrMatthew Brost1-1/+3
2025-10-02drm/gpusvm, drm/xe: Fix userptr to not allow device private pagesThomas Hellström1-0/+1
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld1-20/+34
2025-09-05drm/xe/vm: split userptr bits into separate fileMatthew Auld1-0/+305