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

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 19 00:08:16 UTC 2023


== Series Details ==

Series: Introduce VF specific interrupts handler (rev3)
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 b712de828c5d57e77201db017ccb48243b8c7e9d
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Mon Dec 18 17:53:44 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.
    
    Cc: Matt Roper <matthew.d.roper at intel.com>
    Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
    Link: https://lore.kernel.org/r/20231214185955.1791-11-michal.wajdeczko@intel.com
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 84e5d706cb0c11f2948a9f16d9e31ad5256b641c drm-intel
03cec8243 drm/xe: Add command MI_LOAD_REGISTER_MEM
c9476a496 drm/xe: Define registers used by memory based irq processing
0b03507e2 drm/xe: Update LRC context layout definitions
c2a084ed7 drm/xe: Update definition of GT_INTR_DW
1709111f6 drm/xe: Define IRQ offsets used by HW engines
cfadcbf42 drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WB
a109647f3 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'
-:105: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#105: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 556 lines checked
1d1965940 drm/xe/vf: Update LRC with memory based interrupts data
35f3f9020 drm/xe/vf: Setup memory based interrupts in GuC
b712de828 drm/xe/vf: Add VF specific interrupt handler




More information about the Intel-xe mailing list