✗ CI.checkpatch: warning for drm/i915/xe3: FBC Dirty rect feature support (rev5)

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 22 11:37:00 UTC 2025


== Series Details ==

Series: drm/i915/xe3: FBC Dirty rect feature support (rev5)
URL   : https://patchwork.freedesktop.org/series/141526/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e2179e0de2af8a82dfc401f2f5a22f684d901b46
Author: Vinod Govindapillai <vinod.govindapillai at intel.com>
Date:   Wed Jan 22 11:30:06 2025 +0200

    drm/i915/xe3: introduce a dirty rectangle state variable
    
    To avoid programming garbage to dirty rectangle registers,
    introduce a state variable to track the validity of the
    dirty rectangle update scenarios. Program the dirty rectangle
    coordinate only if this state variable is valid.
    
    Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch 71b6a6ef0f37fe2d812dc2bd6d4b0d2d52096d07 drm-intel
7020648c8837 drm/i915/xe3: avoid calling fbc activate if fbc is active
2f66efa49a63 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
bb1725245543 drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
986c2dc0df48 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
5f3a5eab745e 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
e2179e0de2af drm/i915/xe3: introduce a dirty rectangle state variable




More information about the Intel-xe mailing list