linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] powercap: Enable RAPL for AMD Fam17h and Fam19h
@ 2020-10-07 16:14 Kim Phillips
  2020-10-07 16:14 ` [PATCH v2 1/4] x86/msr-index: sort AMD RAPL MSRs by address Kim Phillips
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kim Phillips @ 2020-10-07 16:14 UTC (permalink / raw)
  To: Rafael J . Wysocki, Victor Ding, linux-pm
  Cc: Kim Phillips, Alexander Shishkin, Borislav Petkov,
	Daniel Lezcano, H. Peter Anvin, Ingo Molnar, Josh Poimboeuf,
	Pawan Gupta, Peter Zijlstra (Intel),
	Sean Christopherson, Thomas Gleixner, Tony Luck,
	Vineela Tummalapalli, LKML, x86

From: Victor Ding <victording@google.com>

This patch series adds support for AMD Fam17h RAPL counters. As per
AMD PPR, Fam17h support RAPL counters to monitor power usage. The RAPL
counter operates as with Intel RAPL. Therefore, it is beneficial to
re-use existing framework for Intel, especially to allow existing tools
to seamlessly run on AMD.

From the user's point view, this series enables the following two sysfs
entry on AMD Fam17h:
  /sys/class/powercap/intel-rapl/intel-rapl:0/energy_uj
  /sys/class/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/energy_uj

Cc: Victor Ding <victording@google.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Cc: "Peter Zijlstra (Intel)" <peterz@infradead.org>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Vineela Tummalapalli <vineela.tummalapalli@intel.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Cc: linux-pm@vger.kernel.org
Cc: x86@kernel.org

Kim Phillips (1):
  powercap: Add AMD Fam19h RAPL support

Victor Ding (3):
  x86/msr-index: sort AMD RAPL MSRs by address
  powercap/intel_rapl_msr: Convert rapl_msr_priv into pointer
  powercap: Add AMD Fam17h RAPL support

 arch/x86/include/asm/msr-index.h     |  3 +-
 drivers/powercap/intel_rapl_common.c |  3 ++
 drivers/powercap/intel_rapl_msr.c    | 62 ++++++++++++++++++++--------
 3 files changed, 50 insertions(+), 18 deletions(-)

v2: Kim's changes from Victor's original submission:

https://lore.kernel.org/lkml/20200729105206.2991064-1-victording@google.com/

- Added the Fam19h patch to the end of the series
- Added my Acked-by
- Added Daniel Lezcano to Cc 
- (linux-pm was already on Cc)
- (No code changes)
-- 
2.27.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-12 12:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 16:14 [PATCH v2 0/4] powercap: Enable RAPL for AMD Fam17h and Fam19h Kim Phillips
2020-10-07 16:14 ` [PATCH v2 1/4] x86/msr-index: sort AMD RAPL MSRs by address Kim Phillips
2020-10-07 16:14 ` [PATCH v2 2/4] powercap/intel_rapl_msr: Convert rapl_msr_priv into pointer Kim Phillips
2020-10-07 16:14 ` [PATCH v2 3/4] powercap: Add AMD Fam17h RAPL support Kim Phillips
2020-10-09  3:46   ` Zhang Rui
2020-10-12 12:04     ` Victor Ding
2020-10-07 16:14 ` [PATCH v2 4/4] powercap: Add AMD Fam19h " Kim Phillips

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).