✗ CI.checkpatch: warning for Expose modifiers/formats supported by async flips
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 5 12:57:03 UTC 2024
== Series Details ==
Series: Expose modifiers/formats supported by async flips
URL : https://patchwork.freedesktop.org/series/140934/
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 d664f755aab0f7b1765e75c9c7fd26bf078cf50e
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Tue Nov 5 15:56:08 2024 +0530
drm/i915/display: Add async supported formats/modifiers
Add the formats/modifiers supported by asynchronous flips by the
platform based on the plane capabilities.
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch 0f5cd39d188cbedacf9e764749b65a328d33c8ea drm-intel
1a42e9b8485f drm/plane: Add new plane property IN_FORMATS_ASYNC
-:158: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#158: FILE: include/drm/drm_plane.h:662:
+ uint32_t *async_format_types;
-:168: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t'
#168: FILE: include/drm/drm_plane.h:672:
+ uint64_t *async_modifiers;
total: 0 errors, 0 warnings, 2 checks, 137 lines checked
d1d4c672d055 drm/i915/fb: Add async field to the modifiers description
188bdbdde113 drm/i915/display: Add async_flip flag in get_modifiers
d664f755aab0 drm/i915/display: Add async supported formats/modifiers
-:49: WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#49: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:2691:
+ skl_get_plane_caps(dev_priv, pipe, plane_id),
-:52: WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#52: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:2694:
+ skl_get_plane_caps(dev_priv, pipe, plane_id),
total: 0 errors, 2 warnings, 0 checks, 40 lines checked
More information about the Intel-xe
mailing list