summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-02drm/xe/queue: Call fini on exec queue creation failTomasz Lis1-12/+11
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-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-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
2025-08-04drm/xe/vf: Refresh utilization buffer during migration recoveryTomasz Lis1-1/+9
2025-08-04drm/xe/vf: Post migration, repopulate ring area for pending requestTomasz Lis1-0/+24
2025-08-04drm/xe/vf: Rebase MEMIRQ structures for all contexts after migrationTomasz Lis1-2/+5
2025-08-04drm/xe/vf: Rebase HWSP of all contexts after migrationTomasz Lis1-0/+13
2025-07-25drm/xe: Add dependency scheduler for GT TLB invalidations to bind queuesMatthew Brost1-0/+48
2025-07-03drm/xe: Don't compare GT ID to GT count when determining valid GTsMatt Roper1-1/+1
2025-06-03drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()Maciej Patelczyk1-5/+1
2025-05-29drm/xe: Create LRC BO without VMNiranjana Vishwanathapura1-9/+0
2025-05-13drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa1-1/+1
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi1-5/+4
2025-03-06drm/xe: Allow fault injection in exec queue IOCTLsFrancois Dugast1-0/+1
2025-03-05drm/xe/uapi: Use hint for guc to set GT frequencyTejas Upadhyay1-3/+7