✗ CI.checkpatch: warning for drm/i915/display: add some sub-structs for clarity
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 28 14:03:15 UTC 2025
== Series Details ==
Series: drm/i915/display: add some sub-structs for clarity
URL : https://patchwork.freedesktop.org/series/145640/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ad7ee2da33f34afd6c46a336749363c09ab0991f
Author: Jani Nikula <jani.nikula at intel.com>
Date: Fri Feb 28 14:49:31 2025 +0200
drm/i915/hdcp: add hdcp sub-struct to struct intel_digital_port
Move hdcp_mutex, num_hdcp_streams, hdcp_auth_status, hdcp_port_data, and
hdcp_mst_type1_capable members of struct intel_digital_port under an
hdcp sub-struct to group hdcp related things together.
Rename them mutex, num_streams, auth_status, port_data, and
mst_type1_capable for clarity.
Cc: Suraj Kandpal <suraj.kandpal at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 4e4a83bc30b77bb710641f0b43e6098bd04c5044 drm-intel
904875599049 drm/i915/mst: add mst sub-struct to struct intel_dp
cbc384c30c7b drm/i915/mst: add mst sub-struct to struct intel_connector
-:278: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#278: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:1216:
+ drm_atomic_get_mst_payload_state(mst_state, connector->mst.port));
total: 0 errors, 1 warnings, 0 checks, 379 lines checked
ad7ee2da33f3 drm/i915/hdcp: add hdcp sub-struct to struct intel_digital_port
More information about the Intel-xe
mailing list