== Series Details == Series: Expose modifiers/formats supported by async flips (rev7) URL : https://patchwork.freedesktop.org/series/140935/ State : warning == Summary == Error: dim checkpatch failed 080bab9db88a drm/plane: Add new plane property IN_FORMATS_ASYNC -:103: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #103: FILE: include/drm/drm_plane.h:567: + uint32_t format, uint64_t modifier); total: 0 errors, 0 warnings, 1 checks, 62 lines checked 4c74f8ffe286 drm/plane: modify create_in_formats to accommodate async -:33: WARNING:LONG_LINE: line length of 108 exceeds 100 columns #33: FILE: drivers/gpu/drm/drm_plane.c:198: + bool (*format_mod_supported)(struct drm_plane *plane, -:34: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #34: FILE: drivers/gpu/drm/drm_plane.c:199: + bool (*format_mod_supported)(struct drm_plane *plane, + u32 format, total: 0 errors, 1 warnings, 1 checks, 72 lines checked f89e95062661 drm/i915/display: Add i915 hook for format_mod_supported_async -:137: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #137: FILE: drivers/gpu/drm/i915/display/intel_display.c:6192: + if (!intel_plane_can_async_flip(plane, new_plane_state->hw.fb->format->format, + new_plane_state->hw.fb->modifier)) { total: 0 errors, 0 warnings, 1 checks, 139 lines checked