== Series Details == Series: drm/i915: Enable second dbuf slice for ICL and TGL (rev3) URL : https://patchwork.freedesktop.org/series/69124/ State : warning == Summary == $ dim checkpatch origin/drm-tip ccd035456d7a drm/i915: Enable second dbuf slice for ICL and TGL -:48: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #48: - Slices intersection after union is same as final result(Matthew Roper) -:268: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 0) #268: FILE: drivers/gpu/drm/i915/display/intel_display_power.h:311: for ((wf) = intel_display_power_get((i915), (domain)); (wf); \ [...] +int intel_dbuf_max_slices(struct drm_i915_private *dev_priv); -:568: WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations #568: FILE: drivers/gpu/drm/i915/intel_pm.c:3944: + u32 pipe_dbuf_slice_mask = \ -:570: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #570: FILE: drivers/gpu/drm/i915/intel_pm.c:3946: + i915_get_allowed_dbuf_mask(dev_priv, + pipe, -:686: CHECK:LINE_SPACING: Please don't use multiple blank lines #686: FILE: drivers/gpu/drm/i915/intel_pm.c:4294: + + -:690: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #690: FILE: drivers/gpu/drm/i915/intel_pm.c:4298: + DRM_DEBUG_KMS("Pipe %d downscale amount %d.%d\n", + crtc->pipe, pipe_downscale.val >> 16, -:709: CHECK:LINE_SPACING: Please don't use multiple blank lines #709: FILE: drivers/gpu/drm/i915/intel_pm.c:4317: + + -:710: CHECK:CAMELCASE: Avoid CamelCase: <DBuf1> #710: FILE: drivers/gpu/drm/i915/intel_pm.c:4318: +#define ICL_PIPE_A_DBUF_SLICES(DBuf1) \ -:718: CHECK:CAMELCASE: Avoid CamelCase: <DBuf2> #718: FILE: drivers/gpu/drm/i915/intel_pm.c:4326: +#define ICL_PIPE_AB_DBUF_SLICES(DBuf1, DBuf2) \ -:730: CHECK:CAMELCASE: Avoid CamelCase: <DBuf3> #730: FILE: drivers/gpu/drm/i915/intel_pm.c:4338: +#define ICL_PIPE_ABC_DBUF_SLICES(DBuf1, DBuf2, DBuf3) \ -:740: CHECK:CAMELCASE: Avoid CamelCase: <DBuf4> #740: FILE: drivers/gpu/drm/i915/intel_pm.c:4348: +#define ICL_PIPE_ABCD_DBUF_SLICES(DBuf1, DBuf2, DBuf3, DBuf4) \ -:849: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #849: FILE: drivers/gpu/drm/i915/intel_pm.c:4457: +u32 i915_get_allowed_dbuf_mask(struct drm_i915_private *dev_priv, + int pipe, u32 active_pipes, total: 0 errors, 3 warnings, 9 checks, 749 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx