Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1411711 > unrolled thread

[PATCH 19/20] x86, rapl: add Skylake server model detection

Started byDave Hansen <dave@sr71.net>
First post2016-06-02 02:20 +0200
Last post2016-06-02 02:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 19/20] x86, rapl: add Skylake server model detection Dave Hansen <dave@sr71.net> - 2016-06-02 02:20 +0200

#1411711 — [PATCH 19/20] x86, rapl: add Skylake server model detection

FromDave Hansen <dave@sr71.net>
Date2016-06-02 02:20 +0200
Subject[PATCH 19/20] x86, rapl: add Skylake server model detection
Message-ID<rFowH-7d9-39@gated-at.bofh.it>
From: Jacob Pan <jacob.jun.pan@linux.intel.com>

SKX uses similar RAPL interface as Broadwell server.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
---

 b/arch/x86/events/intel/rapl.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN arch/x86/events/intel/rapl.c~x86-intel-familites-rapl-skx arch/x86/events/intel/rapl.c
--- a/arch/x86/events/intel/rapl.c~x86-intel-familites-rapl-skx	2016-06-01 15:45:10.645238850 -0700
+++ b/arch/x86/events/intel/rapl.c	2016-06-01 15:45:10.650239079 -0700
@@ -807,6 +807,7 @@ static const struct x86_cpu_id rapl_cpu_
 
 	X86_RAPL_MODEL_MATCH(INTEL_FAM6_MODEL_SKYLAKE_MOBILE, skl_rapl_init),
 	X86_RAPL_MODEL_MATCH(INTEL_FAM6_MODEL_SKYLAKE_DESKTOP, skl_rapl_init),
+	X86_RAPL_MODEL_MATCH(INTEL_FAM6_MODEL_SKYLAKE_X, hsx_rapl_init),
 	{},
 };
 
_

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web