✗ CI.checkpatch: warning for Expose modifiers/formats supported by async flips (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 8 05:58:56 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev2)
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 30bbf2496cb90644c2981f119a7f2f4d14de7fa5
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Wed Jan 8 11:09:03 2025 +0530
drm/i915/display: Add function for format_mod_supported_async
Add driver specific function definition for the plane->funcs
format_mod_supported_async to check if the provided format/modifier is
supported for asynchronous flip.
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch 8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5 drm-intel
f072f6ce9821 drm/plane: Add new plane property IN_FORMATS_ASYNC
-:85: WARNING:TYPO_SPELLING: 'asychronous' may be misspelled - perhaps 'asynchronous'?
#85: FILE: include/drm/drm_plane.h:556:
+ * asychronous flip the given format/modifier combination is valid for
^^^^^^^^^^^
-:99: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#99: FILE: include/drm/drm_plane.h:570:
+ uint32_t format, uint64_t modifier);
total: 0 errors, 1 warnings, 1 checks, 63 lines checked
e9509bf22398 drm/plane: Expose function to create format/modifier blob
da0d446b37eb drm/plane: Function to check async supported modifier/format
-:6: WARNING:TYPO_SPELLING: 'Seperate' may be misspelled - perhaps 'Separate'?
#6:
Seperate function for async flips is to be called in order to check the
^^^^^^^^
-:62: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#62: FILE: drivers/gpu/drm/drm_plane.c:933:
+ if (!(is_async ? plane->funcs->format_mod_supported_async(
-:64: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#64: FILE: drivers/gpu/drm/drm_plane.c:935:
+ plane->funcs->format_mod_supported(
total: 0 errors, 1 warnings, 2 checks, 48 lines checked
bb12de39973a drm/i915/display: Populate list of async supported formats/modifiers
30bbf2496cb9 drm/i915/display: Add function for format_mod_supported_async
More information about the Intel-xe
mailing list