✗ CI.checkpatch: warning for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Jul 31 14:30:58 UTC 2024


== Series Details ==

Series: Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev3)
URL   : https://patchwork.freedesktop.org/series/136192/
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
7b537a014c4c1a32250e342541870b03977fa7a4
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bd16e2764a5587e294c7733d6eddda90b96a3164
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Wed Jul 31 16:21:47 2024 +0200

    drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
    
    Those counters were used to keep track of the numbers VMs in fault mode
    and in non-fault mode, to determine if the whole device was in fault mode
    or not. This is no longer needed so remove those variables and their
    usages.
    
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch 2a74e6714291a2c9cf26c08f729d5feb203e8338 drm-intel
1745fb9ecd33 drm/xe/hw_engine_group: Introduce xe_hw_engine_group
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'
-:52: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#52: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 194 lines checked
eaedd426f748 drm/xe/guc_submit: Make suspend_wait interruptible
5e0f489c48c5 drm/xe/hw_engine_group: Register hw engine group's exec queues
6ac8fcff6919 drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
26eada891e02 drm/xe/exec_queue: Remove duplicated code
e9add734ff98 drm/xe/exec_queue: Prepare last fence for hw engine group resume context
f2691fe9551a drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
caf0857fbb9a drm/xe/hw_engine_group: Ensure safe transition between execution modes
c919c06952ed drm/xe/exec: Switch hw engine group execution mode upon job submission
daee64c4f931 drm/xe/guc_submit: Allow calling guc_exec_queue_resume with pending resume
baf6aa17a0d8 drm/xe/hw_engine_group: Resume exec queues suspended by dma fence jobs
0e49895dfc1a drm/xe/vm: Remove restriction that all VMs must be faulting if one is
bd16e2764a55 drm/xe/device: Remove unused xe_device::usm::num_vm_in_*




More information about the Intel-xe mailing list