✗ CI.checkpatch: warning for drm/xe: Add POST_SYNC prefix to post sync instructions
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 24 15:37:49 UTC 2025
== Series Details ==
Series: drm/xe: Add POST_SYNC prefix to post sync instructions
URL : https://patchwork.freedesktop.org/series/148194/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 276d66ae13532465042c024bb41e6376e7e8fb81
Author: Ravi Kumar Vodapalli <ravi.kumar.vodapalli at intel.com>
Date: Thu Apr 24 14:59:41 2025 +0530
drm/xe: Add POST_SYNC prefix to post sync instructions
In existing code for PIPE CONTROL post sync operation instructions
POST_SYNC prefix is not present in the name, add it so that it will
represent it is a post sync operation type.
Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli at intel.com>
+ /mt/dim checkpatch 6176f71822602f52bc4327965090275c5570ed0d drm-intel
276d66ae1353 drm/xe: Add POST_SYNC prefix to post sync instructions
-:21: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#21: FILE: drivers/gpu/drm/xe/instructions/xe_gpu_commands.h:57:
+#define PIPE_CONTROL_POST_SYNC_QW_WRITE (1<<14)
^
total: 0 errors, 0 warnings, 1 checks, 24 lines checked
More information about the Intel-xe
mailing list