All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Badal Nilawar" <badal.nilawar@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add HWMON support (rev5)
Date: Thu, 25 Aug 2022 14:01:36 -0000	[thread overview]
Message-ID: <166143609669.24644.16381723022174398345@emeril.freedesktop.org> (raw)
In-Reply-To: <20220825132118.784407-1-badal.nilawar@intel.com>

== Series Details ==

Series: drm/i915: Add HWMON support (rev5)
URL   : https://patchwork.freedesktop.org/series/104278/
State : warning

== Summary ==

Error: dim checkpatch failed
4d2dbe77d024 drm/i915/hwmon: Add HWMON infrastructure
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'
-:83: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#83: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 196 lines checked
c2288792c911 drm/i915/hwmon: Add HWMON current voltage support
-:23: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#23: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 98 lines checked
896c4806810e drm/i915/hwmon: Power PL1 limit and TDP setting
-:70: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__mask' - possible side-effects?
#70: FILE: drivers/gpu/drm/i915/i915_hwmon.c:22:
+#define FIELD_SHIFT(__mask)				    \
+	(BUILD_BUG_ON_ZERO(!__builtin_constant_p(__mask)) + \
+		BUILD_BUG_ON_ZERO((__mask) == 0) +	    \
+		__bf_shf(__mask))

total: 0 errors, 0 warnings, 1 checks, 290 lines checked
0d7f6bd1a25b drm/i915/hwmon: Show device level energy usage
cc18f86da554 drm/i915/hwmon: Expose card reactive critical power
90028741f465 drm/i915/hwmon: Expose power1_max_interval
0f7b7b59ec09 drm/i915/hwmon: Extend power/energy for XEHPSDV



  parent reply	other threads:[~2022-08-25 14:01 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 13:21 [PATCH 0/7] drm/i915: Add HWMON support Badal Nilawar
2022-08-25 13:21 ` [Intel-gfx] " Badal Nilawar
2022-08-25 13:21 ` [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure Badal Nilawar
2022-08-25 13:21   ` [Intel-gfx] " Badal Nilawar
2022-08-26 13:30   ` Guenter Roeck
2022-08-26 13:30     ` [Intel-gfx] " Guenter Roeck
2022-08-29 17:26   ` Dixit, Ashutosh
2022-08-29 17:26     ` [Intel-gfx] " Dixit, Ashutosh
2022-08-25 13:21 ` [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support Badal Nilawar
2022-08-25 13:21   ` [Intel-gfx] " Badal Nilawar
2022-08-29 17:30   ` Dixit, Ashutosh
2022-08-29 17:30     ` [Intel-gfx] " Dixit, Ashutosh
2022-09-15 14:40     ` Nilawar, Badal
2022-09-15 14:40       ` Nilawar, Badal
2022-09-21  0:02       ` Dixit, Ashutosh
2022-09-21  0:02         ` [Intel-gfx] " Dixit, Ashutosh
2022-09-12 14:09   ` Gupta, Anshuman
2022-09-12 14:09     ` [Intel-gfx] " Gupta, Anshuman
2022-09-12 16:37     ` Dixit, Ashutosh
2022-09-12 16:37       ` [Intel-gfx] " Dixit, Ashutosh
2022-09-13  8:11       ` Gupta, Anshuman
2022-09-13  8:11         ` [Intel-gfx] " Gupta, Anshuman
2022-09-13 15:19         ` Dixit, Ashutosh
2022-09-15  6:29           ` Gupta, Anshuman
2022-09-15  6:29             ` Gupta, Anshuman
2022-08-25 13:21 ` [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting Badal Nilawar
2022-08-25 13:21   ` [Intel-gfx] " Badal Nilawar
2022-08-30  2:33   ` Dixit, Ashutosh
2022-08-30  2:33     ` [Intel-gfx] " Dixit, Ashutosh
2022-08-25 13:21 ` [PATCH 4/7] drm/i915/hwmon: Show device level energy usage Badal Nilawar
2022-08-25 13:21   ` [Intel-gfx] " Badal Nilawar
2022-08-30  3:14   ` Dixit, Ashutosh
2022-08-30  3:14     ` [Intel-gfx] " Dixit, Ashutosh
2022-09-13  8:50   ` Tvrtko Ursulin
2022-09-21  0:24     ` Dixit, Ashutosh
2022-09-21  0:24       ` Dixit, Ashutosh
2022-09-21  7:43       ` Tvrtko Ursulin
2022-09-21  7:43         ` Tvrtko Ursulin
2022-08-25 13:21 ` [PATCH 5/7] drm/i915/hwmon: Expose card reactive critical power Badal Nilawar
2022-08-25 13:21   ` [Intel-gfx] " Badal Nilawar
2022-08-25 13:21 ` [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval Badal Nilawar
2022-08-25 13:21   ` [Intel-gfx] " Badal Nilawar
2022-08-25 13:21 ` [PATCH 7/7] drm/i915/hwmon: Extend power/energy for XEHPSDV Badal Nilawar
2022-08-25 13:21   ` [Intel-gfx] " Badal Nilawar
2022-08-30  5:34   ` Dixit, Ashutosh
2022-08-30  5:34     ` [Intel-gfx] " Dixit, Ashutosh
2022-08-25 14:01 ` Patchwork [this message]
2022-08-25 14:01 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Add HWMON support (rev5) Patchwork
2022-08-25 14:21 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-08-29 20:08 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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=166143609669.24644.16381723022174398345@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=badal.nilawar@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.