tools/power/cpupower: Display boost frequency separately
authorAbhishek Goel <huntbag@linux.vnet.ibm.com>
Tue, 5 Feb 2019 10:51:28 +0000 (04:51 -0600)
committerShuah Khan <shuah@kernel.org>
Wed, 13 Feb 2019 16:26:17 +0000 (09:26 -0700)
commitae2917093fb60bdc1ed3e5757b74801420569a9a
tree8decacdc1b7136899e6e55e4146b706695d9bbd5
parentd13937116f1e82bf508a6325111b322c30c85eb9
tools/power/cpupower: Display boost frequency separately

cpufreq driver creates sysfs file "scaling_boost_frequency" for platforms
which support boost frequency. Cpupower now prints boost frequencies
separately. For few x86 vendors who already have different way to get boost
frequency, will continue to use the existing logic. Rest of the platforms
will rely on "scaling_boost_frequency" file to display boost frequency.

Signed-off-by: Abhishek Goel <huntbag@linux.vnet.ibm.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/power/cpupower/lib/cpufreq.c
tools/power/cpupower/lib/cpufreq.h
tools/power/cpupower/utils/cpufreq-info.c