✗ CI.checkpatch: warning for Expose modifiers/formats supported by async flips (rev5)

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 18 10:17:35 UTC 2025


== Series Details ==

Series: Expose modifiers/formats supported by async flips (rev5)
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 0b57b43a264f4a8fd7c7fc24916159d09dbcbab0
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date:   Tue Feb 18 14:32:49 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>
    Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
    Tested-by: Naveen Kumar <naveen1.kumar at intel.com>
+ /mt/dim checkpatch 4587c05996666a92af63f86ba410bae1dc940794 drm-intel
f392c2cc7c55 drm/plane: Add new plane property IN_FORMATS_ASYNC
-:102: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#102: FILE: include/drm/drm_plane.h:567:
+					   uint32_t format, uint64_t modifier);

total: 0 errors, 0 warnings, 1 checks, 62 lines checked
535252b2196d drm/plane: modify create_in_formats to accommodate async
-:32: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#32: FILE: drivers/gpu/drm/drm_plane.c:199:
+						 uint32_t format,

total: 0 errors, 0 warnings, 1 checks, 72 lines checked
0b57b43a264f drm/i915/display: Add i915 hook for format_mod_supported_async
-:25: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#25: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:512:
 }
+static bool intel_plane_async_formats(struct intel_plane *plane, uint32_t format)

-:44: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#44: 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