[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/6] drm/i915/ehl: Add EHL platform info and PCI IDs
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 22 19:06:34 UTC 2019
== Series Details ==
Series: series starting with [CI,1/6] drm/i915/ehl: Add EHL platform info and PCI IDs
URL : https://patchwork.freedesktop.org/series/58425/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
53f2a89ae9a7 drm/i915/ehl: Add EHL platform info and PCI IDs
-:63: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#63: FILE: include/drm/i915_pciids.h:502:
+#define INTEL_EHL_IDS(info) \
+ INTEL_VGA_DEVICE(0x4500, info), \
+ INTEL_VGA_DEVICE(0x4571, info), \
+ INTEL_VGA_DEVICE(0x4551, info), \
+ INTEL_VGA_DEVICE(0x4541, info)
-:63: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'info' - possible side-effects?
#63: FILE: include/drm/i915_pciids.h:502:
+#define INTEL_EHL_IDS(info) \
+ INTEL_VGA_DEVICE(0x4500, info), \
+ INTEL_VGA_DEVICE(0x4571, info), \
+ INTEL_VGA_DEVICE(0x4551, info), \
+ INTEL_VGA_DEVICE(0x4541, info)
total: 1 errors, 0 warnings, 1 checks, 32 lines checked
468627082ba5 drm/i915/ehl: Add ElkhartLake platform
1219fe0a83ce drm/i915/ehl: Add dpll mgr
-:17: WARNING:BAD_SIGN_OFF: Duplicate signature
#17:
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
total: 0 errors, 1 warnings, 0 checks, 28 lines checked
9e7a5fbe8211 drm/i915/ehl: EHL outputs are different from ICL
5ea686e180be drm/i915/ehl: Set proper eu slice/subslice parameters for EHL
0e3c09332364 drm/i915/ehl: Add Support for DMC on EHL
More information about the Intel-gfx
mailing list