Skip to content
Tech News
← Back to articles

New AMD Linux patch boosts low-end gaming performance on Steam Deck

read original more articles
Why This Matters

The new AMD Linux patch significantly improves low-end gaming performance on the Steam Deck by reducing frame hitches in Energy Performance Preference (EPP) mode. This development allows gamers to enjoy smoother gameplay without sacrificing energy efficiency, extending the device's viability as a portable gaming solution. It highlights ongoing efforts to optimize hardware performance and energy management for aging devices in the gaming industry.

Key Takeaways

As the Steam Deck slowly marches toward its fifth birthday next February, owners are likely eager for a way to extend its life rather than investing in expensive high-end competition. A new patch for AMD’s Linux drivers could substantially reduce low-end frame hitches when the Steam Deck or other AMD-based gaming hardware is running in Energy Performance Preference (EPP) mode.

Writing on the Linux kernel mailing list (thanks, Phoronix), kernel coder David Vernet lays out the basic problem that games often face in EPP mode. When a busy thread frequently goes to sleep for short periods, the current AMD driver can misinterpret that behavior as a signal to lower its average performance target. When those threads wake up, they start at a lower-than-desired frequency, leading to increased frame latency, stale frames, and longer frame generation times at the low end of the distribution.

Shifting the processor to “performance” mode fixes this problem but eliminates the energy savings that EPP mode is supposed to provide. And simply boosting the affected thread’s minimum performance target permanently actually makes low-end performance worse, thanks to the complexities of CPU/GPU boost management.