✓ CI.checkpatch: success for Don't short circuit TDR on jobs not started
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 22 23:32:49 UTC 2024
== Series Details ==
Series: Don't short circuit TDR on jobs not started
URL : https://patchwork.freedesktop.org/series/140339/
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 d3956d47883606025039df7fc30e50866eee470c
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Oct 22 16:27:56 2024 -0700
drm/xe: Don't short circuit TDR on jobs not started
Short circuiting TDR on jobs not started is an optimization which is not
required. On LNL we are facing an issue where jobs do not get scheduled
by the GuC for an unknown reason. Removing this optimization allows jobs
to get scheduled after TDR fire once which is a big improvement. Remove
this optimization for now while root causing job scheduling issue on
LNL.
Cc: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 8a7ac0227c7c3fe2fcb01a933df5b9c49c7f2832 drm-intel
d3956d478836 drm/xe: Don't short circuit TDR on jobs not started
More information about the Intel-xe
mailing list