[Intel-xe] ✗ CI.checkpatch: warning for xe & i915 display integration, display irqs
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 27 11:17:27 UTC 2023
== Series Details ==
Series: xe & i915 display integration, display irqs
URL : https://patchwork.freedesktop.org/series/119909/
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 d7170dc8bd99be6e8ac5643becb1127beff68790
Author: Jani Nikula <jani.nikula at intel.com>
Date: Tue Jun 27 13:22:23 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].
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch f135580b567158b23349db5544259730dfb91e78 drm-intel
c3a936378 drm/i915/uncore: add intel_uncore_regs() helper
5692fd8e8 fixup! drm/xe/display: Implement display support
2e33df2a0 fixup! drm/xe/display: Implement display support
67061fddb fixup! drm/xe/display: Implement display support
-:37: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'base' may be better as '(base)' to avoid precedence issues
#37: 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))
-:39: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'base' may be better as '(base)' to avoid precedence issues
#39: 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
d7170dc8b 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'
-:24: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#24:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 1119 lines checked
More information about the Intel-xe
mailing list