✗ CI.checkpatch: warning for drm/i915/display: Limit invalid joiner combinations harder
Patchwork <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178610762289.29313.1682360884772917136@61270ab9df2a> |
== Series Details == Series: drm/i915/display: Limit invalid joiner combinations harder URL : https://patchwork.freedesktop.org/series/171796/ 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 061140b9bc586ae7f40abc1249c97e1cc72d1b9d + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit b340b587f0df8032240b70f56be49f14fa79f390 Author: Jani Nikula <[email protected]> Date: Fri Aug 7 15:34:07 2026 +0300 drm/i915/debugfs: Reject invalid force_joined_pipes harder Reject invalid joiner forcing more thoroughly, taking into account whether bigjoiner or uncompressed joiner is available, and whether the requested number of pipes can actually be joined. Cc: Ankit Nautiyal <[email protected]> Signed-off-by: Jani Nikula <[email protected]> + /mt/dim checkpatch 01d30c194951b8794c33f0d7f559bc4a1c9b7630 drm-intel e8d23c0f1e12 drm/i915/display: Limit max joined dotclock on joiner pipes available c1aef1efea71 drm/i915/dp: Limit for_each_joiner_candidate() on joiner pipes available c81b9de9811d drm/i915/dp: Limit compute config joining to pipes that can actually join -:33: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #33: FILE: drivers/gpu/drm/i915/display/intel_dp.c:2929: + if (!(intel_joiner_valid_primary_pipe_mask(display, num_joined_pipes) & BIT(crtc->pipe))) -:48: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #48: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:774: + if (!(intel_joiner_valid_primary_pipe_mask(display, num_joined_pipes) & BIT(crtc->pipe))) total: 0 errors, 2 warnings, 0 checks, 27 lines checked b340b587f0df drm/i915/debugfs: Reject invalid force_joined_pipes harder