summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_hw_engine.c
AgeCommit message (Expand)Author
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi
2023-12-21drm/xe: Enable Fixed CCS mode settingNiranjana Vishwanathapura
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski
2023-12-21drm/xe/gsc: Define GSCCS for MTLDaniele Ceraolo Spurio
2023-12-21drm/xe: Drop EXECLIST_CONTROL from error state dumpMatt Roper
2023-12-21drm/xe: Add infrastructure for per engine tuningMatt Atwood
2023-12-21drm/xe: Remove devcoredump readout of IPEIRJosé Roberto de Souza
2023-12-21drm/xe: Fix devcoredump readout of IPEHRJosé Roberto de Souza
2023-12-21drm/xe: Fix RING_MI_MODE label in devcoredumpJosé Roberto de Souza
2023-12-21drm/xe: Leverage ComputeCS read L3 cachingBalasubramani Vivekanandan
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe/xe2: Handle fused-off CCS enginesMatt Roper
2023-12-21drm/xe: enable idle msg and set hysteresis for GSCCSDaniele Ceraolo Spurio
2023-12-21drm/xe: don't expose the GSCCS to usersDaniele Ceraolo Spurio
2023-12-21drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio
2023-12-21drm/xe: Add CONFIG_DRM_XE_PREEMPT_TIMEOUTNiranjana Vishwanathapura
2023-12-21drm/xe: Simplify engine class sched_props settingNiranjana Vishwanathapura
2023-12-21drm/xe: Add min/max cap for engine scheduler propertiesTejas Upadhyay
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Cleanup CODE_INDENT style issuesFrancois Dugast
2023-12-21drm/xe: Skip applying copy engine fusesLucas De Marchi
2023-12-19drm/xe/reg_sr: Use a single parameter for xe_reg_sr_apply_whitelist()Gustavo Sousa
2023-12-19drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hweMatt Roper
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe/rtp: Add "_sr" to entry/function namesLucas De Marchi
2023-12-19drm/xe/rtp: Split rtp process initializationLucas De Marchi
2023-12-19drm/xe: Convert Xe HW Engine print to snapshot capture and print.Rodrigo Vivi
2023-12-19drm/xe: Fix indent in xe_hw_engine_print_state()Lucas De Marchi
2023-12-19drm/xe: Rename reg field to addrLucas De Marchi
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Set default MOCS value for copy cs instructionsJosé Roberto de Souza
2023-12-19drm/xe: Set default MOCS value for cs instructionsJosé Roberto de Souza
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi
2023-12-19drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HIRodrigo Vivi
2023-12-19drm/xe: Always write GEN12_RCU_MODE.GEN12_RCU_MODE_CCS_ENABLE for CCS enginesMatthew Brost
2023-12-19drm/xe: Add support for CCS engine fusingMatt Roper
2023-12-19drm/xe: Separate engine fuse handling into dedicated functionsMatt Roper
2023-12-19drm/xe: prefer xe_bo_create_pin_map()Matthew Auld
2023-12-19drm/xe: Remove dependency on i915_reg.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_engine_regs.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Remove gen-based mmio offsets from hw engine initMatt Roper
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost