Commit 54cd15d
committed
tools/power/x86/intel-speed-select: Fix TRL restore after SST-TF disable
JIRA: https://issues.redhat.com/browse/RHEL-79669
commit 991c8aa
Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Date: Wed Nov 20 08:26:15 2024 -0800
tools/power/x86/intel-speed-select: Fix TRL restore after SST-TF disable
When SST-TF is disabled, the TRL (Turbo Ratio Limit) of config level 0
is getting restored. But the TRL of current level should be restored
which may not be config level 0.
This is caused by a bug in treating config level as TRL level. So
arguments needs to be swapped.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: David Arcari <darcari@redhat.com>1 parent 5a2cde4 commit 54cd15d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments