== Series Details == Series: Introduce Raptor Lake S (rev2) URL : https://patchwork.freedesktop.org/series/96869/ State : warning == Summary == $ dim checkpatch origin/drm-tip 56b18da79200 drm/i915/rpl-s: Add PCI IDS for Raptor Lake S -:107: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #107: FILE: include/drm/i915_pciids.h:670: +#define INTEL_RPLS_IDS(info) \ + INTEL_VGA_DEVICE(0xA780, info), \ + INTEL_VGA_DEVICE(0xA781, info), \ + INTEL_VGA_DEVICE(0xA782, info), \ + INTEL_VGA_DEVICE(0xA783, info), \ + INTEL_VGA_DEVICE(0xA788, info), \ + INTEL_VGA_DEVICE(0xA789, info) -:107: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'info' - possible side-effects? #107: FILE: include/drm/i915_pciids.h:670: +#define INTEL_RPLS_IDS(info) \ + INTEL_VGA_DEVICE(0xA780, info), \ + INTEL_VGA_DEVICE(0xA781, info), \ + INTEL_VGA_DEVICE(0xA782, info), \ + INTEL_VGA_DEVICE(0xA783, info), \ + INTEL_VGA_DEVICE(0xA788, info), \ + INTEL_VGA_DEVICE(0xA789, info) total: 1 errors, 0 warnings, 1 checks, 63 lines checked d28b63700f32 drm/i915/rpl-s: Add PCH Support for Raptor Lake S 341e56667f47 drm/i915/rpl-s: Enable guc submission by default