✗ CI.checkpatch: warning for Expose modifiers/formats supported by async flips (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 12 19:43:44 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev4)
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ff6d8cb82e1237a099dcf2fb00e9d6c8a5a26f10
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Wed Feb 12 21:48:24 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.
v5: Correct the if condition for modifier support check (Chaitanya)
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch b9696aa14a67620661572e94f4141df2a4b6b5cd drm-intel
be2fed6eb856 drm/plane: Add new plane property IN_FORMATS_ASYNC
-:97: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#97: FILE: include/drm/drm_plane.h:567:
+ uint32_t format, uint64_t modifier);
total: 0 errors, 0 warnings, 1 checks, 59 lines checked
b4625435fa2d drm/plane: modify create_in_formats to accommodate async
-:29: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#29: FILE: drivers/gpu/drm/drm_plane.c:196:
+ uint32_t format,
total: 0 errors, 0 warnings, 1 checks, 81 lines checked
ff6d8cb82e12 drm/i915/display: Add i915 hook for format_mod_supported_async
-:23: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#23: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:512:
}
+static bool intel_plane_async_formats(struct intel_plane *plane, uint32_t format)
-:42: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#42: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:531:
+ uint32_t format,
total: 0 errors, 0 warnings, 2 checks, 77 lines checked
More information about the Intel-xe
mailing list