== Series Details == Series: drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed. URL : https://patchwork.freedesktop.org/series/137785/ State : warning == Summary == Error: dim checkpatch failed b3895b347e5e drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed. -:30: WARNING:BAD_SIGN_OFF: Co-developed-by: must be immediately followed by Signed-off-by: #30: Co-developed-by: Zbigniew Kempczyński <zbigniew.kempczynski@xxxxxxxxx> Cc: Matthew Auld <matthew.auld@xxxxxxxxx> -:47: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #47: FILE: drivers/gpu/drm/xe/display/intel_fb_bo.c:33: + if (XE_IOCTL_DBG(xe, mode_cmd->modifier[0] == I915_FORMAT_MOD_4_TILED_BMG_CCS && + !(bo->flags & XE_BO_FLAG_NEEDS_64K))) total: 0 errors, 1 warnings, 1 checks, 41 lines checked eee56e82b172 drm/i915/display: Add function for checking 64k physical alignment workaround -:90: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #90: FILE: drivers/gpu/drm/xe/display/intel_fb_bo.c:34: + if (XE_IOCTL_DBG(xe, intel_fb_needs_64k_phys_wa(mode_cmd->modifier[0]) && !(bo->flags & XE_BO_FLAG_NEEDS_64K))) total: 0 errors, 0 warnings, 1 checks, 62 lines checked