[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add MTL PMU support for multi-gt (rev2)

Patchwork patchwork at emeril.freedesktop.org
Sat May 6 02:20:59 UTC 2023


== Series Details ==

Series: Add MTL PMU support for multi-gt (rev2)
URL   : https://patchwork.freedesktop.org/series/115836/
State : warning

== Summary ==

Error: dim checkpatch failed
4fcbc0ab4f43 drm/i915/pmu: Support PMU for all engines
64197b1bcaba drm/i915/pmu: Skip sampling engines with no enabled counters
aefd29011a00 drm/i915/pmu: Transform PMU parking code to be GT based
1a9fda0a5224 drm/i915/pmu: Add reference counting to the sampling timer
ff7ecb6be508 drm/i915/pmu: Prepare for multi-tile non-engine counters
-:60: 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
#60: FILE: drivers/gpu/drm/i915/i915_pmu.c:99:
+		GEM_BUG_ON(config_gt_id(config));

-:109: 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
#109: FILE: drivers/gpu/drm/i915/i915_pmu.c:197:
+	GEM_BUG_ON(idx >= ARRAY_SIZE(pmu->sample));

total: 0 errors, 2 warnings, 0 checks, 342 lines checked
94d6b886eeaf drm/i915/pmu: Export counters from all tiles




More information about the Intel-gfx mailing list