Core performance boost control is added to kernel 6.11. This sets up the policy to turn it off while in the power saver profile. Link: https://lore.kernel.org/linux-pm/1a78eeaa-fadd-4734-aaeb-2fe11e96e198@amd.com/T/#m4a0c8917ea8fb033504055bd61512c80c85410c8
33 lines
487 B
Text
33 lines
487 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=General non-specialized tuned profile
|
|
|
|
[modules]
|
|
cpufreq_conservative=+r
|
|
|
|
[cpu]
|
|
priority=10
|
|
governor=conservative|powersave
|
|
energy_perf_bias=normal
|
|
energy_performance_preference=balance_performance
|
|
boost=1
|
|
|
|
[acpi]
|
|
platform_profile=balanced
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=dpm-balanced, auto
|
|
panel_power_savings=0
|
|
|
|
[disk]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=sda
|
|
|
|
[scsi_host]
|
|
alpm=medium_power
|