[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/3] drm/i915/irq: convert gen8_de_irq_handler() to void

Patchwork patchwork at emeril.freedesktop.org
Mon May 15 22:00:55 UTC 2023


== Series Details ==

Series: series starting with [v3,1/3] drm/i915/irq: convert gen8_de_irq_handler() to void
URL   : https://patchwork.freedesktop.org/series/117761/
State : warning

== Summary ==

Error: dim checkpatch failed
4d8a616e8a27 drm/i915/irq: convert gen8_de_irq_handler() to void
35adf4356540 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'
-:66: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#66: 
new file mode 100644

-:507: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#507: 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
0c89afada502 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'
-:70: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#70: 
new file mode 100644

-:199: WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#199: 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]);

-:446: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#446: FILE: drivers/gpu/drm/i915/display/intel_display_irq.c:372:
+				     intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_5_IVB(pipe)));

-:1260: WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#1260: FILE: drivers/gpu/drm/i915/display/intel_display_irq.c:1186:
+		intel_uncore_write(&dev_priv->uncore, SCPD0, _MASKED_BIT_ENABLE(CSTATE_RENDER_CLOCK_GATE_DISABLE));

-:1368: WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#1368: FILE: drivers/gpu/drm/i915/display/intel_display_irq.c:1294:
+		intel_uncore_write(&dev_priv->uncore, SCPD0, _MASKED_BIT_DISABLE(CSTATE_RENDER_CLOCK_GATE_DISABLE));

-:1824: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#1824: FILE: drivers/gpu/drm/i915/display/intel_display_irq.h:76:
+void i915_pipestat_irq_handler(struct drm_i915_private *i915, u32 iir, u32 pipe_stats[I915_MAX_PIPES]);

-:1825: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#1825: FILE: drivers/gpu/drm/i915/display/intel_display_irq.h:77:
+void i965_pipestat_irq_handler(struct drm_i915_private *i915, u32 iir, u32 pipe_stats[I915_MAX_PIPES]);

-:1827: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#1827: FILE: drivers/gpu/drm/i915/display/intel_display_irq.h:79:
+void i8xx_pipestat_irq_handler(struct drm_i915_private *i915, u16 iir, u32 pipe_stats[I915_MAX_PIPES]);

total: 0 errors, 8 warnings, 0 checks, 3675 lines checked




More information about the Intel-gfx mailing list