profiles: Set boost=1 in *-performance profiles
Commit068928e("Add support for controlling amd-pstate core performance boost") started setting the newly-introduced `boost` parameter in the balanced and powersave profiles, but forgot to do the same in the performance profiles. The net result was that transitioning directly from the powersave profile to a performance profile would leave boosting disabled. Fix this by setting boost=1 explictly in all performance-oriented profiles (i.e., those with a min_perf_pct of 100). Fixes:068928e("Add support for controlling amd-pstate core performance boost")
This commit is contained in:
parent
181472a0be
commit
79a120e17e
5 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ summary=Throughput performance based tuning with disabled higher latency STOP st
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
force_latency=99
|
||||
|
||||
[acpi]
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ force_latency=cstate.id_no_zero:1|3
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
|
||||
[acpi]
|
||||
platform_profile=performance
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ force_latency=cstate.id_no_zero:3|70
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
|
||||
[vm]
|
||||
transparent_hugepages=madvise
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ include=throughput-performance
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
|
||||
[vm]
|
||||
dirty_bytes = 40%
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ governor=performance
|
|||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
energy_performance_preference=performance
|
||||
boost=1
|
||||
|
||||
[acpi]
|
||||
platform_profile=performance
|
||||
|
|
|
|||
Loading…
Reference in a new issue