1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 17:23:25 -05:00
linux/tools/power/x86/intel-speed-select
Srinivas Pandruvada 97ec890d07 tools/power/x86/intel-speed-select: Release v1.13
Update version number.

This version includes fixes for:
- fix build failure when using gcc options -Wl,--as-needed
- Fix warning for perf_cap.cpu may be uninitialized
- Fix off by one check for MAX_DIE_PER_PACKAGE
- Fix issue with use of get_physical_die_id instead of
get_physical_die_id

Optimizations:
- Removed unused interfaces and functions
- Better handle package, die, cpu combination by
defining a struct and set at one place instead
at each user level.

New functional change:
- Warn if turbo is disabled and SST turbo-freq feature is requested

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
2022-09-15 11:16:06 -07:00
..
.gitignore
Build
hfi-events.c tools/power/x86/intel-speed-select: Introduce struct isst_id 2022-09-15 11:16:05 -07:00
isst-config.c tools/power/x86/intel-speed-select: Release v1.13 2022-09-15 11:16:06 -07:00
isst-core.c tools/power/x86/intel-speed-select: Remove unused struct clos_config fields 2022-09-15 11:16:06 -07:00
isst-daemon.c tools/power/x86/intel-speed-select: Enforce isst_id value 2022-09-15 11:16:05 -07:00
isst-display.c tools/power/x86/intel-speed-select: Cleanup get_physical_id usage 2022-09-15 11:16:05 -07:00
isst.h tools/power/x86/intel-speed-select: Remove unused struct clos_config fields 2022-09-15 11:16:06 -07:00
Makefile