[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/ddi: Move DDI port detection to the corresponding helper (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Dec 20 16:39:12 UTC 2018
== Series Details ==
Series: series starting with [1/3] drm/i915/ddi: Move DDI port detection to the corresponding helper (rev2)
URL : https://patchwork.freedesktop.org/series/54341/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
0f71660394ec drm/i915/ddi: Move DDI port detection to the corresponding helper
51299ac215a8 drm/i915/icl: Detect port F presence via VBT
2e4395c3050c drm/i915/icl: Work around broken VBTs for port F detection
-:25: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects?
#25: FILE: drivers/gpu/drm/i915/i915_drv.h:2320:
+#define IS_ICL_WITH_PORT_F(dev_priv) (IS_ICELAKE(dev_priv) && \
+ INTEL_DEVID(dev_priv) != 0x8A51)
total: 0 errors, 0 warnings, 1 checks, 19 lines checked
More information about the Intel-gfx
mailing list