== Series Details == Series: drm/i915: extract vblank/scanline code to a separate file URL : https://patchwork.freedesktop.org/series/111854/ State : warning == Summary == Error: dim checkpatch failed 1ab2fa26774a drm/i915/irq: split out vblank/scanline code to intel_vblank.[ch] Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> import git ModuleNotFoundError: No module named 'git' Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> import git ModuleNotFoundError: No module named 'git' -:53: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #53: new file mode 100644 -:95: WARNING:LONG_LINE_COMMENT: line length of 104 exceeds 100 columns #95: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:38: + * -vbs-----> <---vbs+1---> <---vbs+2---> <-----0-----> <-----1-----> <-----2--- (scanline counter gen2) -:96: WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns #96: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:39: + * -vbs-2---> <---vbs-1---> <---vbs-----> <---vbs+1---> <---vbs+2---> <-----0--- (scanline counter gen3+) -:97: WARNING:LONG_LINE_COMMENT: line length of 109 exceeds 100 columns #97: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:40: + * -vbs-2---> <---vbs-2---> <---vbs-1---> <---vbs-----> <---vbs+1---> <---vbs+2- (scanline counter hsw+ hdmi) -:396: WARNING:LONG_LINE: line length of 116 exceeds 100 columns #396: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:339: + position = (intel_de_read_fw(dev_priv, PIPEFRAMEPIXEL(pipe)) & PIPE_PIXEL_MASK) >> PIPE_PIXEL_SHIFT; -:460: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #460: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:403: + return drm_crtc_vblank_helper_get_vblank_timestamp_internal( total: 0 errors, 5 warnings, 1 checks, 893 lines checked f01494675c93 drm/i915/display: move more scanline functions to intel_vblank.[ch] -:86: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst #86: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:428: + msleep(5); total: 0 errors, 1 warnings, 0 checks, 93 lines checked 95e14852bdca drm/i915/display: use common function for checking scanline is moving 52a99694085f drm/i915/hdmi: abstract scanline range wait into intel_vblank.[ch] 77b221471a62 drm/i915/vblank: use intel_de_read() 861132b4e91f drm/i915/vblank: add and use intel_de_read64_2x32() to read vblank counter ad911901f7a8 drm/i915/reg: split out vblank/scanline regs Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> import git ModuleNotFoundError: No module named 'git' -:40: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #40: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 137 lines checked