== Series Details == Series: drm/i915: Async flip + compression, and some plane cleanups (rev3) URL : https://patchwork.freedesktop.org/series/139807/ State : warning == Summary == Error: dim checkpatch failed 2f18535a21c4 drm/i915: Allow async flips with render compression on TGL+ 9c7ea262ad13 drm/i915: Allow async flips with compression on ICL 7551b14c7b20 drm/i915: Introduce plane->can_async_flip() 3f8107699b69 drm/i915: Use plane->can_async_flip() for alignment exceptions 26a41bdae95f drm/i915: Reuse vlv_primary_min_alignment() for sprites as well e0c036a62c2e drm/i915: Disable scanout VT-d workaround for TGL+ cde3b145e210 drm/i915: Nuke ADL pre-production Wa_22011186057 7bf647f8e68e drm/i915: Relocate xe AUX hack -:47: WARNING:IS_ENABLED_CONFIG: IS_ENABLED(I915) is normally used as IS_ENABLED(CONFIG_I915) #47: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:2720: + if (!IS_ENABLED(I915) && !HAS_FLAT_CCS(dev_priv)) total: 0 errors, 1 warnings, 0 checks, 33 lines checked 5fd7a6343f89 drm/i915: Carve up skl_get_plane_caps()