✓ CI.checkpatch: success for drm/xe: Initialize GuC ID mgr before registering guc_submit_fini
Patchwork
patchwork at emeril.freedesktop.org
Sat Apr 6 00:11:55 UTC 2024
== Series Details ==
Series: drm/xe: Initialize GuC ID mgr before registering guc_submit_fini
URL : https://patchwork.freedesktop.org/series/132107/
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 4619e421a2ae18d8346b62cb81a003481b17a217
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Apr 5 14:27:47 2024 -0700
drm/xe: Initialize GuC ID mgr before registering guc_submit_fini
It reasonable to assume that guc_submit_fini may rely on GuC ID mgr
being available. With that, register guc_submit_fini after initializing
the GuC ID mgr. This will ensure the GuC ID mgr is available in
guc_submit_fini due the reverse execution order of
drmm_add_action_or_reset.
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 11155f150a41d028c6ac7a141924fd4c8798721d drm-intel
4619e421a2ae drm/xe: Initialize GuC ID mgr before registering guc_submit_fini
More information about the Intel-xe
mailing list