✗ CI.checkpatch: warning for drm/xe: Use ordered WQ for G2H handler
Patchwork
patchwork at emeril.freedesktop.org
Mon May 6 03:52:39 UTC 2024
== Series Details ==
Series: drm/xe: Use ordered WQ for G2H handler
URL : https://patchwork.freedesktop.org/series/133210/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 281c3f3270b5f5590a5e07f3dd684c39e7231312
Author: Matthew Brost <matthew.brost at intel.com>
Date: Sun May 5 20:47:58 2024 -0700
drm/xe: Use ordered WQ for G2H handler
System work queues are shared, use a dedicated work queue for G2H
processing to avoid G2H processing getting block behind system tasks.
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: <stable at vger.kernel.org>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch ca96a1c62451ea534391d1eafe3a0b5691658c02 drm-intel
281c3f3270b5 drm/xe: Use ordered WQ for G2H handler
-:30: ERROR:SPACING: space required before the open parenthesis '('
#30: FILE: drivers/gpu/drm/xe/xe_guc_ct.c:151:
+ if(!ct->g2h_wq)
total: 1 errors, 0 warnings, 0 checks, 33 lines checked
More information about the Intel-xe
mailing list