Dev

Linux 7.3 to Provide Stable Support for Intel Nova Lake S Integrated GPU

In the Linux 7.3 kernel cycle, next-generation Intel Nova Lake S processors' integrated graphics will be treated as stable. Previously requiring the force_probe parameter, it will now be enabled by default.

4 min read Reviewed & edited by the SINGULISM Editorial Team

Linux 7.3 to Provide Stable Support for Intel Nova Lake S Integrated GPU
Photo by Slejven Djurakovic on Unsplash

According to a report by Phoronix’s Michael Larabel, in the upcoming Linux 7.3 kernel cycle, Intel’s next-generation processor “Nova Lake S” integrated graphics will be treated as stable. Nova Lake S is expected to begin shipping in early 2027.

Intel software engineers have been upstreaming graphics support for the next-generation architecture “Xe3P” for several months. As part of this effort, driver code for the integrated graphics found in Nova Lake has been incrementally merged into the mainline kernel.

So far, Nova Lake’s integrated graphics have existed in the mainline kernel as experimental support. However, to use it with existing kernels, users had to manually enable it by specifying the Intel graphics PCI device ID and using the force_probe= module parameter.

Transition to Stability

Starting with Linux 7.3, Nova Lake S graphics will be treated as stable and enabled by default. The patch implementing this change includes a concise comment: “NVL-S is stable enough to drop the force_probe requirement. Let’s do it.”

This patch was submitted as part of the latest drm-xe-next pull request. This pull request is included in the final batch of new material staged into DRM-Next ahead of next month’s Linux 7.3 merge window.

In addition to enabling Nova Lake S graphics by default, the patch set also includes various new workarounds, GuC (Graphics microController) updates, RAS (Reliability, Availability, Serviceability) improvements, and other fixes.

The Position of Linux 7.3

This move makes Linux 7.3 the de facto minimum baseline for using Nova Lake S integrated graphics on Linux. If you plan to run systems equipped with Nova Lake S in a Linux environment in early 2027, it is recommended to use Linux 7.3 or later.

The Intel Linux graphics driver team continues its approach of upstreaming support for new-generation GPUs ahead of kernel releases. This Nova Lake S support aligns with the traditional strategy of stabilizing support months before product shipments. This approach allows users to use integrated graphics without additional configuration or experimental flags as soon as they obtain the new hardware.

In related efforts, Linux 7.2 enabled UltraRISC’s RISC-V support in default builds, and zlib-rs 0.6.4 includes a fix for Raptor Lake crashes. This shows that Intel hardware support is steadily expanding with each Linux kernel cycle.

Implications of the Xe3P Architecture

The Xe3P architecture adopted by Nova Lake S is positioned as the latest generation of Intel’s graphics architecture. Xe3P is an evolution from the previous Xe architecture and is part of the common foundation Intel uses for both integrated and discrete GPUs.

The Intel Linux driver development team began upstreaming Xe3P support into the mainline kernel several months ago. This work may have implications not only for Nova Lake S but for Intel’s entire future GPU product line.

With Nova Lake S integrated graphics becoming stable, Linux distribution vendors can support Nova Lake S without applying additional patches when releasing distributions based on the new kernel.

Editorial Opinion

The fact that Nova Lake S integrated graphics will be treated as stable in Linux 7.3 demonstrates Intel’s strong commitment to the Linux community. Intel’s approach of stabilizing drivers months before product shipment contributes to an improved user experience. For engineers and data center operators who adopt Linux as their primary platform, a smooth transition to new hardware is a key factor. This move is expected to encourage Linux adoption for workstations and servers equipped with Nova Lake S. In the long term, Intel’s strategy of adopting a common foundation for integrated and discrete GPUs in the Xe3P architecture could lead to more efficient driver development. However, amid intensifying competition from NVIDIA and AMD in the GPU market, it remains uncertain how much advantage Intel can demonstrate in graphics performance on Linux. Particularly in high-end computing applications, there are still many challenges to competing with NVIDIA’s CUDA ecosystem.

References

Frequently Asked Questions

When will Nova Lake S be released?
It is expected to begin shipping in early 2027. Intel has not announced a specific date, but based on the timing of this Linux kernel support, a launch in the first quarter of 2027 is considered likely.
How can I use Nova Lake S integrated graphics on kernels other than Linux 7.3?
On kernels prior to Linux 7.3, you need to manually set the force_probe module parameter by specifying the Intel graphics PCI device ID. In Linux 7.3, it will be enabled by default without this parameter.
What level of performance can be expected from Nova Lake S integrated graphics?
Specific performance data has not been publicly released at this time. Apart from the fact that it adopts the Xe3P architecture, details are unknown, and benchmark results or specifications will have to wait until the product announcement.
Source: Phoronix

Comments

← Back to Home