[Intel-xe] ✗ CI.checkpatch: warning for A rebind fixes
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 9 18:28:56 UTC 2023
== Series Details ==
Series: A rebind fixes
URL : https://patchwork.freedesktop.org/series/119159/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7e8642bb832f127fa589773c3df17c35c6cf5909
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Jun 9 11:26:27 2023 -0700
drm/xe: Use Xe ordered workqueue for rebind worker
A mix of the system unbound wq and Xe ordered wq was used for the
rebind, only use the Xe ordered wq. This will ensure only 1 rebind is
occuring at a time providing a somewhat clunky work around for short
comings in TTM wrt to memory contention. Once the TTM memory contention
is resolved we should be able to use a dedicated non-ordered workqueue.
Also add helper to queue rebind worker to avoid using wrong workqueue
going forward.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch e24e730ad5d4c3af599fa4e1e05527120adca322 drm-intel
0ea023594 drm/xe: Handle unmapped userptr in analyze VM
aa3d746e3 drm/xe: Ban a VM if rebind worker hits an error
7e8642bb8 drm/xe: Use Xe ordered workqueue for rebind worker
-:8: WARNING:TYPO_SPELLING: 'occuring' may be misspelled - perhaps 'occurring'?
#8:
occuring at a time providing a somewhat clunky work around for short
^^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 29 lines checked
More information about the Intel-xe
mailing list