== Series Details == Series: drm/i915: (stolen) memory region related fixes (rev3) URL : https://patchwork.freedesktop.org/series/127721/ State : warning == Summary == Error: dim checkpatch failed e7cbf4e3592e drm/i915: Use struct resource for memory region IO as well -:387: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #387: FILE: drivers/gpu/drm/i915/intel_region_ttm.c:227: + if (WARN_ON(overflows_type(resource_size(&mem->io) >> PAGE_SHIFT, place.lpfn))) { total: 0 errors, 1 warnings, 0 checks, 281 lines checked df163a6b67b8 drm/i915: Print memory region info during probe 8540d04636d8 drm/i915: Remove ad-hoc lmem/stolen debugs 637857991a67 drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory access 2649d131b38a drm/i915: Disable the "binder" 749426fcecc3 drm/i915: Rename the DSM/GSM registers 1f69f5e7e84f drm/i915: Fix PTE decode during initial plane readout b3638bff7e4d drm/i915: Fix region start during initial plane readout ab68b29bbf82 drm/i915: Fix MTL initial plane readout 272c9d024ff4 drm/i915: s/phys_base/dma_addr/ 0ed9217df0c0 drm/i915: Split the smem and lmem plane readout apart 2d6d2559660c drm/i915: Simplify intel_initial_plane_config() calling convention cdeb9cc51bbc drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objects 06c1a2465e13 drm/i915: Tweak BIOS fb reuse check 644c9f50b0ba drm/i915: Try to relocate the BIOS fb to the start of ggtt -:100: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #100: FILE: drivers/gpu/drm/i915/display/i9xx_plane.h:51: } +static inline bool i9xx_fixup_initial_plane_config(struct intel_crtc *crtc, -:101: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #101: FILE: drivers/gpu/drm/i915/display/i9xx_plane.h:52: + const struct intel_initial_plane_config *plane_config) total: 0 errors, 1 warnings, 1 checks, 232 lines checked