[Intel-xe] ✗ CI.checkpatch: warning for drm/xe/execlist: Log when using execlist submission
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 19 19:07:28 UTC 2023
== Series Details ==
Series: drm/xe/execlist: Log when using execlist submission
URL : https://patchwork.freedesktop.org/series/121001/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3f804fbc13feedfbd6a3c9f1aa115753151ad2e2
Author: Francois Dugast <francois.dugast at intel.com>
Date: Wed Jul 19 18:57:07 2023 +0000
drm/xe/execlist: Log when using execlist submission
Make explicit in the log that execlist submission is used to prevent from
silently using it over GuC submission.
Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch f5459dca41d325590391d4512e937d8ffc2ce126 drm-intel
3f804fbc1 drm/xe/execlist: Log when using execlist submission
-:23: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants
#23: FILE: drivers/gpu/drm/xe/xe_execlist.c:324:
+ XE_BUG_ON(xe_device_guc_submission_enabled(xe));
total: 0 errors, 1 warnings, 0 checks, 13 lines checked
More information about the Intel-xe
mailing list