== Series Details == Series: drm/i915: Async flip + compression, and some plane cleanups (rev5) URL : https://patchwork.freedesktop.org/series/139807/ State : warning == Summary == Error: dim checkpatch failed d1e7d484a028 drm/i915: Allow async flips with render compression on TGL+ c976ae5a3b51 drm/i915: Allow async flips with compression on ICL 6fd228278d97 drm/i915: Introduce plane->can_async_flip() 4ad54e1bff11 drm/i915: Use plane->can_async_flip() for alignment exceptions 4165ece4cbde drm/i915: Reuse vlv_primary_min_alignment() for sprites as well bc74ac0f21db drm/i915: Disable scanout VT-d workaround for TGL+ a63c460e2ea4 drm/i915: Nuke ADL pre-production Wa_22011186057 3a017fc262b0 drm/i915: Relocate xe AUX hack -:48: WARNING:IS_ENABLED_CONFIG: IS_ENABLED(I915) is normally used as IS_ENABLED(CONFIG_I915) #48: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:2778: + if (!IS_ENABLED(I915) && !HAS_FLAT_CCS(dev_priv)) total: 0 errors, 1 warnings, 0 checks, 33 lines checked 1b2932651f78 drm/i915: Carve up skl_get_plane_caps()