✗ CI.checkpatch: warning for Expose modifiers/formats supported by async flips (rev9)
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 25 07:54:36 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev9)
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 93100dadedb746da4e814e8105366ddf26e296cf
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Tue Feb 25 13:03:53 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)
v6: Replace uint32_t/uint64_t with u32/u64 (Jani)
v7: Move plannar check from intel_async_flip_check_hw() to
intel_plane_format_mod_supported_async() (Ville)
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka at intel.com>
Tested-by: Naveen Kumar <naveen1.kumar at intel.com>
+ /mt/dim checkpatch 32ff724d21f3ec064db2d1a034c47a76d800382f drm-intel
4330aa389d6c drm/plane: Add new plane property IN_FORMATS_ASYNC
-:103: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#103: FILE: include/drm/drm_plane.h:567:
+ uint32_t format, uint64_t modifier);
total: 0 errors, 0 warnings, 1 checks, 62 lines checked
75a47f862a36 drm/plane: modify create_in_formats to accommodate async
-:33: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#33: FILE: drivers/gpu/drm/drm_plane.c:198:
+ bool (*format_mod_supported)(struct drm_plane *plane,
-:34: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#34: FILE: drivers/gpu/drm/drm_plane.c:199:
+ bool (*format_mod_supported)(struct drm_plane *plane,
+ u32 format,
total: 0 errors, 1 warnings, 1 checks, 72 lines checked
93100dadedb7 drm/i915/display: Add i915 hook for format_mod_supported_async
-:137: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#137: FILE: drivers/gpu/drm/i915/display/intel_display.c:6192:
+ if (!intel_plane_can_async_flip(plane, new_plane_state->hw.fb->format->format,
+ new_plane_state->hw.fb->modifier)) {
total: 0 errors, 0 warnings, 1 checks, 139 lines checked
More information about the Intel-xe
mailing list