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