Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: v1.19 release
Browse files Browse the repository at this point in the history
This version addresses issues with:
- Support of SST BF/TF support per level
- Increase number of CPUs displayed
- Present all TRL levels for turbo-freq
- Fix display for unsupported levels
- Support multiple dies
- Increase die count
- Change CPU display for non compute domain

Signed-off-by: Srinivas Pandruvada <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
  • Loading branch information
spandruvada authored and jwrdegoede committed Apr 29, 2024
1 parent 8ebc39a commit 5cfac5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/x86/intel-speed-select/isst-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct process_cmd_struct {
int arg;
};

static const char *version_str = "v1.18";
static const char *version_str = "v1.19";

static const int supported_api_ver = 3;
static struct isst_if_platform_info isst_platform_info;
Expand Down

0 comments on commit 5cfac5a

Please sign in to comment.