✗ Fi.CI.CHECKPATCH: warning for Expose modifiers/formats supported by async flips (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 5 12:41:06 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev3)
URL : https://patchwork.freedesktop.org/series/140935/
State : warning
== Summary ==
Error: dim checkpatch failed
4b314a7da773 drm/plane: Add new plane property IN_FORMATS_ASYNC
-:99: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#99: FILE: include/drm/drm_plane.h:570:
+ uint32_t format, uint64_t modifier);
total: 0 errors, 0 warnings, 1 checks, 63 lines checked
a17169f68d28 drm/plane: modify create_in_formats to accommodate async
-:25: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#25: FILE: drivers/gpu/drm/drm_plane.c:197:
+ uint32_t format,
total: 0 errors, 0 warnings, 1 checks, 70 lines checked
0db53f5b101c drm/i915/display: Add i915 hook for format_mod_supported_async
-:21: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#21: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:514:
}
+static bool intel_plane_async_formats(struct intel_plane *plane, uint32_t format)
-:40: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#40: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:533:
+ uint32_t format,
total: 0 errors, 0 warnings, 2 checks, 77 lines checked
More information about the Intel-gfx
mailing list