== Series Details == Series: series starting with [CI,1/2] drm/i915: remove IS_LP() URL : https://patchwork.freedesktop.org/series/139304/ State : warning == Summary == Error: dim checkpatch failed 0bb70631ccc4 drm/i915: remove IS_LP() -:30: WARNING:LONG_LINE: line length of 109 exceeds 100 columns #30: 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)) -:30: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i915' - possible side-effects? #30: 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)) -:79: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i915' - possible side-effects? #79: FILE: drivers/gpu/drm/i915/i915_drv.h:615: +#define IS_GEN9_LP(i915) (IS_BROXTON(i915) || IS_GEMINILAKE(i915)) -:80: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i915' - possible side-effects? #80: 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, 78 lines checked 464083606c4c drm/i915/soc: stop using IS_GEN9_LP() and IS_GEN9_BC()