diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2022-01-18 16:44:20 -0800 |
---|---|---|
committer | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2022-02-17 10:57:31 -0800 |
commit | 7d440da009b6cd2a559cdb63d97e2cb569357dbc (patch) | |
tree | ae1ab65ac721226c6f66e60ace53985034939ea6 /tools/power/x86/intel-speed-select/Build | |
parent | 7fd786dfbd2c55ddee3b87f33c82f1c58bdb1dd6 (diff) | |
download | linux-7d440da009b6cd2a559cdb63d97e2cb569357dbc.tar.gz |
tools/power/x86/intel-speed-select: HFI support
Read HFI (Hardware Feedback Interface) events to process config level
changes in oob mode. When HFI is supported there is no need for polling
to check config level change.
Subscribe to Linux thermal netlink messages and process message:
THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE.
This message contains cpu number, performance and energy efficiency.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Diffstat (limited to 'tools/power/x86/intel-speed-select/Build')
-rw-r--r-- | tools/power/x86/intel-speed-select/Build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/intel-speed-select/Build b/tools/power/x86/intel-speed-select/Build index 86fb9020cca2..81e36bd578b1 100644 --- a/tools/power/x86/intel-speed-select/Build +++ b/tools/power/x86/intel-speed-select/Build @@ -1 +1 @@ -intel-speed-select-y += isst-config.o isst-core.o isst-display.o isst-daemon.o +intel-speed-select-y += isst-config.o isst-core.o isst-display.o isst-daemon.o hfi-events.o |