[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/mtl: Add initial gt workarounds

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 15 23:46:40 UTC 2022


== Series Details ==

Series: drm/i915/mtl: Add initial gt workarounds
URL   : https://patchwork.freedesktop.org/series/111994/
State : warning

== Summary ==

Error: dim checkpatch failed
782c85c8339a drm/i915/mtl: Add initial gt workarounds
-:351: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__i915' - possible side-effects?
#351: FILE: drivers/gpu/drm/i915/i915_drv.h:738:
+#define IS_MTL_GRAPHICS_STEP(__i915, variant, since, until) \
+	(IS_SUBPLATFORM(__i915, INTEL_METEORLAKE, INTEL_SUBPLATFORM_##variant) && \
+	 IS_GRAPHICS_STEP(__i915, since, until))

total: 0 errors, 0 warnings, 1 checks, 302 lines checked




More information about the Intel-gfx mailing list