aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_execlist.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-28drm/xe: move the kernel lrc from hwe to execlist portIlia Levi1-5/+18
2024-07-03drm/xe: Add timeout to preempt fencesMatthew Brost1-1/+2
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura1-5/+5
2024-05-27drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa1-1/+1
2024-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa1-0/+1
2024-05-09drm/xe: Move xe_gpu_commands.h file to instructions/Michal Wajdeczko1-1/+0
2024-02-23drm/xe: Fix execlist splatMatthew Brost1-1/+1
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-2/+0
2024-01-10drm/xe: Remove set_job_timeout_ms() from exec_queue_opsBrian Welty1-8/+0
2023-12-21drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah1-0/+7
2023-12-21drm/xe: Drop some unnecessary header includesMatt Roper1-1/+0
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi1-8/+8
2023-12-21drm/xe: Extract MI_* instructions to their own headerMatt Roper1-0/+1
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-3/+3
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-5/+7
2023-12-21drm/xe: common function to assign queue nameDaniele Ceraolo Spurio1-19/+1
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-71/+71
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-7/+7
2023-12-21drm/xe/execlist: Log when using execlist submissionFrancois Dugast1-1/+4
2023-12-21drm/xe/execlist: Remove leftover printk messagesFrancois Dugast1-8/+0
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi1-9/+9
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi1-4/+4
2023-12-19drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HIRodrigo Vivi1-2/+2
2023-12-19drm/xe: Fix typo persitent->persistentLucas De Marchi1-1/+1
2023-12-19drm/xe/mocs: LNCF MOCS settings only need to be restored on pre-Xe_HPMatt Roper1-1/+1
2023-12-19drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+1
2023-12-19drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi1-1/+1
2023-12-19drm/xe: Remove dependency on intel_lrc_reg.hLucas De Marchi1-1/+1
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-1/+1
2023-12-19drm/xe: Remove dependency on intel_engine_regs.hLucas De Marchi1-1/+1
2023-12-19drm/xe: Sort includesLucas De Marchi1-5/+5
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+489