summaryrefslogtreecommitdiff
path: root/lib/xe/xe_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-29lib/xe: add xe_exec_queue_create_class_gtJuha-Pekka Heikkila1-0/+20
2026-04-28lib/xe: Add failable variant of xe_vm_bind_lr_sync()Sobin Thomas1-9/+24
2026-04-17lib/xe: Add purgeable memory ioctl supportArvind Yadav1-0/+33
2026-04-04lib/xe/xe_ioctl: Add xe_vm_get_property helper functionJonathan Cavitt1-0/+5
2026-03-14lib/xe: Introduce aligned buffer mappingNishit Sharma1-0/+46
2026-01-05lib/xe: Add synchronous helpers for VM bind/unbind operationsNishit Sharma1-0/+39
2026-01-05lib/xe: Add instance parameter to xe_vm_madviseNishit Sharma1-4/+9
2025-12-12lib/xe: Add exec_queue set_property ioctl supportNiranjana Vishwanathapura1-0/+27
2025-09-19tests/intel/xe_exec_system_allocator: Add pat-index-madvisePravalika Gurram1-10/+19
2025-09-11lib/xe_ioctl: use valid type for boZbigniew Kempczyński1-1/+1
2025-09-08lib/xe: Add Helper to get memory attributesNishit Sharma1-0/+91
2025-09-08lib/xe: Add xe_vm_madvise ioctl supportNishit Sharma1-0/+57
2025-06-02lib/xe_gt: Move reset related function to xe_gt.cMichal Wajdeczko1-23/+0
2025-04-28lib/xe/xe_ioctl: Fix compilation on 32-bit armhfKamil Konieczny1-1/+1
2025-04-25tests/xe: Add system_allocator testMatthew Brost1-0/+12
2025-04-25Revert "tests/xe: Add system_allocator test"Kamil Konieczny1-12/+0
2025-04-25tests/xe: Add system_allocator testMatthew Brost1-0/+12
2025-04-08tests/intel/xe_pxp: Termination testsDaniele Ceraolo Spurio1-3/+32
2025-04-08tests/intel/xe_pxp: Add PXP object and queue creation testsDaniele Ceraolo Spurio1-5/+9
2024-09-19lib/xe_ioctl: Add wrapper with vm_bind_op extension parameterChristoph Manszewski1-4/+16
2024-06-06lib/xe: Add sync and async xe_force_gt_reset optionsJonathan Cavitt1-3/+13
2024-04-01lib/xe: Update __xe_exec_queue_create()Niranjana Vishwanathapura1-4/+4
2024-01-26lib/xe/ioctl: introduce xe_bb_size() helperMatthew Auld1-0/+6
2024-01-23tests/xe_waitfence: Removed duplicate code in waitfenceBommu Krishnaiah1-35/+0
2024-01-22lib/xe: Boost prefetch size to 4KBLucas De Marchi1-1/+1
2023-12-15drm-uapi/xe: Remove sync bindsMatthew Brost1-28/+20
2023-12-15drm-uapi/xe: add exec_queue_id member to drm_xe_wait_user_fence structureBommu Krishnaiah1-16/+13
2023-12-11lib/xe_ioctl: fix default cpu_caching helperMatthew Auld1-3/+3
2023-12-08lib/xe: Add __xe_exec_queue_create()Niranjana Vishwanathapura1-5/+24
2023-12-06lib/xe_ioctl: Add __xe_wait_ufence()Brian Welty1-6/+45
2023-12-05drm-uapi/xe: Split xe_sync types from flagsFrancois Dugast1-1/+2
2023-12-05drm-uapi/xe: Separate bo_create placement from flagsRodrigo Vivi1-19/+20
2023-12-05xe_query: Kill visible_vram_if_possibleRodrigo Vivi1-0/+19
2023-12-05xe_ioctl: Rename *xe_bo_create_flags to simply xe_bo_createRodrigo Vivi1-6/+6
2023-12-05xe_ioctl: Converge bo_create to the most used versionRodrigo Vivi1-10/+0
2023-11-29lib/xe_ioctl: update vm_bind to account for pat_indexMatthew Auld1-2/+6
2023-11-29lib/xe: support explicit cpu_caching gem_createMatthew Auld1-11/+44
2023-11-17drm-uapi/xe: Be more specific about vm_bind prefetch regionRodrigo Vivi1-4/+4
2023-11-17drm-uapi/xe: Differentiate WAIT_OP from WAIT_MASKRodrigo Vivi1-4/+4
2023-11-17drm-uapi/xe: Add _FLAG to uAPI constants usable for flagsFrancois Dugast1-3/+3
2023-11-17drm-uapi/xe: Add missing DRM_ prefix in uAPI constantsFrancois Dugast1-11/+11
2023-11-16drm-uapi/xe: Kill VM_MADVISE IOCTL and the atomic testsRodrigo Vivi1-14/+0
2023-10-17xe: Update to new VM bind uAPIMatthew Brost1-11/+4
2023-10-17drm-uapi/xe_drm: Separate VM_BIND's operation and flag, align with latest uapiFrancois Dugast1-15/+16
2023-08-02xe: Rename engine to exec_queueFrancois Dugast1-40/+40
2023-07-25tests/xe/mmap: sanity check small-barMatthew Auld1-3/+17
2023-07-24tests/xe: Boost command streamer prefetch sizeMatt Roper1-1/+1
2023-07-13lib/xe_ioctl: Export non-assert xe_exec functionZbigniew Kempczyński1-1/+1
2023-06-19lib/xe_ioctl: Return remaining timeout of user fence waitZbigniew Kempczyński1-3/+5
2023-06-19lib/xe_ioctl: Add xe_wait_ufence_abstime() helperZbigniew Kempczyński1-0/+35