[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/tgl: Implement Wa_1604555607
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 1 22:22:07 UTC 2019
== Series Details ==
Series: series starting with [1/2] drm/i915/tgl: Implement Wa_1604555607
URL : https://patchwork.freedesktop.org/series/67461/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
b68066e4e634 drm/i915/tgl: Implement Wa_1604555607
52edee18222b drm/i915/tgl: Skip Wa_1604555607 verification at A0
-:22: CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#22: FILE: drivers/gpu/drm/i915/gt/intel_workarounds.c:995:
+ if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) {
+
-:66: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects?
#66: FILE: drivers/gpu/drm/i915/i915_drv.h:2071:
+#define IS_TGL_REVID(p, since, until) \
+ (IS_TIGERLAKE(p) && IS_REVID(p, since, until))
total: 0 errors, 0 warnings, 2 checks, 49 lines checked
More information about the Intel-gfx
mailing list