summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_execlist.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-8/+0
2024-02-29drm/xe: Fix execlist splatMatthew Brost1-1/+1
2024-02-21drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-2/+0
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-2/+0
2024-01-11drm/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-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-9/+9
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-4/+4
2023-12-20drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HIRodrigo Vivi1-2/+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/+1
2023-12-20drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove dependency on intel_lrc_reg.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove dependency on intel_engine_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-5/+5
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+489