Dev

Intel Linux Driver to Support HDR Through DP MST

Intel's Linux kernel display driver now supports HDR over DP MST. Google’s Gil Dekel submitted a patch adding just 60 lines of code, targeting integration in the Linux 7.3 cycle.

5 min read Reviewed & edited by the SINGULISM Editorial Team

Intel Linux Driver to Support HDR Through DP MST
Photo by Brecht Corbeel on Unsplash

A patch enabling HDR (High Dynamic Range) display over DisplayPort Multi-Stream Transport (DP MST) has been released for Intel’s open-source graphics driver for Linux. According to Phoronix (June 26, 2026), Google engineer Gil Dekel submitted a series of patches to the Linux Kernel Mailing List this week. If adopted, this update would remove a long-standing limitation and allow HDR output in multi-monitor setups.

Background of the Limitation

Until now, Intel’s Linux driver supported HDR only for direct connections, not via DP MST. DP MST is a technology that allows multiple monitors to be daisy-chained or connected through a docking station using a single DisplayPort cable. Given that many laptops and mini PCs commonly rely on docking stations to support external monitors, this limitation posed significant challenges in practical scenarios.

While HDR support within Linux desktop environments has gradually improved in recent years, with Wayland compositors and certain X11 implementations now enabling HDR output, DP MST has remained unsupported. This lack of support has hindered workflows in environments like creative workstations and multi-monitor development setups, where HDR compatibility is essential for productivity.

Patch Details and Challenges

The patch submitted by Gil Dekel consists of approximately 60 additional lines of code. A revised second version (Revision 2) was also resubmitted the same day, addressing issues identified in the initial review. The relatively small size of the code changes indicates that Intel’s display driver was already equipped with a robust foundation for HDR support. The patch primarily adds the necessary conditions for enabling the HDR pipeline over DP MST connections.

While the exact implementation details are still under review, it is believed that the patch includes processes to ensure the transfer of HDR metadata and maintain pixel format consistency across the entire DP MST topology. Since DP MST allows multiple displays to share the same stream, the patch likely implements a mechanism to individually transmit HDR metadata to each monitor or “sink.”

This patch missed the merge window for the Linux kernel 7.2, which is currently in its stabilization phase, meaning new features cannot be added. Thus, the patch is now targeting the next major release, Linux 7.3, which is expected to open its merge window in late 2026.

Impact on the Linux Graphics Stack

This patch has the potential to significantly enhance the user experience for systems with Intel GPUs. HDR output is a critical feature for creative tasks like video editing, and this enhancement could attract users who have previously avoided Linux due to its lack of HDR support in such environments.

The past few years have seen accelerated development in display-related improvements within the Linux kernel. For instance, the Linux 7.2 kernel added support for Apple M3 boot and various SoCs, showcasing the ongoing expansion of the graphics stack. While HDR support differs from optimizations like the 360% performance boost for MySQL through Linux Cache Aware Scheduling, it is equally vital for improving desktop user experience.

Comparison with Competing Drivers

AMD’s open-source driver (amdgpu) has offered limited HDR support via DP MST for some time. NVIDIA’s proprietary driver, on the other hand, has lagged behind in providing comprehensive HDR support for Linux, apart from a few efforts within the Nouveau project. By closing this gap, Intel could gain a competitive edge, particularly in the laptop market with integrated GPUs.

However, it’s important to note that for end-users to fully benefit from HDR functionality, the entire graphics stack—including the kernel driver, Mesa, Wayland compositors, X servers, and applications—must support it. Even if the patch is merged into the kernel, HDR won’t become universally available across all Linux desktops immediately.

Future Prospects

The target timeline for merging this patch into Linux 7.3 suggests a release in late 2026 or early 2027. Intel is also preparing its next-generation GPU architecture (Xe3/HPG), and strengthening its driver support ahead of these releases could be a strategic move.

The involvement of a Google engineer is another noteworthy aspect of this development. Google extensively uses the Linux kernel in its ChromeOS devices and data centers, and HDR support could also benefit external monitor compatibility for ChromeOS devices.

Editorial Opinion

In the short term, the focus will be on whether this patch is accepted into Linux 7.3. If the issues addressed in the second revision satisfy reviewers, its adoption in the next merge window seems likely. Should it be integrated, the patch will bring a tangible improvement for users of Intel-integrated GPU laptops and NUCs, particularly those connecting HDR monitors via docking stations. However, even with kernel support, the readiness of the Wayland compositors remains a separate challenge. Notably, HDR implementations in GNOME and KDE are still evolving, and it will take some time before both drivers and user-space tools fully align.

From a long-term perspective, this development marks progress in adapting Linux desktops for entertainment and creative industries. By supporting HDR, Linux can reduce barriers to adoption in fields like video editing and gaming. In the broader market, as Apple’s macOS and Windows continue to advance their HDR ecosystems, it is imperative for Linux to accelerate its efforts to remain competitive. While this patch is a step in the right direction, comprehensive efforts—including support for DisplayPort 2.1 and HDMI 2.1—are essential for Linux to fully capitalize on HDR technology.

References

Source: Phoronix

Comments

← Back to Home