[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Call __guc_exec_queue_fini_async direct for KERNEL exec_queues

Patchwork patchwork at emeril.freedesktop.org
Fri Aug 11 14:13:18 UTC 2023


== Series Details ==

Series: drm/xe: Call __guc_exec_queue_fini_async direct for KERNEL exec_queues
URL   : https://patchwork.freedesktop.org/series/122348/
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 3b235e3bbe0d1ee87691941f925c75729f6fcb8d
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Fri Aug 11 06:56:16 2023 -0700

    drm/xe: Call __guc_exec_queue_fini_async direct for KERNEL exec_queues
    
    Usually we call __guc_exec_queue_fini_async via a worker as the
    exec_queue fini can be done from within the GPU scheduler which creates
    a circular dependency without a worker. Kernel exec_queues are fini'd at
    driver unload (not from within the GPU scheduler) so it is safe to
    directly call __guc_exec_queue_fini_async.
    
    Reported-by: Oded Gabbay <ogabbay at kernel.org>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch fc4e9b6f03c7991bd711cf31f3363fabc064b8c1 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory




More information about the Intel-xe mailing list