✗ CI.checkpatch: warning for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Tue Aug 6 19:36:49 UTC 2024
== Series Details ==
Series: Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev6)
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
66551fd1be58212fb46d0bc97f2e5ae43c69b733
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 380e8b1d05ae6a81c38451277bb2ca3f7187a616
Author: Francois Dugast <francois.dugast at intel.com>
Date: Tue Aug 6 21:27:11 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 566483e0e0e0c2079789850d593701170659e292 drm-intel
f1a27f3fbfbb 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'
-:62: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#62:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 198 lines checked
d66341764953 drm/xe/guc_submit: Make suspend_wait interruptible
ab3a0d7cfa5f drm/xe/hw_engine_group: Register hw engine group's exec queues
c80205e3ba8a drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
c52462cce150 drm/xe/exec_queue: Remove duplicated code
2cb383e20224 drm/xe/exec_queue: Prepare last fence for hw engine group resume context
9a8c4616ca35 drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
06f4f19b9db9 drm/xe/hw_engine_group: Ensure safe transition between execution modes
60056a9804bb drm/xe/exec: Switch hw engine group execution mode upon job submission
14b74b8f506c drm/xe/guc_submit: Allow calling guc_exec_queue_resume with pending resume
d1560819c7d4 drm/xe/hw_engine_group: Resume exec queues suspended by dma fence jobs
dbae38b9b7e3 drm/xe/vm: Remove restriction that all VMs must be faulting if one is
380e8b1d05ae drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
More information about the Intel-xe
mailing list