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


Groups > linux.kernel > #1523118 > unrolled thread

[RFC][PATCH] cpufreq: Support of Energy Performance preference

Started bySrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
First post2016-11-16 00:10 +0100
Last post2016-11-16 00:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [RFC][PATCH] cpufreq: Support of Energy Performance preference Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-11-16 00:10 +0100

#1523118 — [RFC][PATCH] cpufreq: Support of Energy Performance preference

FromSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Date2016-11-16 00:10 +0100
Subject[RFC][PATCH] cpufreq: Support of Energy Performance preference
Message-ID<sDV1v-2VT-11@gated-at.bofh.it>
This change allows user to provide hints to P-State selection algorithm
to be more more performance centric or more energy centric.

Even if this change only impacts intel_pstate driver, this change is
submitted as RFC to check if we need a generic method in cpufreq to
support such configuration.

If other SoCs don't allow such configuration, then this change can be only
in intel_pstate using local cpufreq attributes as it is implemented now.

Srinivas Pandruvada (1):
  cpufreq: intel_pstate: Support of energy performance hint using HWP

 drivers/cpufreq/intel_pstate.c | 194 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 194 insertions(+)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web