The Linux 7.3 merge window is officially open, and the Direct Rendering Manager (DRM) subsystem commits flooding in bring a sweeping set of graphics driver improvements. This development cycle spans everything from revitalized support for decade‑old AMD Radeon hardware to first‑class treatment of Intel’s upcoming Nova Lake S GPUs, with notable wins for Linux gamers running low‑vRAM systems and continued momentum behind Rust‑based NVIDIA drivers.
Gaming on Low‑VRAM Systems Gets Smarter
One of the most anticipated changes for Linux gamers comes from Valve engineer Natalie Vock: the DMEMCG eviction framework. This work targets systems that exceed their video memory capacity — a common pain point for players running modern titles on older GPUs or budget laptops. By refining how the kernel manages GPU memory cgroups, DMEMCG eviction aims to reduce stuttering and crashes when vRAM runs out. The initial implementation is designed to work across both AMDGPU and Intel graphics stacks, delivering smoother fallback behavior when the GPU must swap content between VRAM and system memory.
AMD: Old‑School GCN Revival and Modern APU Enhancements
On the AMD side, Linux 7.3 continues a dual‑track strategy. For legacy hardware, Valve’s Timur Kristóf has delivered DRM format modifier support for Radeon GPUs spanning GFX6 through GFX8 — the original GCN era. This work, part of a year‑long push to extend the usable lifespan of older GCN cards, unlocks better buffer handling and compatibility with modern graphics stacks.
Modern AMD users aren’t left out. The AMDGPU driver adds:
- Second graphics pipe enabled on current‑generation APUs, unlocking additional parallelism for integrated graphics workloads
- 8K display fixes improving stability and color fidelity on high‑resolution monitors
- DCN 6.0 display core support, laying groundwork for future display hardware
- DC CACP (Content Adaptive Cursor Positioning) support, enhancing display power efficiency and cursor performance
- Improved GPU reset recovery for older hardware, reducing the need for full reboots after driver hangs
Intel Nova Lake S Now Enabled by Default
Intel’s Xe3P “Nova Lake” graphics receive a major milestone in Linux 7.3: they’re now considered stable enough to be enabled out of the box. Previous kernel versions required the force probe option to activate these integrated GPUs, a friction point for desktop and laptop users. With default enablement in 7.3, Nova Lake S systems should “just work” with modern Linux distributions, including the S variant aimed at workstation and enthusiast segments.
Rust Drivers and NVIDIA Progress
The kernel’s Rust graphics infrastructure continues to mature. Linux 7.3 introduces additional plumbing to make Rust‑based drivers first‑class citizens within the DRM subsystem.
The Rust‑based NVIDIA “Nova” driver — a community effort separate from NVIDIA’s proprietary blob — sees concrete progress this cycle:
- Blackwell and Hopper architecture fixes expand compatibility with NVIDIA’s latest data‑center and AI‑focused GPUs
- GSP (GPU System Processor) boot improvements make initialization more reliable
- vGPU support now allows the GSP to boot with virtualized GPU features enabled, a key step for cloud and virtualization use cases
Meanwhile, the long‑standing open‑source Nouveau driver gains NVDEC support, enabling the NVK Vulkan Video path. This paves the way for hardware‑accelerated video decoding on NVIDIA GPUs through the Vulkan stack, benefiting media players and video editors that leverage Vulkan for transcoding and playback.
Core DRM: More Aggressive TTM
Beneath the surface, the Translation Table Maps (TTM) memory management layer has been tuned to be more aggressive in how it allocates and evicts GPU memory. This change should deliver better throughput and responsiveness across multiple driver families by making memory reclamation decisions more proactive rather than reactive.
What’s Next
With the 7.3 merge window underway, distribution maintainers will begin integrating these changes into their upcoming releases. Gamers, workstation users, and owners of older Radeon hardware alike stand to benefit from a kernel that brings both cutting‑edge features and renewed life to legacy GPUs.
As always, final performance and compatibility will depend on pairing the new kernel with up‑to‑date Mesa drivers and firmware blobs, but early indications suggest Linux 7.3 will be one of the most impactful graphics‑focused releases in recent cycles.
Source: Phoronix
