== Series Details == Series: Add MTL PMU support for multi-gt URL : https://patchwork.freedesktop.org/series/117913/ State : warning == Summary == Error: dim checkpatch failed 210d9b13e02b drm/i915/pmu: Change bitmask of enabled events to u32 1c19f595d54a drm/i915/pmu: Support PMU for all engines b3f0a6813864 drm/i915/pmu: Skip sampling engines with no enabled counters b566ba4d283f drm/i915/pmu: Transform PMU parking code to be GT based 866e5d18d35a drm/i915/pmu: Add reference counting to the sampling timer 42554172eb8c drm/i915/pmu: Prepare for multi-tile non-engine counters -:105: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #105: FILE: drivers/gpu/drm/i915/i915_pmu.c:205: + GEM_BUG_ON(idx >= ARRAY_SIZE(pmu->sample)); total: 0 errors, 1 warnings, 0 checks, 338 lines checked d4a8070fba6c drm/i915/pmu: Export counters from all tiles