diff options
| author | Srinivas Pandruvada <[email protected]> | 2018-10-15 17:37:19 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2018-10-16 08:33:38 +0000 |
| commit | 29523f095397637edca60c627bc3e5c25a02c40f (patch) | |
| tree | 29b953565ea9b0d7b9bb904950d53a4734fcd017 /include/acpi/cppc_acpi.h | |
| parent | cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ull (diff) | |
| download | kernel-29523f095397637edca60c627bc3e5c25a02c40f.tar.gz kernel-29523f095397637edca60c627bc3e5c25a02c40f.zip | |
ACPI / CPPC: Add support for guaranteed performance
The Continuous Performance Control package may contain an optional
guaranteed performance field.
Add support to read guaranteed performance from _CPC.
Signed-off-by: Srinivas Pandruvada <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'include/acpi/cppc_acpi.h')
| -rw-r--r-- | include/acpi/cppc_acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/cppc_acpi.h b/include/acpi/cppc_acpi.h index 8e0b8250a139..cf59e6210d27 100644 --- a/include/acpi/cppc_acpi.h +++ b/include/acpi/cppc_acpi.h @@ -104,6 +104,7 @@ enum cppc_regs { * today. */ struct cppc_perf_caps { + u32 guaranteed_perf; u32 highest_perf; u32 nominal_perf; u32 lowest_perf; |
