✗ CI.checkpatch: warning for drm/i915/dsc: Expose dsc sink max slice count via debugfs

Patchwork patchwork at emeril.freedesktop.org
Fri Dec 13 11:04:30 UTC 2024


== Series Details ==

Series: drm/i915/dsc: Expose dsc sink max slice count via debugfs
URL   : https://patchwork.freedesktop.org/series/142538/
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 6a58351c8279f0b2d5c7d354bb674d79997ec3fa
Author: Swati Sharma <swati2.sharma at intel.com>
Date:   Fri Dec 13 15:00:08 2024 +0530

    drm/i915/dsc: Expose dsc sink max slice count via debugfs
    
    Number of DSC slices can be shown in the DSC debugfs so that
    test can take a call whether the configuration can support forcing
    bigjoiner/ultrajoiner.
    
    v2: used intel_dp_is_edp() as the parameter to
        drm_dp_dsc_sink_max_slice_count() (Jani N)
    
    Reviewed-by: Nemesa Garg <nemesa.garg at intel.com> (v1)
    Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3387
    Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
+ /mt/dim checkpatch 8f7b64e137723da601f3c07d0cda22566cf994d5 drm-intel
6a58351c8279 drm/i915/dsc: Expose dsc sink max slice count via debugfs
-:26: WARNING:LONG_LINE: line length of 113 exceeds 100 columns
#26: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:1017:
+			   drm_dp_dsc_sink_max_slice_count((connector->dp.dsc_dpcd), intel_dp_is_edp(intel_dp)));

total: 0 errors, 1 warnings, 0 checks, 8 lines checked




More information about the Intel-xe mailing list