✗ CI.checkpatch: warning for drm/i915: MST and DDI cleanups and refactoring (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 20 13:13:32 UTC 2024
== Series Details ==
Series: drm/i915: MST and DDI cleanups and refactoring (rev3)
URL : https://patchwork.freedesktop.org/series/141501/
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 a8696bc1c2dcf8e175c0929385653cc2daf4e54c
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Nov 20 14:43:19 2024 +0200
drm/i915/ddi: simplify intel_ddi_get_encoder_pipes() slightly
Use a temporary variable for DDI mode to simplify the conditions. This
is in line with the other places that read DDI mode.
Reviewed-by: Imre Deak <imre.deak at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 0cb17ecec562c61d45997a2fced4e5ed99b31f99 drm-intel
3a25c008d2c3 drm/i915/mst: pass intel_dp around in mst stream helpers
2248d62ad30e drm/i915/mst: unify MST connector function naming to mst_connector_*
65cc31729292 drm/i915/mst: simplify mst_connector_get_hw_state()
70a158a4c4fb drm/i915/mst: unify MST topology callback naming to mst_topology_*
7a8634fa5e37 drm/i915/ddi: use intel_ddi_* naming convention for encoder enable/disable
98db6e65f70b drm/i915/reg: convert DP_TP_CTL/DP_TP_STATUS to REG_BIT() and friends
-:87: WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns
#87: FILE: drivers/gpu/drm/i915/i915_reg.h:3857:
+#define DP_TP_STATUS_STREAMS_ENABLED_MASK REG_GENMASK(18, 16) /* 17:16 on hsw but bit 18 mbz */
total: 0 errors, 1 warnings, 0 checks, 68 lines checked
0895f90c64e9 drm/i915/dp: refactor clear/wait for act sent
7a8db8be2861 drm/i915/ddi: rename temp to ddi_func_ctl in intel_ddi_read_func_ctl()
87650eb3e075 drm/i915/ddi: split up intel_ddi_read_func_ctl() by output type
f2e536258a01 drm/i915/ddi: refactor intel_ddi_connector_get_hw_state()
a8696bc1c2dc drm/i915/ddi: simplify intel_ddi_get_encoder_pipes() slightly
More information about the Intel-xe
mailing list