[Intel-xe] ✗ CI.checkpatch: warning for drm/xe/guc_submit: fixup deregister in job timeout
Patchwork
patchwork at emeril.freedesktop.org
Tue Aug 8 11:15:31 UTC 2023
== Series Details ==
Series: drm/xe/guc_submit: fixup deregister in job timeout
URL : https://patchwork.freedesktop.org/series/122147/
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
e700ea2f248a75138759bcb443affeef4a2d1991
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 628bd477baa53b667c14737e5addc7f834c0fb31
Author: Matthew Auld <matthew.auld at intel.com>
Date: Tue Aug 8 10:19:04 2023 +0100
drm/xe/guc_submit: fixup deregister in job timeout
Rather check if the engine is still registered before proceeding with
deregister steps. Also the engine being marked as disabled doesn't mean
the engine has been disabled or deregistered from GuC pov, and here we
are signalling fences so we need to be sure GuC is not still using this
context.
v2:
- Drop the read_stopped() for this path. Since we are signalling
fences on error here, best play it safe and wait for the GT reset to
mark the engine as disabled, rather than it just being queued.
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 958ba208e7f87b2055481d49aa77c3842357f412 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory
More information about the Intel-xe
mailing list