✗ CI.checkpatch: warning for drm/i915/dp: dsc fix, refactoring and cleanups

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 31 12:57:23 UTC 2025


== Series Details ==

Series: drm/i915/dp: dsc fix, refactoring and cleanups
URL   : https://patchwork.freedesktop.org/series/144178/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c72d870ccc7f2819eb3ecf1568ca09391206b330
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Fri Jan 31 14:50:07 2025 +0200

    drm/i915/mst: Convert intel_dp_mtp_tu_compute_config() to .4 format
    
    Move towards always using the fxp q4 or .4 fixed point format for
    compressed bpp. We'll need to pass the more accurate bpp to this
    function later on.
    
    Always use _x16 naming for variables that are in .4 fixed point for
    clarity.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 7998f28da73c50ffddff38ac74f5aa48a76a0b0a drm-intel
c14b5957d508 drm/i915/dp: Iterate DSC BPP from high to low on all platforms
07b38ca84a52 drm/i915/dp: Add intel_dp_dsc_bpp_step_x16() helper to get DSC BPP precision
594613b83916 drm/i915/dp: Rename some variables in xelpd_dsc_compute_link_config()
c66a83809788 drm/i915/dp: Pass .4 BPP values to {icl, xelpd}_dsc_compute_link_config()
c3e7cf18acdf drm/i915/dp: Move max DSC BPP reduction one level higher
-:89: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#89: FILE: drivers/gpu/drm/i915/display/intel_dp.c:2183:
+						     min_bpp_x16, max_bpp_x16, bpp_step_x16, timeslots);

total: 0 errors, 1 warnings, 0 checks, 72 lines checked
bcfda87d778e drm/i915/dp: Change icl_dsc_compute_link_config() DSC BPP iteration
6b4c8ac71c6f drm/i915/dp: Move force_dsc_fractional_bpp_en check to intel_dp_dsc_valid_bpp()
728cb339866d drm/i915/dp: Unify DSC link config functions
2910112d05ed drm/i915/dp: Inline do_dsc_compute_compressed_bpp()
af92fc33ab1e drm/i915/dp: Simplify input BPP checks in intel_dp_dsc_compute_pipe_bpp()
d8d605850348 drm/i915/dp: Use int for compressed BPP in dsc_compute_link_config()
71cfa57159f1 drm/i915/dp: Drop compute_pipe_bpp parameter from intel_dp_dsc_compute_config()
8cf9b1cf0613 drm/i915/dp: Pass connector state all the way to dsc_compute_link_config()
c72d870ccc7f drm/i915/mst: Convert intel_dp_mtp_tu_compute_config() to .4 format
-:72: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#72: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:252:
+		drm_dbg_kms(display->drm, "Limiting bpp to max DPT bpp (" FXP_Q4_FMT " -> " FXP_Q4_FMT ")\n",

-:79: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#79: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:257:
+	drm_dbg_kms(display->drm, "Looking for slots in range min bpp " FXP_Q4_FMT " max bpp " FXP_Q4_FMT "\n",

total: 0 errors, 2 warnings, 0 checks, 120 lines checked




More information about the Intel-xe mailing list