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

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 20 06:20:34 UTC 2025


== Series Details ==

Series: Expose modifiers/formats supported by async flips (rev8)
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 e3df379057fd2099fa91769d6db7ade4f1c56b61
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date:   Wed Feb 19 14:47:25 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)
    
    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 e19eb43c82480789a93ce0c452e22bbd851b93c6 drm-intel
713c894fb7a4 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
e852a20c4f0f 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, 79 lines checked
e3df379057fd drm/i915/display: Add i915 hook for format_mod_supported_async
-:27: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#27: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:512:
 }
+static bool intel_plane_async_formats(struct intel_plane *plane, u32 format)

total: 0 errors, 0 warnings, 1 checks, 77 lines checked




More information about the Intel-xe mailing list