== Series Details == Series: drm/i915/xe3: FBC Dirty rect feature support (rev5) URL : https://patchwork.freedesktop.org/series/141527/ State : warning == Summary == Error: dim checkpatch failed 35c76b1e5939 drm/i915/xe3: avoid calling fbc activate if fbc is active ed4125786d32 drm/i915/xe3: 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 c2d415f94289 drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled fe0945ab4458 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 644ae897519b drm/i915/xe3: handle dirty rect update within the scope of DSB -:138: CHECK:LINE_SPACING: Please don't use multiple blank lines #138: FILE: drivers/gpu/drm/i915/display/intel_fbc.h:58: + total: 0 errors, 0 warnings, 1 checks, 103 lines checked eed74adbbf9f drm/i915/xe3: introduce a dirty rectangle state variable