[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Add child contexts to the GuC context lookup (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 7 13:24:06 UTC 2023
== Series Details ==
Series: drm/xe: Add child contexts to the GuC context lookup (rev3)
URL : https://patchwork.freedesktop.org/series/123091/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a9e3d7cd92127f26733ba96a573bfb574a97e84b
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Wed Aug 30 17:29:31 2023 -0700
drm/xe: Add child contexts to the GuC context lookup
The CAT_ERROR message from the GuC provides the guc id of the context
that caused the problem, which can be a child context. We therefore
need to be able to match that id to the exec_queue that owns it, which
we do by adding child context to the context lookup.
While at it, fix the error path of the guc id allocation code to
correctly free the ids allocated for parallel queues.
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/590
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch bae46e59a7f667734376ddb0d2451967dfb264f1 drm-intel
a9e3d7cd9 drm/xe: Add child contexts to the GuC context lookup
More information about the Intel-xe
mailing list