[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: GSC FW support for MTL (rev4)

Patchwork patchwork at emeril.freedesktop.org
Mon Jun 12 20:03:38 UTC 2023


== Series Details ==

Series: drm/i915: GSC FW support for MTL (rev4)
URL   : https://patchwork.freedesktop.org/series/117396/
State : warning

== Summary ==

Error: dim checkpatch failed
57f9c0764e65 drm/i915/gsc: fixes and updates for GSC memory allocation
fa4495ba0bfe drm/i915/mtl/gsc: extract release and security versions from the gsc binary
7bab89e51ae3 drm/i915/mtl/gsc: query the GSC FW for its compatibility version
bcde6622118d drm/i915/mtl/gsc: Add a gsc_info debugfs
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'
-:194: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#194: 
new file mode 100644

-:322: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'base' - possible side-effects?
#322: FILE: drivers/gpu/drm/i915/i915_reg.h:961:
+#define HECI_FWSTS(base, x) _MMIO((base) + _PICK(x, -(base), \
+						    HECI_FWSTS1, \
+						    HECI_FWSTS2, \
+						    HECI_FWSTS3, \
+						    HECI_FWSTS4, \
+						    HECI_FWSTS5, \
+						    HECI_FWSTS6))

total: 0 errors, 1 warnings, 1 checks, 253 lines checked




More information about the Intel-gfx mailing list