✗ Fi.CI.CHECKPATCH: warning for Cursor Fault Fix (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 8 11:15:53 UTC 2024
== Series Details ==
Series: Cursor Fault Fix (rev2)
URL : https://patchwork.freedesktop.org/series/133311/
State : warning
== Summary ==
Error: dim checkpatch failed
11df68700d82 drm: Add drm_vblank_work_flush_all().
-:33: WARNING:WAITQUEUE_ACTIVE: waitqueue_active without comment
#33: FILE: drivers/gpu/drm/drm_vblank_work.c:249:
+ !waitqueue_active(&vblank->work_wait_queue),
total: 0 errors, 1 warnings, 0 checks, 41 lines checked
7e6e0c809733 drm: Add helper to check if there are pending vblank work
3afa0c070922 drm/i915: Use vblank worker to unpin old legacy cursor fb safely
-:103: ERROR:SPACING: space required before the open parenthesis '('
#103: FILE: drivers/gpu/drm/i915/display/intel_display.c:6928:
+ if(drm_vblank_has_pending_work(&crtc->base)) {
total: 1 errors, 0 warnings, 0 checks, 71 lines checked
3bd6e3af552e drm/i915: Use the same vblank worker for atomic unpin
-:107: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#107: FILE: drivers/gpu/drm/i915/display/intel_crtc.c:641:
+ drm_crtc_accurate_vblank_count(&crtc->base) + 1,
-:110: WARNING:LONG_LINE_COMMENT: line length of 110 exceeds 100 columns
#110: FILE: drivers/gpu/drm/i915/display/intel_crtc.c:644:
+ /* Remove plane from atomic state, cleanup/free is done from vblank worker. */
total: 0 errors, 2 warnings, 0 checks, 98 lines checked
More information about the Intel-gfx
mailing list