✗ CI.checkpatch: warning for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 1 13:04:17 UTC 2024
== Series Details ==
Series: Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev4)
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 d3bc7b98a796156560e362eda06b989e80796447
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 e6b1e3660d0168d9860e7cef487aba2bc21611bd drm-intel
741c419f8431 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
768c6a21b753 drm/xe/guc_submit: Make suspend_wait interruptible
66a573ed871d drm/xe/hw_engine_group: Register hw engine group's exec queues
0fea2d41970c drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
f39e386e33aa drm/xe/exec_queue: Remove duplicated code
36abae0f8df4 drm/xe/exec_queue: Prepare last fence for hw engine group resume context
9764989a5624 drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
8d95c0f17719 drm/xe/hw_engine_group: Ensure safe transition between execution modes
fbfa557c0dbd drm/xe/exec: Switch hw engine group execution mode upon job submission
c1d909edcf01 drm/xe/guc_submit: Allow calling guc_exec_queue_resume with pending resume
a857bad47a01 drm/xe/hw_engine_group: Resume exec queues suspended by dma fence jobs
fe027954645d drm/xe/vm: Remove restriction that all VMs must be faulting if one is
d3bc7b98a796 drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
More information about the Intel-xe
mailing list