summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_submit.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld1-1/+1
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
2023-12-21drm/xe: Long running job updateMatthew Brost1-13/+83
2023-12-20drm/xe: Convert Xe HW Engine print to snapshot capture and print.Rodrigo Vivi1-1/+1
2023-12-20drm/xe: Convert GuC Engine print to snapshot capture and print.Rodrigo Vivi1-39/+198
2023-12-20drm/xe: Introduce guc_submit_types.h with relevant structs.Rodrigo Vivi1-30/+12
2023-12-20drm/xe: Convert GuC CT print to snapshot capture and print.Rodrigo Vivi1-1/+1
2023-12-20drm/xe: Introduce the dev_coredump infrastructure.Rodrigo Vivi1-0/+2
2023-12-20drm/xe: Fix typo persitent->persistentLucas De Marchi1-1/+1
2023-12-20drm/xe/mocs: LNCF MOCS settings only need to be restored on pre-Xe_HPMatt Roper1-1/+0
2023-12-20drm/xe: Remove dependency on intel_lrc_reg.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-4/+5
2023-12-12drm/xe: Fix some log messages on 32bLucas De Marchi1-1/+1
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+1695