[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix gen-2 check for 128B tiling

Patchwork patchwork at emeril.freedesktop.org
Sat Jul 21 09:22:38 UTC 2018


== Series Details ==

Series: drm/i915: Fix gen-2 check for 128B tiling
URL   : https://patchwork.freedesktop.org/series/47003/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
4b57e640b38e drm/i915: Fix gen-2 check for 128B tiling
-:28: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects?
#28: FILE: drivers/gpu/drm/i915/i915_drv.h:2559:
+#define HAS_128_BYTE_Y_TILING(dev_priv) (!(IS_I915G(dev_priv) || \
+					   IS_I915GM(dev_priv)))

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



More information about the Intel-gfx mailing list