== Series Details == Series: Expose modifiers/formats supported by async flips (rev6) URL : https://patchwork.freedesktop.org/series/140935/ State : warning == Summary == Error: dim checkpatch failed 40f323093e04 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 c33d0a1a54da 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 8f75b336ae15 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