== Series Details == Series: drm/i915/adlp: Add support for remapping CCS FBs URL : https://patchwork.freedesktop.org/series/94108/ State : warning == Summary == $ dim checkpatch origin/drm-tip 530814904275 drm/i915: Use tile block based dimensions for CCS origin x, y check 5d0c15f58f3b drm/i915/adlp: Require always a power-of-two sized CCS surface stride -:28: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #28: FILE: drivers/gpu/drm/i915/display/intel_fb.c:66: +static unsigned int gen12_aligned_scanout_stride(const struct intel_framebuffer *fb, int color_plane) total: 0 errors, 1 warnings, 0 checks, 46 lines checked 7455f93c422c drm/i915/adlp: Assert that VMAs in DPT start at 0 -:6: WARNING:TYPO_SPELLING: 'accomodate' may be misspelled - perhaps 'accommodate'? #6: Atm the DPT object can accomodate only one VMA, so the VMA offset will ^^^^^^^^^^ total: 0 errors, 1 warnings, 0 checks, 11 lines checked bd6ac1a470b9 drm/i915: Follow a new->old platform check order in intel_fb_stride_alignment e780f52a680b drm/i915/adlp: Add support for remapping CCS FBs -:101: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #101: FILE: drivers/gpu/drm/i915/display/intel_fb.c:564: + if (DISPLAY_VER(i915) >= 12 && is_semiplanar_uv_plane(fb, color_plane)) -:274: WARNING:LONG_LINE: line length of 104 exceeds 100 columns #274: FILE: drivers/gpu/drm/i915/gt/intel_ggtt.c:1485: + gtt_offset += alignment_pad + rem_info->plane[i].dst_stride * rem_info->plane[i].height; total: 0 errors, 1 warnings, 1 checks, 247 lines checked