✗ CI.checkpatch: warning for drm/i915/xe3: FBC Dirty rect feature support
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 19 00:44:06 UTC 2024
== Series Details ==
Series: drm/i915/xe3: FBC Dirty rect feature support
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 42c23d00a9feb96f0157c5fa0d49f6a41652b30c
Author: Vinod Govindapillai <vinod.govindapillai at intel.com>
Date: Tue Nov 19 01:53:25 2024 +0200
drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
FBC dirty rect support and PSR2 selective fetch canno be enabled
together. In xe3 driver enables the FBC dirty rect feature by
default. So PSR2 is enabled, then mark that plane as FBC cannot
be enabled. Later on we need to find a way to select between
FBC and PSR2 based on amount of damaged areas.
Bspec: 68881
Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch 1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 drm-intel
017ccdf1decf drm/i915/display: update intel_fbc_atomic_check for dirty_fbc support
5b88c6350547 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
d301c2c07490 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
42c23d00a9fe drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
More information about the Intel-xe
mailing list