Skip to content

Commit 3076db3

Browse files
committed
tools/power/x86/intel-speed-select: Update help for TRL
TRL (turbo ratio limit) argument is passed in hex string. Clarify that in the help. Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent 61f3d86 commit 3076db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ static void set_fact_enable(int arg)
21262126
fprintf(stderr,
21272127
"Enable Intel Speed Select Technology Turbo frequency feature\n");
21282128
fprintf(stderr,
2129-
"Optional: -t|--trl : Specify turbo ratio limit\n");
2129+
"Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x\n");
21302130
fprintf(stderr,
21312131
"\tOptional Arguments: -a|--auto : Designate specified target CPUs with");
21322132
fprintf(stderr,
@@ -2135,7 +2135,7 @@ static void set_fact_enable(int arg)
21352135
fprintf(stderr,
21362136
"Disable Intel Speed Select Technology turbo frequency feature\n");
21372137
fprintf(stderr,
2138-
"Optional: -t|--trl : Specify turbo ratio limit\n");
2138+
"Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x\n");
21392139
fprintf(stderr,
21402140
"\tOptional Arguments: -a|--auto : Also disable core-power associations\n");
21412141
}
@@ -2597,7 +2597,7 @@ static void process_trl(int arg)
25972597
if (cmd_help) {
25982598
if (arg) {
25992599
fprintf(stderr, "Set TRL (turbo ratio limits)\n");
2600-
fprintf(stderr, "\t t|--trl: Specify turbo ratio limit for setting TRL\n");
2600+
fprintf(stderr, "\t t|--trl: Specify turbo ratio limit for setting TRL in hex starting with 0x\n");
26012601
} else {
26022602
fprintf(stderr, "Get TRL (turbo ratio limits)\n");
26032603
}

0 commit comments

Comments
 (0)