== Series Details == Series: series starting with [1/2] drm/i915: remove IS_LP() URL : https://patchwork.freedesktop.org/series/138830/ State : warning == Summary == Error: dim checkpatch failed d8687ebb0215 drm/i915: remove IS_LP() -:26: WARNING:LONG_LINE: line length of 109 exceeds 100 columns #26: FILE: drivers/gpu/drm/i915/display/intel_display_device.h:153: +#define HAS_SAGV(i915) (DISPLAY_VER(i915) >= 9 && !IS_BROXTON(i915) && !IS_GEMINILAKE(i915)) -:26: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i915' - possible side-effects? #26: FILE: drivers/gpu/drm/i915/display/intel_display_device.h:153: +#define HAS_SAGV(i915) (DISPLAY_VER(i915) >= 9 && !IS_BROXTON(i915) && !IS_GEMINILAKE(i915)) -:90: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i915' - possible side-effects? #90: FILE: drivers/gpu/drm/i915/i915_drv.h:615: +#define IS_GEN9_LP(i915) (IS_BROXTON(i915) || IS_GEMINILAKE(i915)) -:91: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i915' - possible side-effects? #91: FILE: drivers/gpu/drm/i915/i915_drv.h:616: +#define IS_GEN9_BC(i915) (GRAPHICS_VER(i915) == 9 && !IS_GEN9_LP(i915)) total: 0 errors, 1 warnings, 3 checks, 88 lines checked be18fe7f3bf2 drm/i915/soc: stop using IS_GEN9_LP() and IS_GEN9_BC()