✗ CI.checkpatch: warning for Expose modifiers/formats supported by async flips (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 19 07:29:22 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev6)
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 17e827e744240977aea54c813d5c670a11330693
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>
Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka at intel.com>
+ /mt/dim checkpatch 5496d2c9c90ad0d79dd25337bc2a43704a1e295e drm-intel
970013a7cc10 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
761a657bc952 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
17e827e74424 drm/i915/display: Add i915 hook for format_mod_supported_async
-:26: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#26: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:512:
}
+static bool intel_plane_async_formats(struct intel_plane *plane, uint32_t format)
-:45: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#45: 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