summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_submit.c
AgeCommit message (Expand)Author
2026-03-19drm/xe: Trigger queue cleanup if not in wedged mode 2Matthew Brost
2026-03-19drm/xe: Forcefully tear down exec queues in GuC submit finiMatthew Brost
2026-03-19drm/xe: Always kill exec queues in xe_guc_submit_pause_abortMatthew Brost
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-26drm/xe: Reduce LRC timestamp stuck message on VFs to noticeMatthew Brost
2026-01-15drm/xe: Cleanup unused header includesMatt Roper
2026-01-10drm/xe: Avoid toggling schedule state to check LRC timestamp in TDRMatthew Brost
2026-01-10drm/xe: Remove special casing for LR queues in submissionMatthew Brost
2026-01-10drm/xe: Do not deregister queues in TDRMatthew Brost
2026-01-10drm/xe: Only toggle scheduling in TDR if GuC is runningMatthew Brost
2026-01-10drm/xe: Stop abusing DRM scheduler internalsMatthew Brost
2026-01-08drm/xe: Validate wedged_mode parameter and define enum for modesLukasz Laguna
2025-12-22drm/xe/pf: Scheduler groups are incompatible with multi-lrcDaniele Ceraolo Spurio
2025-12-22drm/gt/guc: extract scheduler-related defines from guc_fwif.hDaniele Ceraolo Spurio
2025-12-22drm/xe/gt: Add engine masks for each classDaniele Ceraolo Spurio
2025-12-19drm/xe: Print GuC queue submission state on engine resetMatthew Brost
2025-12-19drm/xe: Increase log level for unhandled page faultsMatthew Brost
2025-12-15drm/xe: Skip exec queue schedule toggle if queue is idle during suspendMatthew Brost
2025-12-15drm/xe: Use usleep_range for accurate long-running workload timeslicingMatthew Brost
2025-12-11drm/xe/doc: Add documentation for Multi Queue Group GuC interfaceNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Tracepoint supportNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Teardown group upon job timeoutNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Reset GT upon CGP_SYNC failureNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Handle CGP context errorNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Handle tearing down of a multi queueNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Add multi queue information to guc_info dumpNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Add support for multi queue dynamic priority changeNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Add multi queue priority propertyNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Add GuC interface for multi queue supportNiranjana Vishwanathapura
2025-12-09drm/xe/vf: Stop waiting for ring space on VF post migration recoveryTomasz Lis
2025-12-03drm/xe: Do not reference loop variable directlyMatthew Brost
2025-11-27drm/xe/guc_submit: Introduce pause/unpause() helpers for PFRaag Jadav
2025-11-27drm/xe/vf: Update pause/unpause() helpers with VF namingRaag Jadav
2025-11-25drm/xe: Protect against unset LRC when pausing submissionsTomasz Lis
2025-11-25drm/xe/vf: Start re-emission from first unsignaled job during VF migrationMatthew Brost
2025-11-19drm/xe/guc: Use scope-based cleanupMatt Roper
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav
2025-10-13drm/xe/guc: Check GuC running state before deregistering exec queueShuicheng Lin
2025-10-09drm/xe/vf: Add debug prints for GuC replaying state during VF recoveryMatthew Brost
2025-10-09drm/xe: Move queue init before LRC creationMatthew Brost
2025-10-09drm/xe/vf: Replay GuC submission state on pause / unpauseMatthew Brost
2025-10-09drm/xe/vf: Abort VF post migration recovery on failureMatthew Brost
2025-10-09drm/xe/vf: Wakeup in GuC backend on VF post migration recoveryMatthew Brost
2025-10-09drm/xe/vf: Don't allow GT reset to be queued during VF post migration recoveryMatthew Brost
2025-10-09drm/xe: Don't change LRC ring head on job resubmissionMatthew Brost
2025-10-09drm/xe: Track LR jobs in DRM scheduler pending listMatthew Brost
2025-10-09drm/xe/guc: Track pending-enable source in submission stateMatthew Brost
2025-10-03Revert "drm/xe/vf: Post migration, repopulate ring area for pending request"Matthew Brost
2025-10-03Revert "drm/xe/vf: Rebase exec queue parallel commands during migration recov...Matthew Brost