Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

AMD P-State Linux Driver Patches Can Boost 1%-Low FPS Gaming Performance By 31%

Дата публикации: 28-07-2026 10:03:00

A set of patches posted today to the Linux kernel mailing list implement per-core Energy Performance Preference (EPP) boosting for recently-busy CPUs. This feature is designed to have a dramatic impact for Linux gaming and helping especially with the 1% low frame-rates improving by 31.8% on the Valve Steam Deck...

Основное содержимое страницы с новостью.

AMD

A set of patches posted today to the Linux kernel mailing list implement per-core Energy Performance Preference (EPP) boosting for recently-busy CPUs. This feature is designed to have a dramatic impact for Linux gaming and helping especially with the 1% low frame-rates improving by 31.8% on the Valve Steam Deck.

David Vernet who is a Linux kernel hacker at Meta by day has taken to improving the AMD P-State driver with the proposed "epp_boost" feature for helping with the Linux gaming performance. Vernet sums up the situation well with the current AMD P-State CPU frequency scaling driver behavior and the motivation for this dynamic EPP boost mode:

"In active (EPP) mode the platform autonomously picks the operating point between min_perf and max_perf, biased by the EPP hint, and the kernel only rewrites the CPPC request on policy or limit changes. A workload dominated by one mostly-busy thread that takes frequent short sleeps (common in gaming workloads, for example) can fare poorly under this strategy. Each sleep decays the hardware's performance signal, causing post-wakeup bursts to start at a low operating point and inflating tail latency even though the CPU is essentially fully busy while work is available.

As mentioned above, the motivating case here is gaming. A game's main or render thread typically blocks briefly on a futex or a GPU fence every frame, and the resulting frequency droop shows up directly as stale frames and inflated frame-time percentiles.

Solving this at the cpufreq layer requires walking a fairly narrow path. Globally forcing EPP=performance fixes the tail but burns power on every core for every workload, which matters on handhelds where the CPU and GPU share a power budget. Raising min_perf on the busy core seems like the obvious surgical fix, but it pins the core at or above nominal even during micro-idle and vsync waits. On Van Gogh (Steam Deck) experiments that I ran, that perturbs the SMU's shared CPU/GPU boost management enough to regress the frame-time tail relative to doing nothing.

This series instead adds an opt-in, per-core EPP boost. When the epp_boost module parameter is enabled, an update-util hook samples each core's C0 residency (delta MPERF over delta TSC) at most once every 10 ms. If a sample shows the core at least 50% busy, the EPP field of its MSR_AMD_CPPC_REQ is set to performance (0) and held there until 300 ms pass without another busy sample, at which point the hook restores the request that policy management last stored in cppc_req_cached."

The end result is quite exciting with using the Civilization VI game benchmark, the 1%-low FPS is improved by 31.8% while the p99 frame time is better by 4.1%. This is on the Steam Deck while other modern AMD Ryzen handhelds and systems at large would benefit too.

Steam Deck

This patch series provides that improvement to the AMD P-State driver. Besides needing those patches, amd_pstate.epp_boost=1 also needs to be set for activating that mode. With patched kernels, the status of the feature can be checked (or set at run-time) via /sys/module/amd_pstate/parameters/epp_boost. It will be interesting to see the impact for a wider selection of games while Civilization VI was used as the test candidate for this AMD epp_boost feature due to its ease and reproducibility.

This promising work still needs to undergo patch review especially by the AMD Linux kernel engineers, but hopefully it will manage to be mainlined in the not too distant future for further enhancing the AMD Linux gaming experience.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1AMD PMF Testing Tool Slated For Linux 7.309.0727-07-2026
2ASUS Laptop Whisper Mode Support Being Worked On For Linux06.3328-07-2026
3CachyOS Outperforming Windows 11, Slight Advantage Over Ubuntu & Fedora On AMD Ryzen AI 9 HX 470015.9228-07-2026
4 Microsoft still has an uphill battle against Valve's SteamOS — Windows 11's Xbox mode saves on RAM usage, but apparently doesn't help with gaming performance 0517-06-2026
5Valve Releases Official Windows Drivers For Steam Machine06.3308-07-2026
6AMD Plum-MDS1: APU с ядрами Zen 6 демонстрирует заметный прирост производительности0709-07-2026
7Linux's crypto_rng Abstraction Layer Next On The Chopping Block06.4928-07-2026
8Starling: A New Linux Desktop Written In Swift, Own Wayland Compositor & Written With AI07.0328-07-2026
9KDE Developer Fixing Long-Standing Bug Over Very Long Small-File Copy Times08.7528-07-2026
10Компания AMD возвращает шифрование TSME в свои процессоры после критики09.7125-06-2026

Классификация: Экономика. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 15.98. Источник: www.phoronix.com.