From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Riana Tauro <riana.tauro@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH v3 2/3] drm/i915/hwmon: Add helper function to obtain energy values
Date: Mon, 21 Nov 2022 18:35:31 -0800 [thread overview]
Message-ID: <87v8n767ik.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20221121072946.1013463-3-riana.tauro@intel.com>
On Sun, 20 Nov 2022 23:29:45 -0800, Riana Tauro wrote:
>
> diff --git a/drivers/gpu/drm/i915/i915_hwmon.h b/drivers/gpu/drm/i915/i915_hwmon.h
> index 7ca9cf2c34c9..a6c8efeb868d 100644
> --- a/drivers/gpu/drm/i915/i915_hwmon.h
> +++ b/drivers/gpu/drm/i915/i915_hwmon.h
> @@ -12,6 +12,7 @@ struct drm_i915_private;
> #if IS_REACHABLE(CONFIG_HWMON)
> void i915_hwmon_register(struct drm_i915_private *i915);
> void i915_hwmon_unregister(struct drm_i915_private *i915);
> +int i915_hwmon_get_energy(struct drm_i915_private *i915, long *energy);
> #else
> static inline void i915_hwmon_register(struct drm_i915_private *i915) { };
> static inline void i915_hwmon_unregister(struct drm_i915_private *i915) { };
What about the #else case?
next prev parent reply other threads:[~2022-11-22 2:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 7:29 [Intel-gfx] [PATCH v3 0/3] Add hwmon support for dgfx selftests Riana Tauro
2022-11-21 7:29 ` [Intel-gfx] [PATCH v3 1/3] drm/i915/selftests: Rename librapl library to libpower Riana Tauro
2022-11-21 7:29 ` [Intel-gfx] [PATCH v3 2/3] drm/i915/hwmon: Add helper function to obtain energy values Riana Tauro
2022-11-21 7:59 ` Gupta, Anshuman
2022-11-22 2:35 ` Dixit, Ashutosh [this message]
2022-11-21 7:29 ` [Intel-gfx] [PATCH v3 3/3] drm/i915/selftests: Add hwmon support in libpower for dgfx Riana Tauro
2022-11-21 8:14 ` Gupta, Anshuman
2022-11-22 2:40 ` Dixit, Ashutosh
2022-11-28 11:25 ` Tauro, Riana
2022-11-21 8:25 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add hwmon support for dgfx selftests (rev3) Patchwork
2022-11-21 8:50 ` [Intel-gfx] ✗ Fi.CI.BAT: 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=87v8n767ik.wl-ashutosh.dixit@intel.com \
--to=ashutosh.dixit@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=riana.tauro@intel.com \
/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.