[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915: add INTEL_NUM_PIPES() and use it

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 5 14:17:12 UTC 2019


== Series Details ==

Series: series starting with [CI,1/3] drm/i915: add INTEL_NUM_PIPES() and use it
URL   : https://patchwork.freedesktop.org/series/66281/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
32a7f2cee71f drm/i915: add INTEL_NUM_PIPES() and use it
f691171ff4b3 drm/i915: convert device info num_pipes to pipe_mask
941352c56b58 drm/i915: introduce INTEL_DISPLAY_ENABLED()
-:135: WARNING:LONG_LINE: line over 100 characters
#135: FILE: drivers/gpu/drm/i915/i915_drv.h:2190:
+#define INTEL_DISPLAY_ENABLED(dev_priv) (WARN_ON(!HAS_DISPLAY(dev_priv)), !i915_modparams.disable_display)

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



More information about the Intel-gfx mailing list