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