RTX 5080 Surfaces, Linux Kernel Patches Boost Apple M4 & PCIe Stability
NVIDIA's next-gen GPU hints emerge via GeForce NOW, while new Linux kernel patches lay the groundwork for Apple M4 SoC support and improve PCI Express stability, crucial for AMD Ryzen AI Max+ systems.
GeForce NOW Server Hints at Next-Gen NVIDIA RTX 5080 GPU (NVIDIA Blog)
NVIDIA's cloud gaming service, GeForce NOW, has announced an expansion of its server infrastructure with a new facility in Toronto, Canada. Crucially, this new server is described as being 'GeForce RTX 5080-powered.' This marks one of the first official mentions, albeit indirect, of a high-end GPU from NVIDIA's next-generation series, following the current RTX 40-series. While the announcement primarily focuses on the benefits for GeForce NOW users—such as reduced latency and dedicated high-performance streaming—the underlying hardware reveal is of significant interest to the broader GPU hardware community.
The introduction of an RTX 5080 in a cloud gaming context suggests that NVIDIA is actively rolling out or at least preparing the deployment of its upcoming GPU architecture. This early integration into GeForce NOW could provide a glimpse into the performance capabilities and power efficiency of these new GPUs, even before a formal consumer or data center launch. Hardware enthusiasts and industry watchers will be dissecting this detail for any hints regarding the specifications, release timeline, and target performance of NVIDIA's next flagship gaming and professional GPUs.
Seeing a '5080' mentioned, even in GFN, is exciting. It confirms next-gen is coming and gives us an early peek at what's likely a powerful new SKU.
Linux Kernel Patch Aims to Fix PCIe Bugs by Aligning with PCI Spec (Phoronix)
A new proposed patch for the Linux kernel addresses persistent issues related to PCI Express device stability, specifically concerning devices failing to resume from power-saving states like D3cold (s2idle). The bug was notably reported with the xHCI controller on AMD Ryzen AI Max+ 'Strix Halo' Framework Desktop systems, where USB devices behind the controller would become unresponsive after resuming from suspend. The proposed fix introduces a brief, architecturally mandated delay in the D3cold exit sequence, ensuring that the system fully complies with the PCI specification's timing requirements for device initialization after a deep power-down state.
This patch is critical for improving the robustness and reliability of Linux systems, particularly those with complex PCIe topologies and modern power management features. While the initial report stems from a USB controller issue, such low-level PCI compliance fixes often have ripple effects, benefiting other PCIe-connected devices, including discrete and integrated GPUs, by preventing similar resume failures or instability. For developers and users encountering such hardware-related suspend/resume bugs, this patch represents a crucial step towards a more stable Linux desktop and server experience on contemporary hardware.
PCIe resume bugs are infuriating. This kernel patch for D3cold timing is a precise fix that should stabilize many modern AMD and potentially other systems experiencing similar issues.
Initial Linux Kernel Patches Emerge for Apple M4 SoC Boot Support (Phoronix)
Following initial support for the Apple M3 SoC in the Linux 7.2 kernel, developers are now pushing forward with the enablement of the next-generation Apple M4 SoC on Linux. Phoronix reports the posting of the first Device Tree (DT) files, which are essential for the Linux kernel to correctly identify and initialize the M4's various hardware components, including its integrated CPU and GPU. These early patches are foundational, allowing the kernel to merely boot to a basic console at this stage, indicating the very beginning of the long process to bring full Linux functionality to Apple's latest silicon.
The Apple M4 features an advanced integrated GPU, and the development of these initial Linux kernel patches is a critical milestone for future graphics driver enablement on the platform. The ongoing work by the Asahi Linux project and other open-source contributors is paving the way for full GPU acceleration, VRAM management, and display output support on M4-powered devices. For hardware hackers and developers, these patches provide the necessary hooks to begin experimenting with the M4 and contributing to its Linux compatibility, eventually leading to a fully functional Linux experience on Apple's powerful ARM-based systems, offering an alternative to macOS.
Getting Linux to even boot on the M4 is a huge step. These Device Tree patches are the bedrock for future GPU driver work, letting us dream of a performant Linux on M4.