Robert Foss
March 13, 2019
Reading time:
During the past few months significant progress has been made on the Open Source Arm Mali GPU driver front, culminating in the Panfrost driver targeting Mali T and G-series of GPUs being available now.
The process of reverse engineering Arm GPUs has been going on for a long time, starting with Luc Verhaegens work on the low-end Mali 2/3/400 series of GPUs based on the Arm Utgard family of GPUs.
This driver has recently seen a lot new attention and is itself progressing quickly, which means it will be soon accepted in the kernel. A piece of trivia is that this GPU architecture was what Arm received when they purchased the Norwegian GPU IP vendor Falanx Microsystems.
The Mali T and G-series of GPUs are based on the Midgard and Bifrost architectures respectively, both of which are quite different from the 2/3/400 series. However the T and G-series are somewhat similar at least when it comes to the way a driver can be built for them. This is why the Panfrost driver is aiming to support both architectures with one driver.
At Embedded World 2019 Collabora demoed the Panfrost driver running kmscube (video below, on the right). The singleboard computer used was a Radxa Rock Pi 4, which was generously sent to us by Tom Cubie.
Panfrost currently runs simple 3D applications like kmscube, the Wayland based Weston desktop and even more complex 3D benchmarks like glmark2.
This is still a new driver and it is in heavy development currently.
There are two semi-parallel parts under development currently; the new kernel driver and the Mesa userspace driver.
The new kernel driver is intended to replace the Open Source driver that Arm provides for its Mali GPUs (mali_kbase). Up until recently the Mesa Panfrost has been used with a shim between the Arm kernel driver and the userspace driver. While the Arm kernel driver exists, it cannot accepted into the upstream Linux kernel project for multiple reasons, but most importantly it doesn't expose the DRM API that userspace expects of modern GPU drivers in the kernel.
As for the Panfrost Mesa driver, this driver is under heavy development and is seeing fixes, improvements to the compiler and new features added at a rapid pace. This driver is being built on top of the common Gallium driver framework in Mesa, which means that it will be relatively easy to move features from other drivers to the Panfrost driver.
Additionally the Panfrost driver uses the NIR intermediate representation (IR) for its compiler, which is the most common and most modern IR that Mesa implements. This again means that new and upcoming features like OpenCL for example, will be portable from the other Gallium/NIR drivers to Panfrost.
These drivers are community drivers, but have been spearheaded by Alyssa Rosenzweig, Lyude Paul, Connor Abott, Rob Herring and Collabora's very own Tomeu Vizoso.
I would also like to thank Tom Cubie for sending out Rock Pi 4 boards to not just me, but the wider Panfrost development community.
Visit Robert's blog.
08/10/2024
Having multiple developers work on pre-merge testing distributes the process and ensures that every contribution is rigorously tested before…
15/08/2024
After rigorous debugging, a new unit testing framework was added to the backend compiler for NVK. This is a walkthrough of the steps taken…
01/08/2024
We're reflecting on the steps taken as we continually seek to improve Linux kernel integration. This will include more detail about the…
27/06/2024
With each board running a mainline-first Linux software stack and tested in a CI loop with the LAVA test framework, the Farm showcased Collabora's…
26/06/2024
WirePlumber 0.5 arrived recently with many new and essential features including the Smart Filter Policy, enabling audio filters to automatically…
12/06/2024
Part 3 of the cmtp-responder series with a focus on USB gadgets explores several new elements including a unified build environment with…
Comments (11)
Semepe Maple:
Mar 28, 2019 at 12:03 AM
Great work! Does panfrost support the Mali G76 MP12 GPU?
Reply to this comment
Reply to this comment
Robert Foss:
Mar 28, 2019 at 08:56 AM
Hey Semepe,
I haven't personally tested Panfrost on Mali G76, but it is one of the
targets of the driver.
Currently the Bifrost (G-XX) series of GPUs are not quite as well
supported as the Midgard (T-XXX) ones.
Rob.
Reply to this comment
Reply to this comment
Semepe Maple:
Mar 28, 2019 at 02:56 PM
Good to know, thanks.
What's ARM position when it comes to having an opensource (but reverse engineered) driver in mainline? I understand you guys work very close with them, so I'm curious about how that conversation is developing, if any.
Reply to this comment
Reply to this comment
Robert Foss:
Mar 28, 2019 at 04:50 PM
I don't really know what the ARM position is, but some vendors do choose to start contributing once an Open Source driver has been made available.
Reply to this comment
Reply to this comment
Semepe:
Mar 28, 2019 at 06:04 PM
Yeah, definitely. What's your estimate as for when this should be hitting mainline? Also, are there any RFCs or patchsets out there on the mailing lists already?
Reply to this comment
Reply to this comment
Robert Foss:
Mar 28, 2019 at 06:41 PM
The only estimate I can give you for the kernel driver is soon-ish, an RFC has been sent out to the kernel mailing list.
Reply to this comment
Reply to this comment
Michal Lazo:
Apr 02, 2019 at 01:39 PM
I would like to see working gnome shell in middle of this year :)
weston is working.
what about mutter ?
Reply to this comment
Reply to this comment
Robert Foss:
Apr 02, 2019 at 02:41 PM
Hey,
I would think running mutter can't be that far away.
A post related to that was written by Alyssa yesterday.
https://rosenzweig.io/blog/kodi-supertuxkart-panfrost.html
Rob.
Reply to this comment
Reply to this comment
MICHAL LAZO:
Apr 02, 2019 at 05:16 PM
I read that blog post.
I really miss old Panfrost gitlab. so All related discussion was on one place.
What do you use now for coordinating Panfrost development?
thx for all work
Reply to this comment
Reply to this comment
Pietre:
Sep 23, 2019 at 12:36 PM
Hi, I like the blog and I think your work is incredible, I hope you keep improving, I have a question, would this driver work without problems in allwinner or another SoC manufacturer? To make it work properly, it would be necessary to define it in the device tree with the following documentation ???: https://www.kernel.org/doc/Documentation/devicetree/bindings/gpu/arm%2Cmali-midgard.txt a hug from Spain
Reply to this comment
Reply to this comment
Robert Foss:
Sep 23, 2019 at 06:04 PM
Yeah, a DT entry would be needed. As for which SOCs you can use it with, the Mali-TXXX series of GPUs are the ones that a targeted at the moment.
Reply to this comment
Reply to this comment
Add a Comment