"Panthor" DRM Driver Coming Together For Newer Arm Mali GPUs

Written by Michael Larabel in Linux Kernel on 4 December 2023 at 01:28 PM EST. 28 Comments
LINUX KERNEL
Being worked on recently by Boris Brezillon at Collabora is Panthor, a new Direct Rendering Manager (DRM) driver for supporting the newer Arm Mali graphics processors.

Panthor is for supporting newer Mali GPUs that implement Arm's v10 GPU architecture. One of the main focuses is on the new Command Stream Frontend "CSF" as a replacement to its prior Job Manager interface. The CSF provides a firmware-driven command stream queue that is used by both kernel and user-space drivers for job submission to the GPU.

Rockchip SoC


The initial Panthor driver development has been focused on enabling the GPU of the Rockchip RK3588, which features a Mali-G610 MC4 GPU. The Panthor DRM driver is designed from the start to support modern Vulkan API needs like sparse memory bindings.

Besides the Panthor DRM kernel driver, there is this Mesa merge request for supporting this new driver and the Mali v10/CSF hardware by the Panfrost Gallium3D driver and PanVK Vulkan driver.

Those wanting to learn more about this Linux DRM Panthor driver project that remains under active development can find the newly-published code on the mailing list.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week