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

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 13 13:33:03 UTC 2025


== Series Details ==

Series: drm/i915/fbc: FBC Dirty rect feature support (rev2)
URL   : https://patchwork.freedesktop.org/series/144723/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 388f23cd4f0a4e87f245bd4b8b5deec034c8d111
Author: Vinod Govindapillai <vinod.govindapillai at intel.com>
Date:   Thu Feb 13 15:25:58 2025 +0200

    drm/i915/fbc: disable FBC if PSR2 selective fetch is enabled
    
    It is not recommended to have both FBC dirty rect and PSR2
    selective fetch be enabled at the same time. Mark FBC as not
    possible, if PSR2 selective fetch is enabled.
    
    v2: fix the condition to disable FBC if PSR2 enabled (Jani)
    
    v3: use HAS_FBC_DIRTY_RECT()
    
    v4: Update to patch description
    
    Bspec: 68881
    Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch dbf65862427b99b51ac5279560a1f7995779480b drm-intel
014da90635cb drm/damage-helper: add const qualifier in drm_atomic_helper_damage_merged()
18fb031048ff drm/i915/display: update and store the plane damage clips
a902d5b63b9e drm/i915/fbc: add register definitions for fbc dirty rect support
-:26: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#26: 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
4fd2ad5b129e drm/i915/fbc: introduce HAS_FBC_DIRTY_RECT() for FBC dirty rect support
3d1ad24a1d30 drm/i915/fbc: avoid calling fbc activate if fbc is active
ab1e7eb20435 drm/i915/fbc: dirty rect support for FBC
388f23cd4f0a drm/i915/fbc: disable FBC if PSR2 selective fetch is enabled




More information about the Intel-xe mailing list