✗ CI.checkpatch: warning for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 7 16:30:27 UTC 2024
== Series Details ==
Series: Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev7)
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 ac74fdbeb560811eead3e9d3cba5137fff5d5316
Author: Francois Dugast <francois.dugast at intel.com>
Date: Wed Aug 7 18:23:42 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 4f5d551409fb5562ab0d732120e7ac9b698b5864 drm-intel
1d9c5d8a8785 drm/xe/hw_engine_group: Introduce xe_hw_engine_group
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 11, in <module>
import git
ModuleNotFoundError: No module named 'git'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 11, in <module>
import git
ModuleNotFoundError: No module named 'git'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 11, in <module>
import git
ModuleNotFoundError: No module named 'git'
-:64: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#64:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 200 lines checked
8068b9b24e26 drm/xe/guc_submit: Make suspend_wait interruptible
711121e0797b drm/xe/hw_engine_group: Register hw engine group's exec queues
9a953c2b9999 drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
ff2be2b4014a drm/xe/exec_queue: Remove duplicated code
06d6c744e6c6 drm/xe/exec_queue: Prepare last fence for hw engine group resume context
30ae43535416 drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
cd2daaf4c579 drm/xe/hw_engine_group: Ensure safe transition between execution modes
8c148bf657cc drm/xe/exec: Switch hw engine group execution mode upon job submission
58ef9fa8a3a3 drm/xe/guc_submit: Allow calling guc_exec_queue_resume with pending resume
5549d48f989c drm/xe/hw_engine_group: Resume exec queues suspended by dma fence jobs
e756a2be3a81 drm/xe/vm: Remove restriction that all VMs must be faulting if one is
ac74fdbeb560 drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
More information about the Intel-xe
mailing list