✗ CI.checkpatch: warning for Expose dsc sink max slice count via debugfs
Patchwork
patchwork at emeril.freedesktop.org
Tue Dec 10 20:00:52 UTC 2024
== Series Details ==
Series: Expose dsc sink max slice count via debugfs
URL : https://patchwork.freedesktop.org/series/142362/
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 de0141561fcc657672a32a7456620a1e5f0f67c1
Author: Swati Sharma <swati2.sharma at intel.com>
Date: Tue Dec 10 22:12:52 2024 +0530
drm/i915/dsc: Expose dsc sink max slice count via debugfs
Expose dsc sink max slice count via i915_dsc_fec_support debugfs.
This debugfs entry is required in cases, where sink doesn't support
minimum of 8 slices in case of ultrajoiner and minimum of 4 slices
in case of big joiner.
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3387
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
+ /mt/dim checkpatch 6fc9ce9b9be4070a485c20b372b34a7fe6a3897e drm-intel
de0141561fcc drm/i915/dsc: Expose dsc sink max slice count via debugfs
-:27: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#27: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:1021:
+ drm_dp_dsc_sink_max_slice_count((connector->dp.dsc_dpcd), false));
total: 0 errors, 1 warnings, 0 checks, 12 lines checked
More information about the Intel-xe
mailing list