✗ CI.checkpatch: warning for Enable joiner cursor fast updates (rev5)
Patchwork <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178704321429.60987.16019370486275002368@61270ab9df2a> |
== Series Details == Series: Enable joiner cursor fast updates (rev5) URL : https://patchwork.freedesktop.org/series/165272/ 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 126d13a8caa9028d73e47527654f65590bb9d128 Author: Nemesa Garg <[email protected]> Date: Tue Aug 18 14:12:36 2026 +0530 drm/i915/cursor: Allow joiner cursor fast path update The legacy cursor path forced all joiner updates to the slow path by checking joiner_pipes. Drop the condition so that joiner cursor updates can use the fast path. v4: Trimmed to only the joiner_pipes gate drop. [Chaitanya] Assisted-by: Claude:claude-sonnet-4.6 Signed-off-by: Nemesa Garg <[email protected]> + /mt/dim checkpatch 275df33dcf4c5d018717867a0b29ed1d3b62c1ef drm-intel 16d67db3d2b8 drm/i915/cursor: Check joiner cursor commit status 6788c5f7daa1 drm/i915/cursor: Add helper to update cursor plane 75f1e17e2f4d drm/i915/cursor: Handle secondary cursor state -:21: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #21: v4: Fold parallel arrays into struct intel_cursor_joiner_state joined_pipe_state[]. -:147: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #147: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:993: + intel_frontbuffer_track(to_intel_frontbuffer(joined_pipe_state[i].old_plane_state->hw.fb), -:148: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #148: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:994: + to_intel_frontbuffer(joined_pipe_state[i].new_plane_state->hw.fb), -:152: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #152: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:998: + joined_pipe_state[i].plane->base.state = &joined_pipe_state[i].new_plane_state->uapi; -:208: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #208: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:1076: + &joined_pipe_state[i].old_plane_state->uapi); total: 0 errors, 5 warnings, 0 checks, 172 lines checked 5c583d10b7af drm/i915/cursor: Program secondary cursor planes -:72: WARNING:LONG_LINE: line length of 115 exceeds 100 columns #72: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:1055: + intel_plane_disable_arm(NULL, joined_pipe_state[i].plane, joined_pipe_state[i].crtc_state); total: 0 errors, 1 warnings, 0 checks, 55 lines checked b3d093b2a2a6 drm/i915/cursor: Schedule cursor unpin per joined pipe -:7: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #7: joined_pipe_state[] array so each pipe's old cursor framebuffer is scheduled for total: 0 errors, 1 warnings, 0 checks, 44 lines checked 126d13a8caa9 drm/i915/cursor: Allow joiner cursor fast path update