== Series Details == Series: drm/i915: Async flip + compression, and some plane cleanups URL : https://patchwork.freedesktop.org/series/139807/ State : warning == Summary == Error: dim checkpatch failed 0842b69545cf drm/i915: Allow async flips with render compression on TGL+ 5dc9b779514e drm/i915: Allow async flips with compression on ICL 0b89b832d426 drm/i915: Introduce plane->can_async_flip() 54729e3f8070 drm/i915: Use plane->can_async_flip() for alignment exceptions 926c6b388150 drm/i915: Reuse vlv_primary_min_alignment() for sprites as well 1ed25eb7e91a drm/i915: Disable scanout VT-d workaround for TGL+ 31cfac31d4b2 drm/i915: Nuke ADL pre-production Wa_22011186057 3aaf53acbde0 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 34ce87b13379 drm/i915: Carve up skl_get_plane_caps()