Valve Proposes Linux Kernel Patches to Boost VRAM Priority for Smoother Gaming
Valve's Natalie Vock proposed Linux kernel and KDE patches to give active games first claim on VRAM, targeting the stutter and texture pop-in hitting 8GB AMD GPUs and the Steam Deck.

Every time a Steam Deck game stuttered mid-scene, it was not always the GPU running out of headroom. Often it was a memory eviction decision the Linux kernel made without any awareness of which application the player actually cared about. Natalie Vock, a developer on Valve's Linux graphics team primarily known for her work on the RADV Vulkan driver, proposed a fix.
Vock submitted patches to the Linux kernel and KDE Plasma that targeted one of the most persistent complaints among AMD Linux gamers: the system had no mechanism to tell the GPU to favor the active game's VRAM over background processes. The changes focused on hardware with 8GB of dedicated VRAM or less, a bracket that covers everything from the Steam Deck's integrated graphics to a wide range of budget AMD desktop cards bought over the past several years.
On the kernel side, the patches touched the DRM device memory cgroup controller and the TTM memory management layer. TTM is the code that decides how GPU memory allocations are assigned and, critically, which assets get pushed out when VRAM runs thin. Without these changes, a game competed on equal footing with the desktop environment for whatever video memory was available. That equality produced the texture pop-in and frame-rate dips familiar to anyone who has pushed a Linux rig to its 8GB ceiling mid-session in a demanding title.
The companion KDE Plasma change added VRAM prioritization for whichever application held the foreground, so a fullscreen game automatically claimed a more protected slice of video memory the moment it launched. For players not running KDE Plasma, Valve's Gamescope compositor served the same purpose in newer builds already under development, meaning the improvement was not locked to a single desktop environment.
CachyOS, an Arch-based distribution built specifically around gaming performance, acted as the first public proving ground. Players on CachyOS gained immediate access to test the patches. Broader availability would follow the standard upstream kernel review process, eventually landing in SteamOS, Fedora, and other distributions through their regular update cycles. SteamOS tracks the upstream kernel closely, which means Steam Deck players have a credible path to these improvements without waiting for a separate hardware-specific build.
The practical scope of the fix is wider than it might initially appear. The 8GB VRAM tier covers not just the Steam Deck but the bulk of the affordable AMD GPU market for the past half-decade, which represents a significant portion of the active Linux gaming population on Steam. Getting the kernel to intervene on the game's behalf, rather than treating all processes as equals, was the precise gap Vock's proposal set out to close.
Know something we missed? Have a correction or additional information?
Submit a Tip

