summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_hw_engine.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-5/+5
2023-12-21drm/xe: Cleanup CODE_INDENT style issuesFrancois Dugast1-1/+1
2023-12-21drm/xe: Skip applying copy engine fusesLucas De Marchi1-0/+3
2023-12-20drm/xe/reg_sr: Use a single parameter for xe_reg_sr_apply_whitelist()Gustavo Sousa1-1/+1
2023-12-20drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hweMatt Roper1-0/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-2/+3
2023-12-20drm/xe/rtp: Add "_sr" to entry/function namesLucas De Marchi1-4/+4
2023-12-20drm/xe/rtp: Split rtp process initializationLucas De Marchi1-3/+5
2023-12-20drm/xe: Convert Xe HW Engine print to snapshot capture and print.Rodrigo Vivi1-56/+153
2023-12-20drm/xe: Fix indent in xe_hw_engine_print_state()Lucas De Marchi1-33/+33
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-4/+4
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-40/+45
2023-12-20drm/xe: Set default MOCS value for copy cs instructionsJosé Roberto de Souza1-0/+29
2023-12-20drm/xe: Set default MOCS value for cs instructionsJosé Roberto de Souza1-0/+35
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-22/+22
2023-12-20drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HIRodrigo Vivi1-2/+2
2023-12-20drm/xe: Always write GEN12_RCU_MODE.GEN12_RCU_MODE_CCS_ENABLE for CCS enginesMatthew Brost1-1/+1
2023-12-20drm/xe: Add support for CCS engine fusingMatt Roper1-1/+28
2023-12-20drm/xe: Separate engine fuse handling into dedicated functionsMatt Roper1-14/+23
2023-12-20drm/xe: prefer xe_bo_create_pin_map()Matthew Auld1-19/+4
2023-12-20drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+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-1/+1
2023-12-20drm/xe: Remove gen-based mmio offsets from hw engine initMatt Roper1-104/+28
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+658