diff options
author | Wolfgang Müller | 2024-09-27 10:58:30 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-27 10:58:30 +0200 |
commit | 3dc9bda0d5c0dd62f39d31e80fae922ebb875213 (patch) | |
tree | 41b9e3e8d723f1c54c440069618722d64cf4d3d5 /templates/albatross | |
parent | a0bac7b44ba22022f291c10c5d893c40ea22c2f9 (diff) | |
download | kernfrag-3dc9bda0d5c0dd62f39d31e80fae922ebb875213.tar.gz |
fragments: Extract CPU frequency scaling configuration from cpu fragment
There are now two new frequency-related profiles. A legacy "acpi"
profile that activates frequency scaling and the default schedutil
governor, and a newer "amd-pstate" profile that will use the new drivers
for AMD Zen systems.
Diffstat (limited to 'templates/albatross')
-rw-r--r-- | templates/albatross | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/albatross b/templates/albatross index 15be341..95e63d2 100644 --- a/templates/albatross +++ b/templates/albatross @@ -1,7 +1,7 @@ boot/efi compression/zstd cpu/amd -cpu/amd-zen3 +cpu/freq/amd-pstate devices/input/playstation devices/input/xpad devices/net/igc |