aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/cppc_acpi.h
diff options
context:
space:
mode:
authorPrakash, Prashanth <pprakash@codeaurora.org>2017-03-29 15:49:59 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-04-18 17:37:49 -0400
commit368520a6b2dd232ea5743a6acd9f056bc30e05b4 (patch)
treed756fc6eb194f7832f9f04cf1865aa49a89856bb /include/acpi/cppc_acpi.h
parent4f7d029b9bf009fbee76bb10c0c4351a1870d2f3 (diff)
ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps()
Read lowest non linear perf in cppc_get_perf_caps so that it can be exposed via sysfs to the usespace. Lowest non linear perf is the lowest performance level at which nonlinear power savings are achieved. Signed-off-by: Prashanth Prakash <pprakash@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/cppc_acpi.h')
-rw-r--r--include/acpi/cppc_acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/cppc_acpi.h b/include/acpi/cppc_acpi.h
index 427a7c3e6c75..34e9680c55db 100644
--- a/include/acpi/cppc_acpi.h
+++ b/include/acpi/cppc_acpi.h
@@ -103,6 +103,7 @@ struct cppc_perf_caps {
103 u32 highest_perf; 103 u32 highest_perf;
104 u32 nominal_perf; 104 u32 nominal_perf;
105 u32 lowest_perf; 105 u32 lowest_perf;
106 u32 lowest_nonlinear_perf;
106}; 107};
107 108
108struct cppc_perf_ctrls { 109struct cppc_perf_ctrls {