summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.h
AgeCommit message (Expand)AuthorFilesLines
2026-03-25drm/xe/xe_vm: Implement xe_vm_get_property_ioctlJonathan Cavitt1-0/+3
2026-03-25drm/xe/xe_vm: Add per VM fault infoJonathan Cavitt1-0/+9
2026-03-11drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if poss...Thomas Hellström1-0/+2
2026-03-11drm/xe: Split TLB invalidation into submit and wait stepsThomas Hellström1-3/+0
2026-02-24drm/xe/uapi: Introduce a flag to disallow vm overcommit in fault modeThomas Hellström1-0/+7
2026-01-16drm/xe: Add vm to exec queues associationMatthew Brost1-0/+3
2026-01-09drm/xe/vm: fix xe_vm_validation_exec() kernel-docJani Nikula1-1/+1
2025-12-23drm/xe: Pass a drm_pagemap pointer around with the memory advise attributesThomas Hellström1-0/+1
2025-11-26drm/xe: Add helper to extend CPU-mirrored VMA range for mergeHimal Prasad Ghimiray1-0/+3
2025-09-10drm/xe: Convert existing drm_exec transactions for exhaustive evictionThomas Hellström1-2/+0
2025-09-10drm/xe: Convert xe_bo_create_user() for exhaustive evictionThomas Hellström1-0/+2
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström1-3/+31
2025-09-05drm/xe: Block exec and rebind worker while evicting for suspend / hibernateThomas Hellström1-0/+2
2025-09-05drm/xe/vm: split userptr bits into separate fileMatthew Auld1-17/+0
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost1-2/+2
2025-08-26drm/xe/uapi: Add UAPI for querying VMA count and memory attributesHimal Prasad Ghimiray1-1/+1
2025-08-26drm/xe: Reset VMA attributes to default in SVM garbage collectorHimal Prasad Ghimiray1-0/+2
2025-08-26drm/xe/vm: Add helper to check for default VMA memory attributesHimal Prasad Ghimiray1-0/+2
2025-08-26drm/xe/svm: Add svm ranges migration policy on atomic accessHimal Prasad Ghimiray1-0/+2
2025-08-26drm/xe/svm: Split system allocator vma incase of madvise callHimal Prasad Ghimiray1-0/+2
2025-08-25drm/xe/vm: Don't pin the vm_resv during validationThomas Hellström1-13/+2
2025-08-12drm/xe: Assign ioctl xe file handler to vm in xe_vm_createPiotr Piórkowski1-1/+1
2025-06-17drm/xe: Add xe_vm_has_valid_gpu_mapping helperMatthew Brost1-0/+19
2025-06-13drm/xe/vm: Add a helper xe_vm_range_tilemask_tlb_invalidation()Himal Prasad Ghimiray1-0/+3
2025-06-02drm/xe: Rework eviction rejection of bound external bosThomas Hellström1-0/+69
2025-05-14drm/xe: Rename lookup_vma function to xe_find_vma_by_addrHimal Prasad Ghimiray1-0/+2
2025-03-06drm/xe: Add unbind to SVM garbage collectorMatthew Brost1-0/+2
2025-03-06drm/xe: Add (re)bind to SVM page fault handlerMatthew Brost1-0/+5
2025-03-06drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRRORMatthew Brost1-1/+7
2025-03-05drm/xe: Fix fault mode invalidation with unbindThomas Hellström1-0/+8
2025-03-05drm/xe/vm: Fix a misplaced #endifThomas Hellström1-1/+1
2025-02-03drm/xe/pxp/uapi: Add API to mark a BO as using PXPDaniele Ceraolo Spurio1-0/+2
2025-02-03drm/xe/pxp: Allocate PXP execution resourcesDaniele Ceraolo Spurio1-0/+6
2024-11-19drm/xe: drop unused component dependenciesChristian König1-1/+0
2024-07-03drm/xe: Convert multiple bind ops into single jobMatthew Brost1-0/+2
2024-05-23drm/xe: Nuke simple error captureJosé Roberto de Souza1-2/+0
2024-05-07drm/xe: Don't rely on xe_assert.h to be included elsewhereMichal Wajdeczko1-0/+1
2024-04-26drm/xe: Use xe_vma_ops to implement page fault rebindsMatthew Brost1-0/+2
2024-03-28drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström1-2/+4
2024-03-28drm/xe: Rework rebindingThomas Hellström1-1/+1
2024-02-21drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst1-0/+5
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström1-2/+14
2024-01-19drm/xe: make xe_ttm_funcs constJani Nikula1-2/+0
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström1-7/+12
2023-12-21drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström1-0/+11
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-8/+8
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost1-2/+0
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost1-0/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-1/+1
2023-12-21drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_execThomas Hellström1-2/+0