✓ CI.checkpatch: success for series starting with [v7,1/3] drm/xe/xe_guc_submit: Fix exec queue stop race condition
Patchwork
patchwork at emeril.freedesktop.org
Fri May 10 20:05:58 UTC 2024
== Series Details ==
Series: series starting with [v7,1/3] drm/xe/xe_guc_submit: Fix exec queue stop race condition
URL : https://patchwork.freedesktop.org/series/133468/
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
57b97a66dd129aea93991dc66cd10477f7a05cf8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1bb0e1ff92e061d30dd72f3d9aaeb4f168c909fc
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date: Fri May 10 12:45:40 2024 -0700
drm/xe/xe_guc_submit: Declare reset if banned or killed or wedged
Add an additional condition to the reset_status guc_exec_queue_op that
returns true if the exec queue has been banned or killed or wedged. The
reset_status op is only used for exiting any xe_wait_user_fence_ioctl
that waits on an exec queue without timing out, so doing this will exit
the ioctl early in cases where the exec queue can no longer function,
such as after a GuC stop during a reset.
Suggested-by: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
Reviewed-by: Stuart Summers <stuart.summers at intel.com>
+ /mt/dim checkpatch afd593c3e9f9218ececa93e30c33182346295ac9 drm-intel
db52c8e7f593 drm/xe/xe_guc_submit: Fix exec queue stop race condition
f6e2b5bf404f drm/xe/xe_guc_submit: Allow lr exec queues to be banned
1bb0e1ff92e0 drm/xe/xe_guc_submit: Declare reset if banned or killed or wedged
More information about the Intel-xe
mailing list