== Series Details == Series: drm/i915: hotplug and display irq refactoring URL : https://patchwork.freedesktop.org/series/117344/ State : warning == Summary == Error: dim checkpatch failed e6ea91131db7 drm/i915/irq: relocate gmbus and dp aux irq handlers fedea70421f6 drm/i915/irq: split out hotplug irq handling 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' -:64: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #64: new file mode 100644 -:505: WARNING:LONG_LINE: line length of 104 exceeds 100 columns #505: FILE: drivers/gpu/drm/i915/display/intel_hotplug_irq.c:437: + u32 tmp = intel_uncore_read(&dev_priv->uncore, PORT_HOTPLUG_STAT) & hotplug_status_mask; total: 0 errors, 2 warnings, 0 checks, 3133 lines checked f36ab7683e34 drm/i915/irq: split out display irq handling 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' -:62: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #62: new file mode 100644 -:191: WARNING:LONG_LINE: line length of 107 exceeds 100 columns #191: FILE: drivers/gpu/drm/i915/display/intel_display_irq.c:125: + intel_uncore_write(&dev_priv->uncore, GEN8_DE_PIPE_IMR(pipe), dev_priv->de_irq_mask[pipe]); -:438: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #438: FILE: drivers/gpu/drm/i915/display/intel_display_irq.c:372: + intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_5_IVB(pipe))); -:1261: WARNING:LONG_LINE: line length of 115 exceeds 100 columns #1261: FILE: drivers/gpu/drm/i915/display/intel_display_irq.c:1195: + intel_uncore_write(&dev_priv->uncore, SCPD0, _MASKED_BIT_ENABLE(CSTATE_RENDER_CLOCK_GATE_DISABLE)); -:1369: WARNING:LONG_LINE: line length of 116 exceeds 100 columns #1369: FILE: drivers/gpu/drm/i915/display/intel_display_irq.c:1303: + intel_uncore_write(&dev_priv->uncore, SCPD0, _MASKED_BIT_DISABLE(CSTATE_RENDER_CLOCK_GATE_DISABLE)); total: 0 errors, 5 warnings, 0 checks, 3692 lines checked