summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_submit.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09drm/xe: Always capture exec queues on snapshotMatthew Brost1-22/+3
2024-04-08drm/xe/guc: Initialize GuC ID manager soonerMichal Wajdeczko1-9/+5
2024-04-08drm/xe/guc: Use drm_device-managed version of mutex_init()Michal Wajdeczko1-2/+4
2024-04-04drm/xe: Protect devcoredump access after unbindRodrigo Vivi1-0/+1
2024-03-27drm/xe/guc: Use GuC ID Manager in submission codeMichal Wajdeczko1-32/+10
2024-03-27drm/xe/guc: Move GUC_ID_MAX definition to GuC ABI headerMichal Wajdeczko1-1/+0
2024-03-21drm/xe/uc: Use u64 for offsets for which we use upper_32_bits()Daniele Ceraolo Spurio1-1/+1
2024-03-21drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio1-1/+3
2024-03-20drm/xe: Separate out sched/deregister_done handlingNiranjana Vishwanathapura1-27/+37
2024-03-14drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld1-1/+1
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst1-0/+18
2024-03-04drm/xe: Move lrc snapshot capturing to xe_lrc.cMaarten Lankhorst1-22/+11
2024-02-27drm/xe/guc: Handle timing out of signaled jobs gracefullyMatthew Brost1-13/+19
2024-02-21drm/xe/snapshot: Remove drm_err on guc alloc failuresMaarten Lankhorst1-11/+3
2024-02-20drm/xe/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-02-20Merge drm/drm-next into drm-xe-nextLucas De Marchi1-1/+2
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-2/+0
2024-02-13drm/xe: fix arguments to drm_err_printer()Jani Nikula1-1/+2
2024-01-31drm/xe: Convert job timeouts from assert to warningMatt Roper1-3/+6
2024-01-24drm/xe: Change devcoredump functions parameters to xe_sched_jobJosé Roberto de Souza1-9/+29
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty1-4/+3
2024-01-15drm/xe: Fix guc_exec_queue_set_priorityBrian Welty1-1/+1
2024-01-11drm/xe: Remove set_job_timeout_ms() from exec_queue_opsBrian Welty1-16/+0
2024-01-11drm/xe: Add exec_queue.sched_props.job_timeout_msBrian Welty1-1/+1
2024-01-10drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty1-4/+3
2024-01-10drm/xe: Fix guc_exec_queue_set_priorityBrian Welty1-1/+1
2023-12-21drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah1-0/+10
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko1-0/+2
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-1/+1
2023-12-21drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko1-12/+0
2023-12-21drm/xe: Use pool of ordered wq for GuC submissionMatthew Brost1-4/+64
2023-12-21drm/xe: Ensure mutex are destroyedBommithi Sakeena1-0/+1
2023-12-21drm/xe: Add child contexts to the GuC context lookupDaniele Ceraolo Spurio1-14/+30
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-2/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-25/+40
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast1-3/+6
2023-12-21drm/xe: split kernel vs permanent engine flagsDaniele Ceraolo Spurio1-3/+3
2023-12-21drm/xe: fix submissions without vmDaniele Ceraolo Spurio1-1/+1
2023-12-21drm/xe: common function to assign queue nameDaniele Ceraolo Spurio1-19/+1
2023-12-21drm/xe: Call __guc_exec_queue_fini_async direct for KERNEL exec_queuesMatthew Brost1-14/+6
2023-12-21drm/xe/guc_submit: fixup deregister in job timeoutMatthew Auld1-4/+6
2023-12-21drm/xe: don't warn for bogus pagefaultsMatthew Auld1-1/+1
2023-12-21drm/xe/guc_submit: prevent repeated unregisterMatthew Auld1-2/+12
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay1-1/+2
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-544/+544
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-1/+1
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-24/+24
2023-12-21drm/xe: Add define WQ_HEADER_SIZEMatthew Brost1-2/+3
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast1-1/+1
2023-12-21drm/xe: Cleanup CODE_INDENT style issuesFrancois Dugast1-7/+7