[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Add child contexts to the GuC context lookup

Patchwork patchwork at emeril.freedesktop.org
Thu Aug 31 00:43:10 UTC 2023


== Series Details ==

Series: drm/xe: Add child contexts to the GuC context lookup
URL   : https://patchwork.freedesktop.org/series/123091/
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 632859db039a7839175ef7a26684b83634376005
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>
+ /mt/dim checkpatch 72da4b45f58f2a95d45743801a10e1f1e1dcce05 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory




More information about the Intel-xe mailing list