Nouveau Merges Blackwell Display Fixes into Linux 7.3-rc2
Nouveau merges Blackwell GPU display fixes into Linux 7.3-rc2, addressing GSP and HDMI issues and advancing HDMI 2.1 support.
Display-related fixes for the current-generation Blackwell architecture have been merged into the Linux kernel for Nouveau, the open-source NVIDIA GPU driver. According to reporting by Michael Larabel of Phoronix, the fixes were merged together as part of Direct Rendering Manager (DRM) fixes for Linux 7.3-rc2.
They address multiple issues related to interaction with the GPU System Processor (GSP) and HDMI handling. The changes improve display output stability on the Blackwell generation and lay the groundwork needed for future HDMI 2.1 support.
Overview of the Blackwell Display Fixes
The newly merged fixes are included in DRM fixes made ahead of Linux 7.3-rc2, scheduled for release on September 7, 2026. According to the Phoronix article, multiple patches improving Blackwell GPU display support in the Nouveau kernel driver were merged overnight.
The scope goes beyond a single bug fix. It is a series of patches consisting of four independent groups related to GSP-driven display handling, each resolving a different display path issue. They include handling of HDMI vendor infoframes on GB20x hardware, a fix for the AVMute register offset in HDMI GCP, and a fix for vertical blank interrupts on Blackwell GPUs.
These correct display instability and output anomalies under specific conditions that had become apparent on the Blackwell generation. In the Linux 7.3 development cycle, this can be seen as a sign that Nouveau’s display stack is steadily maturing.
GSP Interaction and HDMI-Related Fixes
At the center of the fixes is improved interaction with the GSP. The GSP is a dedicated processor on NVIDIA GPUs that handles tasks such as power management and display control on recent NVIDIA GPUs. Nouveau is in the process of transitioning to display control via the GSP, and these fixes continue that effort.
Specifically, inconsistencies in timing control and register access for GSP-driven displays have been fixed. For HDMI vendor infoframes, a case where incorrect data was sent on GB20x has been corrected. An incorrect register offset for AVMute in HDMI GCP has also been fixed, improving the reliability of mute control.
The vertical blank interrupt fix concerns an important part of display refresh synchronization. If this interrupt is not handled correctly, it can lead to screen flickering, VSync issues, and delays in compositing. It can be regarded as a fix directly tied to stability for desktop use and video playback on Blackwell systems.
Groundwork Toward HDMI 2.1 Support
It is noteworthy that this set of fixes was created as part of ongoing work to enable HDMI 2.1. Nouveau developer Mohamed Ahmed explained in the patch series as follows.
Several fixes for GSP-driven displays consisting of four independent groups. These were created as part of ongoing HDMI 2.1 bring up and display handling clean-up work, so some of them are not issues now (e.g., the 2.147GHz pixel clock cap) but fixing them is required to get advanced features such as FRL, DSC, VRR, etc working properly.
According to this description, some of the fixes are preemptive for issues that have not yet surfaced. The cited 2.147GHz pixel clock cap, for example, is not a constraint in current use, but would become an obstacle for future high-resolution, high-refresh-rate output.
The ultimate goal is advanced HDMI 2.1 features such as FRL (Fixed Rate Link), DSC (Display Stream Compression), and VRR (Variable Refresh Rate). FRL is a high-speed transmission mode introduced with HDMI 2.1 that enables high-bandwidth video transmission such as 4K 120Hz and 8K 60Hz. DSC is a technology that compresses video while minimizing visual degradation to use bandwidth efficiently. VRR varies the display refresh rate to reduce tearing in games and other content.
To make these features work correctly in Nouveau, foundational fixes such as removing the pixel clock limit, accurately generating infoframes, and stabilizing interrupt handling are essential. These patches can be positioned as solidifying that foundation.
Integration into Linux 7.3-rc2 and Other
Driver Fixes
The Nouveau fixes were merged as part of overall DRM fixes for Linux 7.3-rc2. According to Phoronix, fixes for AMDGPU and Intel graphics drivers as well as smaller DRM drivers were merged at the same time.
Graphics-related updates are active in Linux 7.3. As reported in Nova Lake S Adds Seven GPU IDs in Linux 7.3, the addition of identifiers for Intel’s next-generation GPUs is also progressing in this version. And as in Vulkan Video Encode Returns on Intel Alchemist GPUs, improvements to video processing features on Intel GPUs continue on the Linux kernel side.
As support for next-generation hardware thus progresses in parallel across the DRM subsystem, Nouveau’s Blackwell support forms part of that effort. Linux 7.3 could become a release with a concentration of graphics driver updates.
Current State of the Open-Source NVIDIA Stack
Nouveau is a kernel driver for driving NVIDIA GPUs with open source, developed by the community over many years. In recent years, NVIDIA’s shift toward publishing GSP firmware and open kernel modules has changed the development environment for Nouveau.
Blackwell is NVIDIA’s current-generation architecture, including GB20x-series chips. While traditional Nouveau faced dependence on closed firmware and constraints from reverse engineering, the new approach leveraging the GSP is moving toward implementing display and power control using NVIDIA’s published resources.
However, HDMI 2.1 support involves not only technical implementation but also specification constraints. It is known as a challenge for the entire Linux graphics stack that the HDMI Forum restricts disclosure of HDMI 2.1 functionality for open-source implementations. Discussion continues around HDMI 2.1 support for AMDGPU as well, and Nouveau’s current effort should be understood in the same context.
Fixing low-level issues with pixel clocks, infoframes, and interrupt handling in this round reduces obstacles to enabling FRL, DSC, and VRR in the future. Combined with cleanup of display handling, it is also expected to contribute to improved maintainability of the codebase.
For Linux distribution users, display stability is expected to improve when using the open-source driver on systems with Blackwell GPUs. In particular, it may help mitigate issues previously seen with HDMI output to external displays and use in high-resolution environments.
Editorial Opinion
In the short term, we expect display stability for Blackwell GPUs to improve in kernels from Linux 7.3-rc2 onward, with fewer bug reports related to HDMI output. GSP-based display control is still transitioning from the previous implementation, and accumulating fixes to registers and interrupts like these will increase practical usability in desktop environments. While advanced HDMI 2.1 features will not be enabled immediately, progress on groundwork such as removing the pixel clock limit can be evaluated as preparation for future feature additions. From a longer-term perspective, progress in Nouveau’s use of the GSP and HDMI 2.1 support will determine the position of the open-source stack for NVIDIA GPUs on Linux. While NVIDIA provides open kernel modules, the question is how far community-led Nouveau can independently achieve high-functionality display support. If FRL, DSC, and VRR become stably available in open source, Linux options for gaming and creative workloads could expand.
References
- “Nouveau Lands Display Fixes For NVIDIA Blackwell GPUs As It Works Toward HDMI 2.1”, by Michael Larabel — Phoronix, 2026-09-05T11:20:00.000Z (ARR)
- Source URL: https://www.phoronix.com/news/Nouveau-Blackwell-Display-Fixes
Frequently Asked Questions
- What does Nouveau's Blackwell display fix improve?
- It includes improved coordination with the GSP, a fix for HDMI vendor infoframes on GB20x, a fix for the AVMute register offset in HDMI GCP, and a fix for vertical blank interrupts on Blackwell. The goal is to improve display output stability and prepare the foundation for future HDMI 2.1 features.
- What are HDMI 2.1 FRL, DSC, and VRR?
- FRL is HDMI 2.1's high-bandwidth transmission mode enabling 4K 120Hz and similar modes. DSC is a technology that compresses video to save bandwidth, and VRR varies the refresh rate to suppress tearing. These fixes establish the prerequisites for making them work.
- When will these fixes be available in the Linux kernel?
- They have already been merged as DRM fixes for Linux 7.3-rc2. The final Linux 7.3 release is expected after the release candidates, and users will benefit once distributions adopt that version.
Comments