✗ Fi.CI.CHECKPATCH: warning for drm/i915/xe3: FBC Dirty rect feature support
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 19 00:37:34 UTC 2024
== Series Details ==
Series: drm/i915/xe3: FBC Dirty rect feature support
URL : https://patchwork.freedesktop.org/series/141527/
State : warning
== Summary ==
Error: dim checkpatch failed
222407216c36 drm/i915/display: update intel_fbc_atomic_check for dirty_fbc support
23854babc8aa drm/i915/display: 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
502e65cdddca drm/i915/xe3: add dirty rect support for FBC
-:129: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#129: FILE: drivers/gpu/drm/i915/display/intel_fbc.c:1746:
+static void intel_fbc_compute_dirty_rect(struct intel_plane *plane,
+ struct intel_plane_state *old_plane_state,
total: 0 errors, 0 warnings, 1 checks, 193 lines checked
0c394d4ed02b drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
More information about the Intel-gfx
mailing list