✗ CI.checkpatch: warning for drm/xe/pciids: more ADL-N, cleanups
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 4 09:55:14 UTC 2024
== Series Details ==
Series: drm/xe/pciids: more ADL-N, cleanups
URL : https://patchwork.freedesktop.org/series/138192/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 955d7863e19a23ccb9aed530b8cd80c6414cdbb5
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Sep 4 12:46:49 2024 +0300
drm/xe/pciids: separate ARL and MTL PCI IDs
Avoid including PCI IDs for one platform to the PCI IDs of another. It's
more clear to deal with them completely separately at the PCI ID macro
level.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch ca1cd64b4b6f3adcb0d86701486f90a960331c35 drm-intel
bff4547b39be drm/xe/pciids: add some missing ADL-N PCI IDs
606f2f08aa0d drm/xe/pciids: separate RPL-U and RPL-P PCI IDs
955d7863e19a drm/xe/pciids: separate ARL and MTL PCI IDs
-:34: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#34: FILE: include/drm/intel/xe_pciids.h:180:
+#define XE_ARL_IDS(MACRO__, ...) \
+ MACRO__(0x7D41, ## __VA_ARGS__), \
+ MACRO__(0x7D51, ## __VA_ARGS__), \
+ MACRO__(0x7D67, ## __VA_ARGS__), \
+ MACRO__(0x7DD1, ## __VA_ARGS__)
-:34: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'MACRO__' - possible side-effects?
#34: FILE: include/drm/intel/xe_pciids.h:180:
+#define XE_ARL_IDS(MACRO__, ...) \
+ MACRO__(0x7D41, ## __VA_ARGS__), \
+ MACRO__(0x7D51, ## __VA_ARGS__), \
+ MACRO__(0x7D67, ## __VA_ARGS__), \
+ MACRO__(0x7DD1, ## __VA_ARGS__)
total: 1 errors, 0 warnings, 1 checks, 31 lines checked
More information about the Intel-xe
mailing list