== Series Details == Series: drm/i915: (stolen) memory region related fixes (rev11) URL : https://patchwork.freedesktop.org/series/127721/ State : warning == Summary == Error: dim checkpatch failed 25a51b5a5590 drm/i915: Use struct resource for memory region IO as well -:388: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #388: 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 938924e1c043 drm/i915: Print memory region info during probe 7448ca56e775 drm/i915: Remove ad-hoc lmem/stolen debugs 2a184f8726f8 drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory access e8fe0ac96967 drm/i915: Disable the "binder" 64ab387b0397 drm/i915: Rename the DSM/GSM registers 8ba29e15659a drm/i915: Fix PTE decode during initial plane readout df94a06dfc38 drm/i915: Fix region start during initial plane readout 4926bf6a09b0 drm/i915: Fix MTL initial plane readout 2ab4265de4be drm/i915: s/phys_base/dma_addr/ 0eaa9f3431d0 drm/i915: Split the smem and lmem plane readout apart 33d0f2ef3181 drm/i915: Simplify intel_initial_plane_config() calling convention dc64283accc2 drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objects 8519938cbede drm/i915: Tweak BIOS fb reuse check e4fe951c20bd drm/i915: Try to relocate the BIOS fb to the start of ggtt -:105: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #105: FILE: drivers/gpu/drm/i915/display/i9xx_plane.h:51: } +static inline bool i9xx_fixup_initial_plane_config(struct intel_crtc *crtc, -:106: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #106: 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, 245 lines checked d44ad92e0985 drm/i915: Annotate more of the BIOS fb takeover failure paths