[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Move pipe/transcoder/abox masks under intel_device_info.display
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 10 15:37:09 UTC 2021
== Series Details ==
Series: drm/i915: Move pipe/transcoder/abox masks under intel_device_info.display
URL : https://patchwork.freedesktop.org/series/97864/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
9fb166758466 drm/i915: Move pipe/transcoder/abox masks under intel_device_info.display
-:45: WARNING:SPACING: space prohibited between function name and open parenthesis '('
#45: FILE: drivers/gpu/drm/i915/display/intel_display.h:383:
+ for_each_if (INTEL_INFO(__dev_priv)->display.cpu_transcoder_mask & BIT(__t))
-:80: WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#80: FILE: drivers/gpu/drm/i915/i915_drv.h:1512:
+#define HAS_TRANSCODER(dev_priv, trans) ((INTEL_INFO(dev_priv)->display.cpu_transcoder_mask & BIT(trans)) != 0)
total: 0 errors, 2 warnings, 0 checks, 325 lines checked
More information about the Intel-gfx
mailing list