✓ CI.checkpatch: success for series starting with [1/2] drm/xe/guc: Use drm_device-managed version of mutex_init()

Patchwork patchwork at emeril.freedesktop.org
Sat Apr 6 14:46:28 UTC 2024


== Series Details ==

Series: series starting with [1/2] drm/xe/guc: Use drm_device-managed version of mutex_init()
URL   : https://patchwork.freedesktop.org/series/132118/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5f0187f6aabfe30610db27d371c3c6ba0d83a229
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Sat Apr 6 16:39:46 2024 +0200

    drm/xe/guc: Initialize GuC ID manager sooner
    
    The GuC submission cleanup code may depend on the GuC ID manager,
    thus we can't initialize it after registering a submission cleanup
    action, as reverse cleanup sequence will destroy GuC ID manager
    prior to a call to guc_submit_fini().
    
    Move GuC ID manager initialization up, right after managed mutex
    initialization, to have it available during guc_submit_fini().
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 1bace689230323abe9cd3dfc6dd011fa5f9e6a05 drm-intel
9689654d78df drm/xe/guc: Use drm_device-managed version of mutex_init()
5f0187f6aabf drm/xe/guc: Initialize GuC ID manager sooner




More information about the Intel-xe mailing list