[Intel-xe] ✗ CI.checkpatch: warning for series starting with [1/2] drm/i915/irq: split out display irq handling

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 21 13:58:55 UTC 2023


== Series Details ==

Series: series starting with [1/2] drm/i915/irq: split out display irq handling
URL   : https://patchwork.freedesktop.org/series/119683/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 655996fd035e1baa68b6636a26eecc7fea083046
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Wed Jun 21 16:55:41 2023 +0300

    drm/i915: fix intel_display_irq.c include order
    
    I meant to sort the includes before submitting commit 2b874a027810
    ("drm/i915/irq: split out display irq handling") but forgot, and it
    wasn't noticed in review either. Sort the includes.
    
    Cc: Gustavo Sousa <gustavo.sousa at intel.com>
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
    Reviewed-by: Gustavo Sousa <gustavo.sousa at intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20230516122926.2720581-1-jani.nikula@intel.com
    (cherry picked from commit d705a8c73acbe523cb602228d411a73f288bf34c)
+ /mt/dim checkpatch f0727faae3ac98601f3f4299a967f26542b3e482 drm-intel
e901db458 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'
-:72: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#72: 
new file mode 100644

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

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

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

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

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

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

-:1829: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#1829: 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
655996fd0 drm/i915: fix intel_display_irq.c include order
-:6: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '2b874a027810', maybe rebased or not pulled?
#6: 
I meant to sort the includes before submitting commit 2b874a027810

total: 0 errors, 1 warnings, 0 checks, 31 lines checked




More information about the Intel-xe mailing list