✓ CI.checkpatch: success for drm/xe: Don't restart parallel queues multiple times on GT reset (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 22 11:39:14 UTC 2024
== Series Details ==
Series: drm/xe: Don't restart parallel queues multiple times on GT reset (rev2)
URL : https://patchwork.freedesktop.org/series/140280/
State : success
== 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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 156543628618bd657df849e399515d3390b25e69
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Tue Oct 22 12:35:55 2024 +0200
drm/xe: Don't restart parallel queues multiple times on GT reset
In case of parallel submissions multiple GuC id will point to the
same exec queue and on GT reset such exec queues will get restarted
multiple times which is not desirable.
v2: don't use exec_queue_enabled() which could race,
do the same for xe_guc_submit_stop (Matt B)
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2295
Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Tejas Upadhyay <tejas.upadhyay at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch d5bac12430b0d4a980c0498b3c946772950e70ee drm-intel
156543628618 drm/xe: Don't restart parallel queues multiple times on GT reset
More information about the Intel-xe
mailing list