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

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 14 21:37:43 UTC 2023


== Series Details ==

Series: Introduce VF specific interrupts handler (rev2)
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 f0567ba9eb74e6d4322f0b457e0e97d9fa042e04
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Thu Dec 14 19:59:55 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>
    Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch e9f8fa579c5f7a0b1a08ffeeaa03fe7ef4981b3c drm-intel
74903e165 drm/xe: Add command MI_LOAD_REGISTER_MEM
3b2e83377 drm/xe: Define registers used by memory based irq processing
dd113d01a drm/xe: Update LRC context layout definitions
da2d65bd9 drm/xe: Update definition of GT_INTR_DW
9aa995839 drm/xe: Define IRQ offsets used by HW engines
228a2c944 drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WB
45a3d17aa 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'
-:103: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#103: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 556 lines checked
dcefffb31 drm/xe/vf: Update LRC with memory based interrupts data
6d73dad72 drm/xe/vf: Setup memory based interrupts in GuC
f0567ba9e drm/xe/vf: Add VF specific interrupt handler




More information about the Intel-xe mailing list