Valve Leaks AMD FSR 4.1 for RDNA 3 GPUs in Proton Update: Game-Changing AI Upscaling Coming to Linux

Valve has accidentally opened the floodgates for AMD’s next-generation upscaling technology on the Linux operating system. In the latest update to Proton Experimental—the compatibility layer that powers gaming on SteamOS—sleuths discovered that Valve has quietly bundled unreleased AMD DLL files that enable machine-learning-driven FSR 4.1 (FidelityFX Super Resolution) on older graphics hardware.

The leak, first spotted in code changes to VKD3D-Proton (the translation layer responsible for converting DirectX 12 calls into Vulkan), indicates that Valve is actively preparing a system-level upscaler upgrade pipeline. This discovery gives Radeon users using Linux an unexpected early test of AMD’s AI upscaling pipeline weeks before its official public rollout.

The Leaked Component: Inside amdxcffx64.dll

The core of the leak centers on the inclusion of a specific, unreleased binary file: amdxcffx64.dll. Historically linked to AMD's private "Vanguard" beta testing driver packages, this runtime file acts as an interface that allows the operating system to inject modern machine learning upscaling directly into active game instances.

By integrating this file straight into Proton Experimental, Valve has effectively bypassed the traditional requirement where game developers must manually implement a new upscaler SDK patch into their game code. Instead, Proton can intercept older FSR 3 scaling requests and seamlessly route them through the newly uncovered FSR 4.1 pipeline.

RDNA 3 and RDNA 3.5: The Supported Hardware Lineup

While AMD originally launched its AI-powered FSR 4 framework exclusively alongside its newest generation architecture, this structural leak focuses squarely on previous-generation hardware layouts. The translation layer additions explicitly target silicon built on the RDNA 3 and RDNA 3.5 architectures.

GPU Architecture Common Silicon Examples FSR 4.1 Leak Compatibility Status
RDNA 3 (Discrete) Radeon RX 7800 XT, RX 7900 XTX Fully Active via Proton Experimental
RDNA 3 (Laptop) Radeon RX 7600M XT, Custom Steam Machine GPUs Fully Active via Proton Experimental
RDNA 3.5 (Integrated) Ryzen Z2 Series, Radeon 890M (Next-Gen Handhelds) Active (Testing phase for mobile APUs)
RDNA 2 (Legacy) Steam Deck (Aerith/Sephiroth APU), RX 6000 Series Unsupported (Targeted for optimization in 2027)

Notably, this means standard Steam Deck owners are left out of this current experimental update. Because RDNA 2 lacks dedicated hardware-level matrix-multiplication blocks, adapting the machine learning models to run efficiently on older APUs requires intensive shader cycle optimization that AMD does not plan to release publicly until sometime next year.

The Technical Hurdle: Overcoming the FP8 vs. INT8 Split

The reason this leak is generating immense interest among hardware enthusiasts comes down to how mathematical data models are processed at the silicon layer. The baseline FSR 4 model was natively trained to leverage FP8 (8-bit floating point) precision logic, an instruction set handled natively by the newest graphics architectures.

RDNA 3 and RDNA 3.5 chips do not possess native FP8 acceleration blocks. To circumvent this hard physical limitation, Valve’s translation engine forces the FSR 4.1 instruction sets to execute using INT8 (8-bit integer) data types instead.

While integer math processing requires a modified data profile, early testing reports from community experimenters indicate that the visual quality remains crisp. The translation successfully tightens fine geometric details, eliminates the distracting shimmering artifacts common to temporal upscalers, and mitigates edge ghosting without introducing massive render latency penalties.

Why Valve Pushed the Button Early

Valve’s aggressive integration of unreleased AMD software assets underscores a broader ecosystem strategy. With recent updates to SteamOS officially stabilizing support for dedicated console-like Steam Machines, Valve is highly motivated to maximize the performance of affordable, mid-tier Radeon hardware.

Giving a system-level option to "force-upgrade" muddy FSR 3 temporal data into clean, AI-reconstructed FSR 4.1 frames gives Linux gaming a massive competitive edge. It allows low-power systems and console alternatives to push higher visual fidelity on high-resolution displays, altering the performance metrics of open-source gaming environments before the underlying tech even leaves AMD's testing labs.