✓ CI.checkpatch: success for drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 5 04:16:33 UTC 2024
== Series Details ==
Series: drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
URL : https://patchwork.freedesktop.org/series/134466/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 24d74a7bb94923ec1344d0fbf717edfbc8a6d4aa
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Jun 4 11:47:00 2024 -0700
drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
Clean up laying violation of setting q->flags EXEC_QUEUE_FLAG_BANNED bit
in GuC backend. Move banned to GuC owned bit and report banned status to
upper layers via reset_status vfunc. This is a slight change in behavior
as reset_status returns true if wedged or killed bits set too, but in
all of these cases submission to queue is no longer allowed.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 596cf447db94909c4788fd612876520531e439b0 drm-intel
24d74a7bb949 drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
More information about the Intel-xe
mailing list