[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support for XeHP SDV and DG2 platforms (rev2)

Patchwork patchwork at emeril.freedesktop.org
Mon Apr 25 10:50:16 UTC 2022


== Series Details ==

Series: GSC support for XeHP SDV and DG2 platforms (rev2)
URL   : https://patchwork.freedesktop.org/series/102339/
State : warning

== Summary ==

Error: dim checkpatch failed
9eb52a6face3 HAX: drm/i915: force INTEL_MEI_GSC on for CI
bcb3f3e0f0e6 drm/i915/gsc: skip irq initialization if using polling
3c33122a6f2f drm/i915/gsc: add slow_fw flag to the mei auxiliary device
93f26e6be8e2 drm/i915/gsc: add slow_fw flag to the gsc device definition
8d51996ee984 drm/i915/gsc: add GSC XeHP SDV platform definition
e3c0939e6332 mei: gsc: use polling instead of interrupts
885811f13ec8 mei: gsc: wait for reset thread on stop
9946bcc89d8e mei: extend timeouts on slow devices.
ef1379eb6fe3 mei: bus: export common mkhi definitions into a separate header
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 10, in <module>
    import git
ModuleNotFoundError: No module named 'git'
-:78: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#78: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 101 lines checked
5b11304a908c mei: mkhi: add memory ready command
-:46: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#46: FILE: drivers/misc/mei/mkhi.h:54:
+	uint32_t flags;

total: 0 errors, 0 warnings, 1 checks, 29 lines checked
dadcfa341a66 mei: gsc: setup gsc extended operational memory
-:51: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'cldev->bus->pxp_mode != MEI_DEV_PXP_INIT'
#51: FILE: drivers/misc/mei/bus-fixup.c:257:
+	if (!cldev->bus->fw_f_fw_ver_supported &&
+	    (cldev->bus->pxp_mode != MEI_DEV_PXP_INIT))

total: 0 errors, 0 warnings, 1 checks, 224 lines checked
8f005a4b080a mei: gsc: add transition to PXP mode in resume flow
d22619ef42f8 mei: debugfs: add pxp mode to devstate in debugfs
-:19: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#19: FILE: drivers/misc/mei/debugfs.c:91:
+#define MEI_PXP_MODE(state) case MEI_DEV_PXP_##state: return #state

total: 1 errors, 0 warnings, 0 checks, 29 lines checked
b7490e00c025 drm/i915/gsc: allocate extended operational memory in LMEM
-:109: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#109: FILE: drivers/gpu/drm/i915/gt/intel_gsc.c:152:
+static void gsc_destroy_one(struct drm_i915_private *i915,
+				  struct intel_gsc *gsc, unsigned int intf_id)

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




More information about the Intel-gfx mailing list