All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Alexander Usyskin" <alexander.usyskin@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support for XeHP SDV and DG2 platforms (rev2)
Date: Mon, 25 Apr 2022 10:50:16 -0000	[thread overview]
Message-ID: <165088381630.32286.12636055296270922349@emeril.freedesktop.org> (raw)
In-Reply-To: <20220425074901.3991274-1-alexander.usyskin@intel.com>

== 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



  parent reply	other threads:[~2022-04-25 10:50 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  7:48 [PATCH v2 00/14] GSC support for XeHP SDV and DG2 platforms Alexander Usyskin
2022-04-25  7:48 ` [Intel-gfx] " Alexander Usyskin
2022-04-25  7:48 ` [PATCH v2 01/14] HAX: drm/i915: force INTEL_MEI_GSC on for CI Alexander Usyskin
2022-04-25  7:48   ` [Intel-gfx] " Alexander Usyskin
2022-04-25  7:48 ` [PATCH v2 02/14] drm/i915/gsc: skip irq initialization if using polling Alexander Usyskin
2022-04-25  7:48   ` [Intel-gfx] " Alexander Usyskin
2022-04-25  7:48 ` [PATCH v2 03/14] drm/i915/gsc: add slow_fw flag to the mei auxiliary device Alexander Usyskin
2022-04-25  7:48   ` [Intel-gfx] " Alexander Usyskin
2022-04-25  7:48 ` [PATCH v2 04/14] drm/i915/gsc: add slow_fw flag to the gsc device definition Alexander Usyskin
2022-04-25  7:48   ` [Intel-gfx] " Alexander Usyskin
2022-04-25  7:48 ` [PATCH v2 05/14] drm/i915/gsc: add GSC XeHP SDV platform definition Alexander Usyskin
2022-04-25  7:48   ` [Intel-gfx] " Alexander Usyskin
2022-04-25  7:48 ` [PATCH v2 06/14] mei: gsc: use polling instead of interrupts Alexander Usyskin
2022-04-25  7:48   ` [Intel-gfx] " Alexander Usyskin
2022-04-25  7:48 ` [Intel-gfx] [PATCH v2 07/14] mei: gsc: wait for reset thread on stop Alexander Usyskin
2022-04-25  7:48   ` Alexander Usyskin
2022-04-25  7:48 ` [Intel-gfx] [PATCH v2 08/14] mei: extend timeouts on slow devices Alexander Usyskin
2022-04-25  7:48   ` Alexander Usyskin
2022-04-25  7:48 ` [Intel-gfx] [PATCH v2 09/14] mei: bus: export common mkhi definitions into a separate header Alexander Usyskin
2022-04-25  7:48   ` Alexander Usyskin
2022-04-25  7:48 ` [Intel-gfx] [PATCH v2 10/14] mei: mkhi: add memory ready command Alexander Usyskin
2022-04-25  7:48   ` Alexander Usyskin
2022-04-25  7:48 ` [Intel-gfx] [PATCH v2 11/14] mei: gsc: setup gsc extended operational memory Alexander Usyskin
2022-04-25  7:48   ` Alexander Usyskin
2022-04-25  7:48 ` [Intel-gfx] [PATCH v2 12/14] mei: gsc: add transition to PXP mode in resume flow Alexander Usyskin
2022-04-25  7:48   ` Alexander Usyskin
2022-04-25  7:49 ` [Intel-gfx] [PATCH v2 13/14] mei: debugfs: add pxp mode to devstate in debugfs Alexander Usyskin
2022-04-25  7:49   ` Alexander Usyskin
2022-04-25  7:49 ` [Intel-gfx] [PATCH v2 14/14] drm/i915/gsc: allocate extended operational memory in LMEM Alexander Usyskin
2022-04-25  7:49   ` Alexander Usyskin
2022-04-25 10:50 ` Patchwork [this message]
2022-04-25 10:50 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for GSC support for XeHP SDV and DG2 platforms (rev2) Patchwork
2022-04-25 11:23 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-05-18 16:00 ` [PATCH v2 00/14] GSC support for XeHP SDV and DG2 platforms Usyskin, Alexander
2022-05-18 16:00   ` [Intel-gfx] " Usyskin, Alexander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=165088381630.32286.12636055296270922349@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=alexander.usyskin@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.