== Series Details == Series: Enable NV12 support URL : https://patchwork.freedesktop.org/series/41674/ State : warning == Summary == $ dim checkpatch origin/drm-tip d24b3eca473a drm/i915: Enable display workaround 827 for all planes, v2. -:58: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #58: FILE: drivers/gpu/drm/i915/intel_display.c:5148: + if ((INTEL_GEN(dev_priv) == 9 && !IS_GEMINILAKE(dev_priv)) || + IS_CANNONLAKE(dev_priv)) total: 0 errors, 0 warnings, 1 checks, 95 lines checked 40fa95f31fce drm/i915: Add NV12 as supported format for primary plane 8a5b4eaabb39 drm/i915: Add NV12 as supported format for sprite plane e82aedce2347 drm/i915: Add NV12 support to intel_framebuffer_init 124a184d1872 drm/i915: Enable Display WA 0528 ff50c03cffbe drm/i915: Do not do fb src adjustments for NV12 -:35: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #35: FILE: drivers/gpu/drm/i915/intel_display.c:13009: + src->x1 = (((src->x1 >> 16)/4)*4) << 16; ^ -:35: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #35: FILE: drivers/gpu/drm/i915/intel_display.c:13009: + src->x1 = (((src->x1 >> 16)/4)*4) << 16; ^ -:36: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #36: FILE: drivers/gpu/drm/i915/intel_display.c:13010: + src->x2 = (((src->x2 >> 16)/4)*4) << 16; ^ -:36: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #36: FILE: drivers/gpu/drm/i915/intel_display.c:13010: + src->x2 = (((src->x2 >> 16)/4)*4) << 16; ^ -:37: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #37: FILE: drivers/gpu/drm/i915/intel_display.c:13011: + src->y1 = (((src->y1 >> 16)/4)*4) << 16; ^ -:37: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #37: FILE: drivers/gpu/drm/i915/intel_display.c:13011: + src->y1 = (((src->y1 >> 16)/4)*4) << 16; ^ -:38: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #38: FILE: drivers/gpu/drm/i915/intel_display.c:13012: + src->y2 = (((src->y2 >> 16)/4)*4) << 16; ^ -:38: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #38: FILE: drivers/gpu/drm/i915/intel_display.c:13012: + src->y2 = (((src->y2 >> 16)/4)*4) << 16; ^ -:74: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #74: FILE: drivers/gpu/drm/i915/intel_sprite.c:1118: + src->x1 = (((src->x1 >> 16)/4)*4) << 16; ^ -:74: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #74: FILE: drivers/gpu/drm/i915/intel_sprite.c:1118: + src->x1 = (((src->x1 >> 16)/4)*4) << 16; ^ -:75: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #75: FILE: drivers/gpu/drm/i915/intel_sprite.c:1119: + src->x2 = (((src->x2 >> 16)/4)*4) << 16; ^ -:75: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #75: FILE: drivers/gpu/drm/i915/intel_sprite.c:1119: + src->x2 = (((src->x2 >> 16)/4)*4) << 16; ^ -:76: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #76: FILE: drivers/gpu/drm/i915/intel_sprite.c:1120: + src->y1 = (((src->y1 >> 16)/4)*4) << 16; ^ -:76: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #76: FILE: drivers/gpu/drm/i915/intel_sprite.c:1120: + src->y1 = (((src->y1 >> 16)/4)*4) << 16; ^ -:77: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #77: FILE: drivers/gpu/drm/i915/intel_sprite.c:1121: + src->y2 = (((src->y2 >> 16)/4)*4) << 16; ^ -:77: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #77: FILE: drivers/gpu/drm/i915/intel_sprite.c:1121: + src->y2 = (((src->y2 >> 16)/4)*4) << 16; ^ total: 0 errors, 0 warnings, 16 checks, 55 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx