== Series Details == Series: Introduce Raptor Lake S (rev4) URL : https://patchwork.freedesktop.org/series/96869/ State : warning == Summary == $ dim checkpatch origin/drm-tip 91c35932ece3 drm/i915/rpl-s: Add PCI IDS for Raptor Lake S -:112: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #112: 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) -:112: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'info' - possible side-effects? #112: 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 03d7205d14cb drm/i915/rpl-s: Add PCH Support for Raptor Lake S c2d4bf50f181 drm/i915/rpl-s: Enable guc submission by default