✗ CI.checkpatch: warning for Introduce VF specific interrupts handler

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 12 23:30:09 UTC 2023


== Series Details ==

Series: Introduce VF specific interrupts handler
URL   : https://patchwork.freedesktop.org/series/127715/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 35ea891fceaa5aa71dfd88e4940d8a07d61678cb
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue Dec 12 22:00:54 2023 +0100

    drm/xe/vf: Add VF specific interrupt handler
    
    There are small differences in handling of the register based
    interrupts on the VF driver as some registers are not accessible
    to the VF driver. Additionally VFs must support Memory Based
    Interrupts. Add VF specific interrupt handler for this.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch b7e6b29e607e7c75765d77d4ae315dec580d1ccc drm-intel
c53f60839 drm/xe: Add device flag for memory based IRQ support
dabe80098 drm/xe: Add command MI_LOAD_REGISTER_MEM
86735cf80 drm/xe: Define registers used by memory based irq processing
a53903f9d drm/xe: Update LRC context layout definitions
d1eb35a80 drm/xe: Update definition of GT_INTR_DW
98037e66b drm/xe: Define IRQ offsets used by HW engines
622601a24 drm/xe/vf: Introduce Memory Based Interrupts Handler
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'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:86: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#86: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 544 lines checked
680533847 drm/xe/vf: Update LRC with memory based interrupts data
3defc8cd8 drm/xe/vf: Setup memory based interrupts in GuC
35ea891fc drm/xe/vf: Add VF specific interrupt handler




More information about the Intel-xe mailing list