== Series Details == Series: Expose modifiers/formats supported by async flips URL : https://patchwork.freedesktop.org/series/140935/ State : warning == Summary == Error: dim checkpatch failed 7d835ef6b236 drm/plane: Add new plane property IN_FORMATS_ASYNC -:158: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #158: FILE: include/drm/drm_plane.h:662: + uint32_t *async_format_types; -:168: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t' #168: FILE: include/drm/drm_plane.h:672: + uint64_t *async_modifiers; total: 0 errors, 0 warnings, 2 checks, 137 lines checked 4e8bf91fe858 drm/i915/fb: Add async field to the modifiers description abe5736d332f drm/i915/display: Add async_flip flag in get_modifiers dc0ca9af7913 drm/i915/display: Add async supported formats/modifiers -:49: WARNING:LONG_LINE: line length of 123 exceeds 100 columns #49: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:2691: + skl_get_plane_caps(dev_priv, pipe, plane_id), -:52: WARNING:LONG_LINE: line length of 112 exceeds 100 columns #52: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:2694: + skl_get_plane_caps(dev_priv, pipe, plane_id), total: 0 errors, 2 warnings, 0 checks, 40 lines checked