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

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 9 15:44:04 UTC 2019


== Series Details ==

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

== Summary ==

$ dim checkpatch origin/drm-tip
cfe700484f5b drm/i915: add INTEL_NUM_PIPES() and use it
34659bd2039a drm/i915: convert device info num_pipes to pipe_mask
fad8689b8d9f 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