✗ CI.checkpatch: warning for drm/i915/xe3: FBC Dirty rect feature support (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Dec 17 10:12:19 UTC 2024
== Series Details ==
Series: drm/i915/xe3: FBC Dirty rect feature support (rev2)
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 d128c70c36385508f4f2d239378da174e94579ee
Author: Vinod Govindapillai <vinod.govindapillai at intel.com>
Date: Tue Dec 17 10:42:45 2024 +0200
drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
It is not recommended to have both FBC and PSR2 selective fetch
be enabled at the same time in a plane. If PSR2 selective fetch
or panel replay is on, mark FBC as not possible in that plane.
v2: fix the condition to disable FBC if PSR2 enabled (Jani)
Bspec: 68881
Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch 19a356112da225e4faf6de2f96f946ea745d3923 drm-intel
80e1ce634778 drm/i915/xe: 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
1e05721bc3b4 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
d128c70c3638 drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
More information about the Intel-xe
mailing list