summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorLines
2026-03-02drm/xe/queue: Call fini on exec queue creation failTomasz Lis-12/+11
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie-1/+31
2026-01-21drm/xe/uapi: disallow bind queue sharingMatthew Auld-1/+31
2026-01-15drm/xe: Cleanup unused header includesMatt Roper-2/+0
2026-01-06drm/xe/doc: Remove KEEP_ACTIVE featureNiranjana Vishwanathapura-3/+2
2026-01-06Revert "drm/xe/multi_queue: Support active group after primary is destroyed"Niranjana Vishwanathapura-53/+2
2025-12-22drm/xe/vf: Check if scheduler groups are enabledDaniele Ceraolo Spurio-0/+3
2025-12-22drm/xe/pf: Scheduler groups are incompatible with multi-lrcDaniele Ceraolo Spurio-0/+16
2025-12-19Merge drm/drm-next into drm-xe-nextThomas Hellström-3/+0
2025-12-11drm/xe/doc: Add documentation for Multi Queue Group GuC interfaceNiranjana Vishwanathapura-0/+3
2025-12-11drm/xe/doc: Add documentation for Multi Queue GroupNiranjana Vishwanathapura-0/+45
2025-12-11drm/xe/multi_queue: Support active group after primary is destroyedNiranjana Vishwanathapura-2/+53
2025-12-11drm/xe/multi_queue: Handle tearing down of a multi queueNiranjana Vishwanathapura-0/+10
2025-12-11drm/xe/multi_queue: Add support for multi queue dynamic priority changeNiranjana Vishwanathapura-2/+9
2025-12-11drm/xe/multi_queue: Add exec_queue set_property ioctl supportNiranjana Vishwanathapura-0/+35
2025-12-11drm/xe/multi_queue: Handle invalid exec queue property settingNiranjana Vishwanathapura-9/+57
2025-12-11drm/xe/multi_queue: Add multi queue priority propertyNiranjana Vishwanathapura-1/+16
2025-12-11drm/xe/multi_queue: Add user interface for multi queue supportNiranjana Vishwanathapura-2/+195
2025-12-04drm/xe: Fix duplicated put due to merge resolutionThomas Hellström-3/+0
2025-12-03Merge drm/drm-next into drm-xe-nextThomas Hellström-0/+3
2025-12-01drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATEMatthew Brost-3/+23
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie-0/+3
2025-11-07drm/xe: Enforce correct user fence signaling order usingMatthew Brost-0/+14
2025-11-04drm/xe: Remove last fence dependency check from binds and execsMatthew Brost-23/+0
2025-11-04drm/xe: Attach last fence to TLB invalidation job queuesMatthew Brost-1/+102
2025-11-04drm/xe: Enforce correct user fence signaling order usingMatthew Brost-0/+14
2025-10-28drm/xe: Limit number of jobs per exec queueShuicheng Lin-0/+2
2025-10-09drm/xe: Move queue init before LRC creationMatthew Brost-10/+35
2025-10-09drm/xe: Track LR jobs in DRM scheduler pending listMatthew Brost-19/+0
2025-10-06drm/xe: Force user context allocations in user VRAMPiotr Piórkowski-2/+5
2025-10-03Revert "drm/xe/vf: Post migration, repopulate ring area for pending request"Matthew Brost-24/+0
2025-10-02drm/xe/doc: Add documentation for Execution QueuesNiranjana Vishwanathapura-0/+23
2025-09-16drm/xe: Fix error handling if PXP fails to startDaniele Ceraolo Spurio-7/+15
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost-1/+1
2025-08-08drm/xe/vf: Refactor CCS save/restore to use default migration contextSatyanarayana K V P-0/+15
2025-08-04drm/xe/vf: Refresh utilization buffer during migration recoveryTomasz Lis-1/+9
2025-08-04drm/xe/vf: Post migration, repopulate ring area for pending requestTomasz Lis-0/+24
2025-08-04drm/xe/vf: Rebase MEMIRQ structures for all contexts after migrationTomasz Lis-2/+5
2025-08-04drm/xe/vf: Rebase HWSP of all contexts after migrationTomasz Lis-0/+13
2025-07-24drm/xe: Add dependency scheduler for GT TLB invalidations to bind queuesMatthew Brost-0/+48
2025-07-02drm/xe: Don't compare GT ID to GT count when determining valid GTsMatt Roper-1/+1
2025-06-02drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()Maciej Patelczyk-5/+1
2025-05-29drm/xe: Create LRC BO without VMNiranjana Vishwanathapura-9/+0
2025-05-12drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa-1/+1
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi-5/+4
2025-03-06drm/xe: Allow fault injection in exec queue IOCTLsFrancois Dugast-0/+1
2025-03-05drm/xe/uapi: Use hint for guc to set GT frequencyTejas Upadhyay-3/+7