== Series Details == Series: drm/i915: (stolen) memory region related fixes (rev5) URL : https://patchwork.freedesktop.org/series/127721/ State : warning == Summary == Error: dim checkpatch failed 7b17768b17bb 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 71157eb1e1c6 drm/i915: Print memory region info during probe b250bb73e28b drm/i915: Remove ad-hoc lmem/stolen debugs 5f3a02a88098 drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory access c9effba48ecc drm/i915: Disable the "binder" 0aebb3e3f6ac drm/i915: Rename the DSM/GSM registers 3cd98d29fad2 drm/i915: Fix PTE decode during initial plane readout 8d4c2360122c drm/i915: Fix region start during initial plane readout 7204cbe34643 drm/i915: Fix MTL initial plane readout 950abaacdd21 drm/i915: s/phys_base/dma_addr/ 376fcecb5bde drm/i915: Split the smem and lmem plane readout apart a575fbba837a drm/i915: Simplify intel_initial_plane_config() calling convention f0a9ec350dc8 drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objects a417d5d1eff7 drm/i915: Tweak BIOS fb reuse check 742d185cb344 drm/i915: Try to relocate the BIOS fb to the start of ggtt -:104: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #104: FILE: drivers/gpu/drm/i915/display/i9xx_plane.h:51: } +static inline bool i9xx_fixup_initial_plane_config(struct intel_crtc *crtc, -:105: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #105: 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, 229 lines checked