✓ CI.checkpatch: success for drm/xe/guc: Fix for dead CT dump not re-arming
Patchwork
patchwork at emeril.freedesktop.org
Tue Dec 3 01:07:47 UTC 2024
== Series Details ==
Series: drm/xe/guc: Fix for dead CT dump not re-arming
URL : https://patchwork.freedesktop.org/series/142012/
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 445c6fc24f4792347d340a8d382046463bd95046
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Mon Dec 2 16:59:49 2024 -0800
drm/xe/guc: Fix for dead CT dump not re-arming
The state dump on a dead CT incident deliberately disarms itself after
running. This is to prevent a long stream of errors causing continuous
dumps. It was supposed to re-arm itself after a reset, however that
was not happening. The re-arm flag was being set but the worker was
not being run to process that flag. So fix that.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 4de82d50b8de6a278c1483a7f76ae830c89d1824 drm-intel
445c6fc24f47 drm/xe/guc: Fix for dead CT dump not re-arming
More information about the Intel-xe
mailing list