✗ CI.checkpatch: warning for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 1 16:27:37 UTC 2024
== Series Details ==
Series: Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev5)
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 4faf878e6ec4e55c2498a712b8e2473083e128c4
Author: Francois Dugast <francois.dugast at intel.com>
Date: Thu Aug 1 14:56:54 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 abbcf7af3bd79f8729a6dba72674a81730f97f8a drm-intel
58664cac388e 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'
-:60: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#60:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 195 lines checked
57a18c5a6bc5 drm/xe/guc_submit: Make suspend_wait interruptible
782fa71fb993 drm/xe/hw_engine_group: Register hw engine group's exec queues
0c203673c67c drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
ef913fa2bf10 drm/xe/exec_queue: Remove duplicated code
86c6f1c9a60c drm/xe/exec_queue: Prepare last fence for hw engine group resume context
11c436c8a4a9 drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
84f734d7e7c3 drm/xe/hw_engine_group: Ensure safe transition between execution modes
4fdd62edaf3a drm/xe/exec: Switch hw engine group execution mode upon job submission
5ac1eae931cd drm/xe/guc_submit: Allow calling guc_exec_queue_resume with pending resume
b169ef15f22b drm/xe/hw_engine_group: Resume exec queues suspended by dma fence jobs
2d24a8e96277 drm/xe/vm: Remove restriction that all VMs must be faulting if one is
4faf878e6ec4 drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
More information about the Intel-xe
mailing list