[Intel-xe] ✗ CI.checkpatch: warning for series starting with [RESEND,1/5] drm/i915/uncore: add intel_uncore_regs() helper
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 30 11:53:51 UTC 2023
== Series Details ==
Series: series starting with [RESEND,1/5] drm/i915/uncore: add intel_uncore_regs() helper
URL : https://patchwork.freedesktop.org/series/120065/
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 04c5000acd05f41a7eb934aeb3abb77fb44142ad
Author: Jani Nikula <jani.nikula at intel.com>
Date: Fri Jun 30 14:50:19 2023 +0300
fixup! drm/xe/display: Implement display support
Use display/intel_display_irq.[ch] from i915. Remove lots of duplicated
code from display/ext/i915_irq.[ch].
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 3b458784c9645681eea7611e571e1ee752bb2bc0 drm-intel
5148c0452 drm/i915/uncore: add intel_uncore_regs() helper
b53d65aed fixup! drm/xe/display: Implement display support
4f69f5e0a fixup! drm/xe/display: Implement display support
d29b49d2b fixup! drm/xe/display: Implement display support
-:38: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'base' may be better as '(base)' to avoid precedence issues
#38: FILE: drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h:162:
+#define raw_reg_read(base, reg) \
+ readl(base + i915_mmio_reg_offset(reg))
-:40: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'base' may be better as '(base)' to avoid precedence issues
#40: FILE: drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h:164:
+#define raw_reg_write(base, reg, value) \
+ writel(value, base + i915_mmio_reg_offset(reg))
total: 0 errors, 0 warnings, 2 checks, 57 lines checked
04c5000ac fixup! drm/xe/display: Implement display support
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:25: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#25:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 1119 lines checked
More information about the Intel-xe
mailing list