== Series Details == Series: drm/i915: (stolen) memory region related fixes (rev12) URL : https://patchwork.freedesktop.org/series/127721/ State : warning == Summary == Error: dim checkpatch failed f812c80bfb4f 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 6d1dbf45b3cf drm/i915: Print memory region info during probe fefe86823eef drm/i915: Remove ad-hoc lmem/stolen debugs cc5a4b03fda6 drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory access 3e00f7ec50cb drm/i915: Disable the "binder" 03d3eebd180a drm/i915: Rename the DSM/GSM registers fe637a067058 drm/i915: Fix PTE decode during initial plane readout f9131c5dc0a8 drm/i915: Fix region start during initial plane readout 0ddce5474c8f drm/i915: Fix MTL initial plane readout 16f9ab75a878 drm/i915: s/phys_base/dma_addr/ 583eddf23852 drm/i915: Split the smem and lmem plane readout apart fd4e5f0a9269 drm/i915: Simplify intel_initial_plane_config() calling convention 00d4492e5823 drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objects 1f6ce3969d2b drm/i915: Tweak BIOS fb reuse check 6e86b363979e 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 39e69f545954 drm/i915: Annotate more of the BIOS fb takeover failure paths