✗ CI.checkpatch: warning for Enable joiner cursor fast updates (rev6)
Patchwork <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178728823870.72618.6479047412982238478@61270ab9df2a> |
== Series Details == Series: Enable joiner cursor fast updates (rev6) 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 ff5a70821ed9351c12694997884aefbadb200794 Author: Nemesa Garg <[email protected]> Date: Fri Aug 21 10:17:55 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 75140c4ee9ad250b2524ff5bfffd7f9fe4bb6012 drm-intel 9c74516f00ca drm/i915/cursor: Check joiner cursor commit status 80c661f686c6 drm/i915/cursor: Add helper to update cursor plane 5c6f6a6b52ff 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[]. -:188: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #188: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:1004: + intel_frontbuffer_track(to_intel_frontbuffer(joined_pipe_state[i].old_plane_state->hw.fb), -:189: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #189: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:1005: + to_intel_frontbuffer(joined_pipe_state[i].new_plane_state->hw.fb), -:193: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #193: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:1009: + joined_pipe_state[i].plane->base.state = &joined_pipe_state[i].new_plane_state->uapi; -:249: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #249: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:1087: + &joined_pipe_state[i].old_plane_state->uapi); total: 0 errors, 5 warnings, 0 checks, 211 lines checked 048c864caeba 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:1066: + 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 48bff78dfc35 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 ff5a70821ed9 drm/i915/cursor: Allow joiner cursor fast path update