summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_execlist.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah2023-12-211-0/+7
* drm/xe: Drop some unnecessary header includesMatt Roper2023-12-211-1/+0
* drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi2023-12-211-8/+8
* drm/xe: Extract MI_* instructions to their own headerMatt Roper2023-12-211-0/+1
* drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio2023-12-211-3/+3
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-5/+7
* drm/xe: common function to assign queue nameDaniele Ceraolo Spurio2023-12-211-19/+1
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-71/+71
* drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast2023-12-211-1/+1
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-7/+7
* drm/xe/execlist: Log when using execlist submissionFrancois Dugast2023-12-211-1/+4
* drm/xe/execlist: Remove leftover printk messagesFrancois Dugast2023-12-211-8/+0
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-191-9/+9
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-191-4/+4
* drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HIRodrigo Vivi2023-12-191-2/+2
* drm/xe: Fix typo persitent->persistentLucas De Marchi2023-12-191-1/+1
* drm/xe/mocs: LNCF MOCS settings only need to be restored on pre-Xe_HPMatt Roper2023-12-191-1/+1
* drm/xe: Remove dependency on i915_reg.hLucas De Marchi2023-12-191-2/+1
* drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi2023-12-191-1/+1
* drm/xe: Remove dependency on intel_lrc_reg.hLucas De Marchi2023-12-191-1/+1
* drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi2023-12-191-1/+1
* drm/xe: Remove dependency on intel_engine_regs.hLucas De Marchi2023-12-191-1/+1
* drm/xe: Sort includesLucas De Marchi2023-12-191-5/+5
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+489