AMD Initiates GPU Driver Updates for Linux 7.3
AMD submits new patches for AMDGPU/AMDKFD drivers to DRM-Next for Linux 7.3 kernel cycle, including compute pipe reset and GPU recovery improvements.
AMD officially began updating its graphics drivers for the Linux 7.3 kernel cycle on July 5, 2026. Alex Deucher, the maintainer of the AMDGPU/AMDKFD drivers, has submitted the initial pull request to the DRM-Next branch.
While Intel had earlier submitted graphics driver patches for Linux 7.3, AMD has followed suit by introducing its own set of new features. This pull request is expected to be integrated into the Linux 7.3 kernel, which is scheduled for release in late 2026.
Key Updates
The initial patch includes several significant feature updates. The most notable is the implementation of the compute pipe reset functionality. This feature allows for the reset of compute pipes in GFX11 (RDNA3) and GFX12 (RDNA4) hardware when issues arise, limiting the impact to specific pipes rather than causing a full GPU reset. Previously, compute pipe failures could lead to the reset of the entire GPU, but this new functionality minimizes the scope of impact.
Updates to the User Queue mechanism have also been made. This feature enables direct management of GPU queues from user space, which is particularly useful for workloads requiring low-latency compute processing.
Improvements have been added to RAS (Reliability, Availability, Serviceability) features. Enhanced error detection and reporting functionalities are expected to bolster robustness in environments like data centers where reliability is critical.
Another addition is the capability to parse panel type information from DisplayID. DisplayID is a standard for storing monitor identification details, and parsing this information facilitates optimal display settings based on panel characteristics.
Updates to DCN (Display Core Next) 4.2 IP include support adjustments for 8K resolution displays and enhancements in backlight control.
Further updates to GFX 11.7 signify support for mid-range architecture GPUs referred to as RDNA “4m.” AMD is expected to offer multiple sub-variants within the RDNA4 generation, with GFX 11.7 being one of them.
Strengthened Code Hardening
A noteworthy aspect of the new patches is the significant enhancement in code hardening for drivers written in C. Improvements have been made to boundary checks in vBIOS parsing processes, along with the addition of various other boundary inspections. These changes aim to prevent vulnerabilities such as buffer overflows caused by malicious inputs.
On the AMDKFD (AMD Kernel Fusion Driver) side, boundary checks have been added for CRIU (Checkpoint/Restore In Userspace) functionality. CRIU is a technology used for saving and restoring process states, particularly useful for live migration in container environments. These updates make checkpoint and restore operations for GPGPU compute workloads safer.
GPU Recovery Improvements by Valve
This pull request also includes contributions from Timur Kristóf of Valve’s Linux graphics team. Kristóf has improved soft reset and GPU recovery mechanisms for early Radeon GCN (Graphics Core Next) GPUs. The GCN architecture was widely used from the Radeon HD 7000 series in 2012 to the Radeon RX 500 series in 2016. These improvements are expected to boost recovery rates in cases of driver crashes for these GPUs.
Valve relies heavily on AMD GPUs for its Steam Deck and gaming platform. While the Steam Deck uses custom RDNA2 architecture-based APUs, older GCN generation GPUs remain significant for SteamOS compatibility testing and support for legacy hardware.
Changes to SIGBUS Handling
The AMDKFD compute driver now includes a feature that allows applications to opt out of receiving SIGBUS signals. Previously, critical errors in GPU memory would result in SIGBUS signals being sent to processes, forcing their termination. The new changes enable applications to implement their own error-handling mechanisms.
The ROCm (Radeon Open Compute) platform has already been updated to support these changes in SIGBUS handling. In High-Performance Computing (HPC) and AI/ML workloads, where continuity of processing is crucial, this update holds significant practical value.
Outlook for the Coming Weeks
This pull request is only the first wave of AMDGPU/AMDKFD driver changes for Linux 7.3. Alex Deucher plans to submit additional feature patches to DRM-Next in the coming weeks.
The Linux kernel merge window typically opens before the start of the release candidate (rc) cycle. With Linux 7.3 expected to be released in late 2026, the integration of these changes into the kernel will depend on reviews by Linus Torvalds and subsystem maintainers.
It is worth noting that the recently released Linux 7.2-rc1 included support for HDMI 2.1 FRL (Fixed Rate Link) and Cache Aware Scheduling in the AMDGPU driver. The updates for Linux 7.3 can be seen as a continuation of these advancements.
Industry Impact and Assessment
In recent years, AMD has actively contributed to Linux kernel development for graphics drivers. Particularly for RDNA3 and later architectures, the quality of open-source drivers has reached a level of practical utility for both gaming and professional applications.
The compute pipe reset and code hardening enhancements directly improve the reliability of AMD GPUs in servers and workstations. This is especially beneficial in AI training and HPC environments, where long computational jobs are at risk of interruptions due to GPU errors. The SIGBUS opt-out feature is also valuable in such contexts.
Meanwhile, Valve’s improvements to GCN-generation GPU recovery are a welcomed change for the Linux gaming community. While the success of the Steam Deck has significantly improved game compatibility on Linux, stable performance on older GPU systems remains a critical requirement.
The code hardening measures align with the broader trend of security enhancements across the Linux kernel. Graphics drivers, which are heavily accessed from user space, represent significant attack vectors, making the addition of boundary checks particularly important.
Editorial Opinion
In the short term, attention should be focused on the additional feature patches that Alex Deucher plans to submit in the coming weeks as Linux 7.3 gears up for its release in late 2026. The extent to which RDNA4 generation (GFX12) support progresses will be a key determinant of future Linux compatibility for AMD GPU-powered systems. The implementation of compute pipe reset is poised to enhance fault tolerance in multi-GPU configurations, offering practical benefits for data center operators.
From a long-term perspective, AMD’s active involvement in Linux kernel development bolsters its market position. Unlike NVIDIA, which continues to rely on proprietary drivers, AMD is steadily improving the capabilities of its open-source drivers. This could further drive adoption in AI and HPC domains. Additionally, Valve’s enhancements to GCN support will contribute to better GPU compatibility across Linux desktops, not just the Steam Deck.
As for the strengthened code hardening measures, the real question is how effectively these changes will mitigate vulnerabilities in the future.
References
- Phoronix — Published on 2026-07-05
Frequently Asked Questions
- When is Linux 7.3 expected to be released?
- Linux 7.3 is anticipated to be released in late 2026. Typically, Linux kernels follow a development cycle of about 2–3 months. Considering that the stable release of Linux 7.2 was made in mid-2026, Linux 7.3 could launch as early as September to November 2026, depending on bug fixes during the rc cycle.
- What is compute pipe reset?
- Compute pipe reset is a feature that allows the reset of specific compute pipes in a GPU when errors occur, rather than resetting the entire GPU. Previously, failures in compute pipes could lead to the complete shutdown of the GPU. This feature helps limit the impact of such failures, making it particularly useful for long-running computational jobs like AI training and HPC.
- Which AMD GPUs are affected by these changes?
- The compute pipe reset primarily targets RDNA3 (GFX11) and RDNA4 (GFX12) GPUs. The updates also include support for GFX 11.7 (RDNA 4m). Additionally, the GPU recovery improvements by Valve apply to earlier Radeon GCN architecture GPUs. Features like 8K display support and code hardening will impact a broader range of AMD GPUs. ## References - [AMD Begins Staging Graphics Driver Changes For Linux 7.3 - Phoronix](https://www.phoronix.com/news/AMDGPU-AMDKFD-Start-Linux-7.3) — Published on 2026-07-05 - Related: [Linux 7.2-rc1 Released with Support for AMDGPU HDMI 2.1 FRL and Cache Aware Scheduling](https://singulism.com/en/linux-7-2-rc1-released)
Comments