== Series Details == Series: drm/i915/xe3: FBC Dirty rect feature support (rev2) URL : https://patchwork.freedesktop.org/series/141527/ State : warning == Summary == Error: dim checkpatch failed 016053a17deb drm/i915/xe: add register definitions for fbc dirty rect support -:24: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #24: FILE: drivers/gpu/drm/i915/display/intel_fbc_regs.h:107: +#define FBC_DIRTY_RECT_START_LINE(val) REG_FIELD_PREP(FBC_DIRTY_RECT_START_LINE_MASK, (val)) total: 0 errors, 1 warnings, 0 checks, 15 lines checked 5c86ceb8cdce drm/i915/xe3: add dirty rect support for FBC -:129: CHECK:LINE_SPACING: Please don't use multiple blank lines #129: FILE: drivers/gpu/drm/i915/display/intel_fbc.c:1254: + + total: 0 errors, 0 warnings, 1 checks, 176 lines checked f876243754d2 drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled