From: "Nilawar, Badal" <badal.nilawar@intel.com>
To: Guenter Roeck <linux@roeck-us.net>, <intel-gfx@lists.freedesktop.org>
Cc: linux-hwmon@vger.kernel.org, andi.shyti@intel.com,
dri-devel@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/7] Add HWMON support
Date: Tue, 27 Sep 2022 09:33:56 +0530 [thread overview]
Message-ID: <d3c5e46b-1695-b482-95fc-37de2e745b9b@intel.com> (raw)
In-Reply-To: <f995da40-b20a-437b-0b1f-5028b861300d@roeck-us.net>
On 27-09-2022 02:39, Guenter Roeck wrote:
> On 9/26/22 10:52, Badal Nilawar wrote:
>> This series adds the HWMON support for DGFX
>>
>> Test-with: 20220919144408.251981-1-riana.tauro@intel.com
>>
>> v2:
>> - Reorganized series. Created first patch as infrastructure patch
>> followed by feature patches. (Ashutosh)
>> - Fixed review comments (Jani)
>> - Fixed review comments (Ashutosh)
>>
>> v3:
>> - Fixed review comments from Guenter
>> - Exposed energy inferface as standard hwmon interface (Ashutosh)
>> - For power interface added entries for critical power and maintained
>> standard interface for all the entries except
>> power1_max_interval
>> - Extended support for XEHPSDV (Ashutosh)
>>
>> v4:
>> - Fixed review comment from Guenter
>> - Cleaned up unused code
>>
>> v5:
>> - Fixed review comments (Jani)
>>
>> v6:
>> - Fixed review comments (Ashutosh)
>> - Updated date and kernel version in documentation
>>
>> v7:
>> - Fixed review comments (Anshuman)
>> - KernelVersion: 6.2, Date: February 2023 in doc (Tvrtko)
>>
>> v8: s/hwmon_device_register_with_info/
>> devm_hwmon_device_register_with_info/ (Ashutosh)
>>
>
> Is there some reason for not actually versioning this patch series ?
> Just wondering.
Sorry I miss typed cover letter title. I will correct the title as
"drm/i915: Add HWMON support" and resend the series to maintain versioning.
Please ignore this series.
Regards,
Badal
>
> Thanks,
> Guenter
>
>> Ashutosh Dixit (2):
>> drm/i915/hwmon: Expose card reactive critical power
>> drm/i915/hwmon: Expose power1_max_interval
>>
>> Dale B Stimson (4):
>> drm/i915/hwmon: Add HWMON infrastructure
>> drm/i915/hwmon: Power PL1 limit and TDP setting
>> drm/i915/hwmon: Show device level energy usage
>> drm/i915/hwmon: Extend power/energy for XEHPSDV
>>
>> Riana Tauro (1):
>> drm/i915/hwmon: Add HWMON current voltage support
>>
>> .../ABI/testing/sysfs-driver-intel-i915-hwmon | 75 ++
>> drivers/gpu/drm/i915/Makefile | 3 +
>> drivers/gpu/drm/i915/gt/intel_gt_regs.h | 8 +
>> drivers/gpu/drm/i915/i915_driver.c | 5 +
>> drivers/gpu/drm/i915/i915_drv.h | 2 +
>> drivers/gpu/drm/i915/i915_hwmon.c | 736 ++++++++++++++++++
>> drivers/gpu/drm/i915/i915_hwmon.h | 20 +
>> drivers/gpu/drm/i915/i915_reg.h | 6 +
>> drivers/gpu/drm/i915/intel_mchbar_regs.h | 21 +
>> 9 files changed, 876 insertions(+)
>> create mode 100644
>> Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
>> create mode 100644 drivers/gpu/drm/i915/i915_hwmon.c
>> create mode 100644 drivers/gpu/drm/i915/i915_hwmon.h
>>
>
next prev parent reply other threads:[~2022-09-27 4:04 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 17:52 [Intel-gfx] [PATCH 0/7] Add HWMON support Badal Nilawar
2022-09-26 17:52 ` [Intel-gfx] [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure Badal Nilawar
2022-09-26 17:52 ` [Intel-gfx] [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support Badal Nilawar
2022-09-26 17:52 ` [Intel-gfx] [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting Badal Nilawar
2022-09-27 13:51 ` Gupta, Anshuman
2022-09-26 17:52 ` [Intel-gfx] [PATCH 4/7] drm/i915/hwmon: Show device level energy usage Badal Nilawar
2022-09-26 17:52 ` [Intel-gfx] [PATCH 5/7] drm/i915/hwmon: Expose card reactive critical power Badal Nilawar
2022-09-26 17:52 ` [Intel-gfx] [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval Badal Nilawar
2022-09-27 13:54 ` Gupta, Anshuman
2022-09-26 17:52 ` [Intel-gfx] [PATCH 7/7] drm/i915/hwmon: Extend power/energy for XEHPSDV Badal Nilawar
2022-09-26 21:09 ` [Intel-gfx] [PATCH 0/7] Add HWMON support Guenter Roeck
2022-09-27 4:03 ` Nilawar, Badal [this message]
2022-09-26 23:37 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2022-09-26 23:37 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-09-27 0:02 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-09-27 11:04 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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=d3c5e46b-1695-b482-95fc-37de2e745b9b@intel.com \
--to=badal.nilawar@intel.com \
--cc=andi.shyti@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux@roeck-us.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox