== Series Details == Series: Add DP MST DSC support to i915 URL : https://patchwork.freedesktop.org/series/101492/ State : warning == Summary == $ dim checkpatch origin/drm-tip 12739c663521 drm: Add missing DP DSC extended capability definitions. -:20: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #20: FILE: drivers/gpu/drm/dp/drm_dp.c:2316: +/** + * drm_dp_dsc_sink_bpp_increment_div - Get the bits per pixel precision -:43: CHECK:LINE_SPACING: Please don't use multiple blank lines #43: FILE: drivers/gpu/drm/dp/drm_dp.c:2339: + + total: 0 errors, 1 warnings, 1 checks, 76 lines checked b93f8f4e8667 drm/i915: Add DSC support to MST path -:227: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #227: FILE: drivers/gpu/drm/i915/display/intel_dp.c:1549: + pipe_config->dsc.compressed_bpp = min_t(u16, + dsc_max_output_bpp >> 4, -:290: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #290: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:103: +static int intel_dp_dsc_mst_compute_link_config(struct intel_encoder *encoder, + struct intel_crtc_state *crtc_state, -:330: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #330: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:143: + drm_dbg_kms(&i915->drm, "DSC Sink supported min bpp %d max bpp %d\n", + min_bpp, max_bpp); -:341: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #341: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:154: + drm_dbg_kms(&i915->drm, "Trying bpp %d got %d pbn %d slots\n", + bpp, crtc_state->pbn, slots); -:453: CHECK:LINE_SPACING: Please don't use multiple blank lines #453: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:898: + + total: 0 errors, 0 warnings, 5 checks, 398 lines checked