summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_ring_ops.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Drop some unnecessary header includesMatt Roper2023-12-211-1/+0
* drm/xe/xe2: Add workaround 16020292621Tejas Upadhyay2023-12-211-0/+20
* drm/xe/migrate: fix MI_ARB_ON_OFF usageMatthew Auld2023-12-211-0/+2
* drm/xe: Extract MI_* instructions to their own headerMatt Roper2023-12-211-1/+2
* drm/xe: Clarify number of dwords/qwords stored by MI_STORE_DATA_IMMMatt Roper2023-12-211-4/+2
* drm/xe: Separate number of registers from MI_LRI opcodeMatt Roper2023-12-211-1/+1
* drm/xe: Make MI_FLUSH_DW immediate size more explicitMatt Roper2023-12-211-5/+5
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-5/+8
* drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio2023-12-211-1/+1
* drm/xe: fix submissions without vmDaniele Ceraolo Spurio2023-12-211-4/+4
* drm/xe/xe2: AuxCCS is no longer usedMatt Roper2023-12-211-2/+4
* drm/xe: add GSCCS ring opsDaniele Ceraolo Spurio2023-12-211-5/+21
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-19/+19
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-4/+4
* drm/xe: Emit a render cache flush after each rcs/ccs batchThomas Hellström2023-12-191-0/+35
* drm/xe: Invalidate TLB also on bind if in scratch page modeThomas Hellström2023-12-191-11/+36
* drm/xe: Introduce xe_tileMatt Roper2023-12-191-1/+1
* drm/xe: Replace PVC check by engine type checkJosé Roberto de Souza2023-12-191-3/+3
* drm/xe/pvc: Don't try to invalidate AuxCCS TLBMatt Roper2023-12-191-2/+14
* drm/xe: Rename reg field to addrLucas De Marchi2023-12-191-1/+1
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-191-5/+6
* drm/xe: Do not mark 1809175790 as a WALucas De Marchi2023-12-191-2/+5
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-191-4/+4
* drm/xe: Reinstate render / compute cache invalidation in ring opsMatthew Brost2023-12-191-0/+30
* drm/xe: Remove dependency on i915_reg.hLucas De Marchi2023-12-191-3/+1
* drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi2023-12-191-24/+25
* 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: Sort includesLucas De Marchi2023-12-191-2/+3
* drm/xe: Drop TLB invalidation from ring operationsMatthew Brost2023-12-191-39/+1
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+373