✗ CI.checkpatch: warning for drm/xe/guc_submit: improve schedule disable error logging
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 27 13:42:06 UTC 2024
== Series Details ==
Series: drm/xe/guc_submit: improve schedule disable error logging
URL : https://patchwork.freedesktop.org/series/139211/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fe7ba626324ce3b55c1bb9c08ff31965330b6681
Author: Matthew Auld <matthew.auld at intel.com>
Date: Fri Sep 27 14:35:36 2024 +0100
drm/xe/guc_submit: improve schedule disable error logging
A few things here. Make the two prints consistent (and distinct), print
the guc_id, and finally dump the CT queues. It should be possible to
spot the guc_id in the CT queue dump, and for example see that host side
has yet to process the response for the schedule disable, or see that
GuC is yet to send it, to help narrow things down if we trigger the
timeout.
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1638
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 4d4fdd11d1cc941f2f7c1653fc07519851d9052b drm-intel
fe7ba626324c drm/xe/guc_submit: improve schedule disable error logging
-:13: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' or 'Closes:' instead
#13:
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1638
total: 0 errors, 1 warnings, 0 checks, 29 lines checked
More information about the Intel-xe
mailing list