[Intel-xe] ✗ CI.checkpatch: warning for series starting with [RESEND,1/5] drm/i915/uncore: add intel_uncore_regs() helper (rev2)

Patchwork patchwork at emeril.freedesktop.org
Mon Jul 3 11:29:05 UTC 2023


== Series Details ==

Series: series starting with [RESEND,1/5] drm/i915/uncore: add intel_uncore_regs() helper (rev2)
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 7ce00de57e2efff59ccd7ef5e54d271b79bbac01
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 53bd6056f6ec9a4f6c341d4f24122ede47a43de9 drm-intel
a55bda23d drm/i915/uncore: add intel_uncore_regs() helper
c27b8e6f1 fixup! drm/xe/display: Implement display support
b2f0d5bbe fixup! drm/xe/display: Implement display support
4e788b1c1 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
7ce00de57 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, 1120 lines checked




More information about the Intel-xe mailing list