== Series Details == Series: drm/i915: (stolen) memory region related fixes (rev6) URL : https://patchwork.freedesktop.org/series/127721/ State : warning == Summary == Error: dim checkpatch failed 72a9e5460135 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 04c5e770efde drm/i915: Print memory region info during probe a7d0ba6c8a13 drm/i915: Remove ad-hoc lmem/stolen debugs 29a8a9da9fa3 drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory access 516154c02d82 drm/i915: Disable the "binder" dcd84ee46528 drm/i915: Rename the DSM/GSM registers 5d36651d103b drm/i915: Fix PTE decode during initial plane readout c4b43d6e7c3b drm/i915: Fix region start during initial plane readout 0a52c22fa07c drm/i915: Fix MTL initial plane readout 2152a95323ef drm/i915: s/phys_base/dma_addr/ cc095e647e13 drm/i915: Split the smem and lmem plane readout apart a36eb1e75a76 drm/i915: Simplify intel_initial_plane_config() calling convention e66cb88c8697 drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objects 90b4fdfecf0b drm/i915: Tweak BIOS fb reuse check 66f0e8965f66 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 9dc34e4ff2f9 drm/i915: Annotate more of the BIOS fb takeover failure paths