== Series Details == Series: drm/i915: Plane cleanups and extra registers URL : https://patchwork.freedesktop.org/series/115127/ State : warning == Summary == Error: dim checkpatch failed 802cf3411ec1 drm/i915: Stop using pipe_offsets[] for PIPE_MISC* 76f7c6ff785e drm/i915: s/PIPEMISC/PIPE_MISC/ 4ab5b9c730d4 drm/i915: Define more pipe timestamp registers -:35: WARNING:LONG_LINE: line length of 119 exceeds 100 columns #35: FILE: drivers/gpu/drm/i915/i915_reg.h:3530: +#define PIPE_MISC2_FLIP_INFO_PLANE_SEL(plane_id) REG_FIELD_PREP(PIPE_MISC2_FLIP_INFO_PLANE_SEL_MASK, (plane_id)) total: 0 errors, 1 warnings, 0 checks, 32 lines checked cb266ee1072d drm/i915: Program VLV/CHV PIPE_MSA_MISC register 1feeb0e1ba95 drm/i915: Define skl+ universal plane SURFLIVE registers -:37: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #37: FILE: drivers/gpu/drm/i915/i915_reg.h:4785: +#define PLANE_SURFLIVE(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_SURFLIVE_1(pipe), _PLANE_SURFLIVE_2(pipe)) total: 0 errors, 0 warnings, 1 checks, 21 lines checked 717e5e4e9f97 drm/i915: Define vlv/chv sprite plane SURFLIVE registers -:39: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #39: FILE: drivers/gpu/drm/i915/i915_reg.h:4442: +#define SPSURFLIVE(pipe, plane_id) _MMIO_VLV_SPR((pipe), (plane_id), _SPASURFLIVE, _SPBSURFLIVE) total: 0 errors, 1 warnings, 0 checks, 21 lines checked b130477a1347 drm/i915: Clean up skl+ plane alpha bits fe9486538cff drm/i915: Relocate intel_plane_check_src_coordinates() -:79: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #79: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:984: + hsub = vsub = max(hsub, vsub); total: 0 errors, 0 warnings, 1 checks, 177 lines checked 820d0149b732 drm/i915: Extract intel_sprite_uapi.c Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:187: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #187: new file mode 100644 -:251: WARNING:LONG_LINE: line length of 148 exceeds 100 columns #251: FILE: drivers/gpu/drm/i915/display/intel_sprite_uapi.c:60: + if ((set->flags & (I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE)) == (I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE)) total: 0 errors, 2 warnings, 0 checks, 300 lines checked