✗ CI.checkpatch: warning for Expose modifiers/formats supported by async flips (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 5 11:12:39 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev3)
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 6d1ccc5266023f492c129b8bcc5a5d11b331b6ac
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Wed Feb 5 15:57:19 2025 +0530
drm/i915/display: Add i915 hook for format_mod_supported_async
Hook up the newly added plane function pointer
format_mod_supported_async to populate the modifiers/formats supported
by asynchronous flips.
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch 5f025a38e4ddb453bfbf89d4ab37facf07427721 drm-intel
48aeae5a394c drm/plane: Add new plane property IN_FORMATS_ASYNC
-: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, 0 warnings, 1 checks, 63 lines checked
b6fc88bb64a7 drm/plane: modify create_in_formats to accommodate async
-:25: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#25: FILE: drivers/gpu/drm/drm_plane.c:197:
+ uint32_t format,
total: 0 errors, 0 warnings, 1 checks, 70 lines checked
6d1ccc526602 drm/i915/display: Add i915 hook for format_mod_supported_async
-:21: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#21: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:514:
}
+static bool intel_plane_async_formats(struct intel_plane *plane, uint32_t format)
-:40: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#40: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:533:
+ uint32_t format,
total: 0 errors, 0 warnings, 2 checks, 77 lines checked
More information about the Intel-xe
mailing list