== Series Details == Series: Expose modifiers/formats supported by async flips (rev4) URL : https://patchwork.freedesktop.org/series/140935/ State : warning == Summary == Error: dim checkpatch failed a71acc24b890 drm/plane: Add new plane property IN_FORMATS_ASYNC -:97: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #97: FILE: include/drm/drm_plane.h:567: + uint32_t format, uint64_t modifier); total: 0 errors, 0 warnings, 1 checks, 59 lines checked d21b8f063aeb drm/plane: modify create_in_formats to accommodate async -:29: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #29: FILE: drivers/gpu/drm/drm_plane.c:196: + uint32_t format, total: 0 errors, 0 warnings, 1 checks, 81 lines checked 7d3cb850b9c5 drm/i915/display: Add i915 hook for format_mod_supported_async -:23: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #23: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:512: } +static bool intel_plane_async_formats(struct intel_plane *plane, uint32_t format) -:42: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #42: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:531: + uint32_t format, total: 0 errors, 0 warnings, 2 checks, 77 lines checked