summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-29drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()Shuicheng Lin1-2/+5
2026-04-29drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_un...Shuicheng Lin1-1/+1
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost1-2/+2
2026-03-10drm/xe: Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13Lionel Landwerlin1-1/+18
2026-03-04drm/xe: Add missing kernel docs in xe_exec_queue.cNiranjana Vishwanathapura1-0/+112
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-40/+96
2026-02-27drm/xe/vf: Redo LRC creation while in VF fixupsTomasz Lis1-9/+20
2026-02-27drm/xe: Wrappers for setting and getting LRC referencesTomasz Lis1-19/+54
2026-02-27drm/xe/queue: Call fini on exec queue creation failTomasz Lis1-12/+11
2026-02-27drm/xe: restrict multi-lrc to VCS/VECS enginesXin Wang1-0/+5
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-29drm/xe/multi_queue: Protect priority against concurrent accessNiranjana Vishwanathapura1-0/+1
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1-1/+31
2026-01-21drm/xe/uapi: disallow bind queue sharingMatthew Auld1-1/+31
2026-01-21drm/xe/uapi: disallow bind queue sharingMatthew Auld1-1/+31
2026-01-17drm/xe: Add vm to exec queues associationMatthew Brost1-1/+6
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-2/+0
2026-01-06drm/xe/doc: Remove KEEP_ACTIVE featureNiranjana Vishwanathapura1-3/+2
2026-01-06Revert "drm/xe/multi_queue: Support active group after primary is destroyed"Niranjana Vishwanathapura1-53/+2
2025-12-22drm/xe/vf: Check if scheduler groups are enabledDaniele Ceraolo Spurio1-0/+3
2025-12-22drm/xe/pf: Scheduler groups are incompatible with multi-lrcDaniele Ceraolo Spurio1-0/+16
2025-12-19Merge drm/drm-next into drm-xe-nextThomas Hellström1-3/+0
2025-12-12drm/xe/doc: Add documentation for Multi Queue Group GuC interfaceNiranjana Vishwanathapura1-0/+3
2025-12-12drm/xe/doc: Add documentation for Multi Queue GroupNiranjana Vishwanathapura1-0/+45
2025-12-12drm/xe/multi_queue: Support active group after primary is destroyedNiranjana Vishwanathapura1-2/+53
2025-12-12drm/xe/multi_queue: Handle tearing down of a multi queueNiranjana Vishwanathapura1-0/+10
2025-12-12drm/xe/multi_queue: Add support for multi queue dynamic priority changeNiranjana Vishwanathapura1-2/+9
2025-12-12drm/xe/multi_queue: Add exec_queue set_property ioctl supportNiranjana Vishwanathapura1-0/+35
2025-12-12drm/xe/multi_queue: Handle invalid exec queue property settingNiranjana Vishwanathapura1-9/+57
2025-12-12drm/xe/multi_queue: Add multi queue priority propertyNiranjana Vishwanathapura1-1/+16
2025-12-12drm/xe/multi_queue: Add user interface for multi queue supportNiranjana Vishwanathapura1-2/+195
2025-12-05drm/xe: Fix duplicated put due to merge resolutionThomas Hellström1-3/+0
2025-12-03Merge drm/drm-next into drm-xe-nextThomas Hellström1-0/+3
2025-12-01drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATEMatthew Brost1-3/+23
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie1-0/+3
2025-11-07drm/xe: Enforce correct user fence signaling order usingMatthew Brost1-0/+14
2025-11-04drm/xe: Remove last fence dependency check from binds and execsMatthew Brost1-23/+0
2025-11-04drm/xe: Attach last fence to TLB invalidation job queuesMatthew Brost1-1/+102
2025-11-04drm/xe: Enforce correct user fence signaling order usingMatthew Brost1-0/+14
2025-10-29drm/xe: Limit number of jobs per exec queueShuicheng Lin1-0/+2
2025-10-09drm/xe: Move queue init before LRC creationMatthew Brost1-10/+35
2025-10-09drm/xe: Track LR jobs in DRM scheduler pending listMatthew Brost1-19/+0
2025-10-06drm/xe: Force user context allocations in user VRAMPiotr Piórkowski1-2/+5
2025-10-04Revert "drm/xe/vf: Post migration, repopulate ring area for pending request"Matthew Brost1-24/+0
2025-10-02drm/xe/doc: Add documentation for Execution QueuesNiranjana Vishwanathapura1-0/+23
2025-09-17drm/xe: Fix error handling if PXP fails to startDaniele Ceraolo Spurio1-7/+15
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost1-1/+1
2025-08-08drm/xe/vf: Refactor CCS save/restore to use default migration contextSatyanarayana K V P1-0/+15