== Series Details == Series: drm/i915: Enable second dbuf slice for ICL and TGL (rev5) URL : https://patchwork.freedesktop.org/series/69124/ State : warning == Summary == $ dim checkpatch origin/drm-tip f62897cea199 drm/i915: Enable second dbuf slice for ICL and TGL -:281: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 0) #281: 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); -:487: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #487: FILE: drivers/gpu/drm/i915/intel_pm.c:3848: +static u32 i915_allowed_dbuf_mask(struct drm_i915_private *dev_priv, + int pipe, u32 active_pipes, -:691: CHECK:LINE_SPACING: Please don't use multiple blank lines #691: FILE: drivers/gpu/drm/i915/intel_pm.c:4301: + + -:695: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #695: FILE: drivers/gpu/drm/i915/intel_pm.c:4305: + DRM_DEBUG_KMS("Pipe %d downscale amount %d.%d\n", + crtc->pipe, pipe_downscale.val >> 16, -:717: CHECK:LINE_SPACING: Please don't use multiple blank lines #717: FILE: drivers/gpu/drm/i915/intel_pm.c:4327: + + -:718: CHECK:CAMELCASE: Avoid CamelCase: <Dbuf1> #718: FILE: drivers/gpu/drm/i915/intel_pm.c:4328: +#define ICL_PIPE_A_DBUF_SLICES(Dbuf1) \ -:726: CHECK:CAMELCASE: Avoid CamelCase: <Dbuf2> #726: FILE: drivers/gpu/drm/i915/intel_pm.c:4336: +#define ICL_PIPE_AB_DBUF_SLICES(Dbuf1, Dbuf2) \ -:738: CHECK:CAMELCASE: Avoid CamelCase: <Dbuf3> #738: FILE: drivers/gpu/drm/i915/intel_pm.c:4348: +#define ICL_PIPE_ABC_DBUF_SLICES(Dbuf1, Dbuf2, Dbuf3) \ -:748: CHECK:CAMELCASE: Avoid CamelCase: <Dbuf4> #748: FILE: drivers/gpu/drm/i915/intel_pm.c:4358: +#define ICL_PIPE_ABCD_DBUF_SLICES(Dbuf1, Dbuf2, Dbuf3, Dbuf4) \ total: 0 errors, 1 warnings, 8 checks, 744 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx