== Series Details == Series: Gen12 E2E compression (rev3) URL : https://patchwork.freedesktop.org/series/67078/ State : warning == Summary == $ dim checkpatch origin/drm-tip a2306a44f000 drm/framebuffer: Format modifier for Intel Gen-12 render compression 7fceadb0dd8f drm/i915: Use intel_tile_height() instead of re-implementing c5ab08ba0ad9 drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment 50577506a5d2 drm/i915/tgl: Gen-12 render decompression 5e136b5b4a25 drm/i915: Extract framebufer CCS offset checks into a function -:48: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #48: FILE: drivers/gpu/drm/i915/display/intel_display.c:2703: + /* + * CCS doesn't have its own x/y offset register, so the intra CCS tile total: 0 errors, 1 warnings, 0 checks, 81 lines checked eeb4a92dd984 drm/framebuffer: Format modifier for Intel Gen-12 media compression 6049b78b30bd drm/i915: Skip rotated offset adjustment for unsupported modifiers 7ccb87c9160b drm/fb: Extend format_info member arrays to handle four planes cf0459685876 Gen-12 display can decompress surfaces compressed by the media engine. -:13: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #13: compressed buffers. Unlike render decompression, plane 6 and plane 7 do not -:230: WARNING:LONG_LINE: line over 100 characters #230: FILE: drivers/gpu/drm/i915/display/intel_display.c:2720: +intel_fb_plane_get_subsampling(int *hsub, int *vsub, const struct drm_framebuffer *fb, int color_plane) -:264: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #264: FILE: drivers/gpu/drm/i915/display/intel_display.c:2754: + *w = fb->width/hsub; ^ -:265: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #265: FILE: drivers/gpu/drm/i915/display/intel_display.c:2755: + *h = fb->height/vsub; ^ -:415: CHECK:BRACES: Blank lines aren't necessary after an open brace '{' #415: FILE: drivers/gpu/drm/i915/display/intel_display.c:3620: if (is_ccs_modifier(fb->modifier)) { + -:443: CHECK:LINE_SPACING: Please don't use multiple blank lines #443: FILE: drivers/gpu/drm/i915/display/intel_display.c:3682: + + -:453: CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #453: FILE: drivers/gpu/drm/i915/display/intel_display.c:3692: + + } -:496: CHECK:SPACING: spaces preferred around that '/' (ctx:VxW) #496: FILE: drivers/gpu/drm/i915/display/intel_display.c:3731: + intel_fb_plane_get_subsampling(&main_hsub, &main_vsub, fb, (ccs - 1)/ 2); ^ total: 0 errors, 2 warnings, 6 checks, 659 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx