summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_hw_engine.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13drm/xe/vf: Don't try to capture engine data unavailable to VFMichal Wajdeczko1-0/+5
2024-01-24drm/xe: Remove additional spaces in devcoredump HW Engines sectionJosé Roberto de Souza1-7/+7
2024-01-24drm/xe: Print registers spread in 2 u32 as u64José Roberto de Souza1-37/+32
2024-01-24drm/xe: Remove double new lines in devcoredumpJosé Roberto de Souza1-1/+1
2024-01-16drm/xe: Use kstrdup while creating snapshotMichal Wajdeczko1-6/+1
2024-01-08drm/xe/xe2: synchronise CS_CHICKEN1 with WMTP supportNirmoy Das1-0/+21
2023-12-22drm/xe: Define IRQ offsets used by HW enginesMichal Wajdeczko1-0/+28
2023-12-21drm/xe: Define interrupt vector bits with the interrupt registersMatt Roper1-1/+0
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-2/+2
2023-12-21drm/xe: Enable Fixed CCS mode settingNiranjana Vishwanathapura1-0/+20
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski1-5/+3
2023-12-21drm/xe/gsc: Define GSCCS for MTLDaniele Ceraolo Spurio1-0/+20
2023-12-21drm/xe: Drop EXECLIST_CONTROL from error state dumpMatt Roper1-4/+0
2023-12-21drm/xe: Add infrastructure for per engine tuningMatt Atwood1-0/+2
2023-12-21drm/xe: Remove devcoredump readout of IPEIRJosé Roberto de Souza1-2/+0
2023-12-21drm/xe: Fix devcoredump readout of IPEHRJosé Roberto de Souza1-1/+1
2023-12-21drm/xe: Fix RING_MI_MODE label in devcoredumpJosé Roberto de Souza1-1/+1
2023-12-21drm/xe: Leverage ComputeCS read L3 cachingBalasubramani Vivekanandan1-11/+14
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-2/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-5/+6
2023-12-21drm/xe/xe2: Handle fused-off CCS enginesMatt Roper1-1/+28
2023-12-21drm/xe: enable idle msg and set hysteresis for GSCCSDaniele Ceraolo Spurio1-0/+16
2023-12-21drm/xe: don't expose the GSCCS to usersDaniele Ceraolo Spurio1-0/+3
2023-12-21drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio1-0/+7
2023-12-21drm/xe: Add CONFIG_DRM_XE_PREEMPT_TIMEOUTNiranjana Vishwanathapura1-1/+4
2023-12-21drm/xe: Simplify engine class sched_props settingNiranjana Vishwanathapura1-14/+12
2023-12-21drm/xe: Add min/max cap for engine scheduler propertiesTejas Upadhyay1-0/+8
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay1-0/+9
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