Tomeu Vizoso
March 04, 2019
Reading time:
Following two months of work to develop a new kernel driver for Midgard and Bifrost GPUs, the kernel side of Panfrost is now in a form close to be acceptable in the mainline Linux kernel.
Below you can see the same scene that I recorded in January, which was rendered by Panfrost in Mesa but using Arm's kernel driver. This time, Panfrost is using a new kernel driver that is in a form close to be acceptable in the mainline kernel:
During the past two months Rob Herring and I have been working on a new driver for Midgard and Bifrost GPUs that could be accepted mainline.
Arm already maintains a driver out of tree with an acceptable open source license, but it doesn't implement the DRM ABI and several design considerations make it unsuitable for inclusion in mainline Linux.
The absence of a driver in mainline prevents users from keeping their kernels up-to-date and hurts integration with other parts of the free software stack. It also discourages SoC and BSP vendors from submitting their code to mainline, and hurts their ability to track mainline closely.
Besides the code of the driver itself, there's one more condition for mainline inclusion: an open source implementation of the userspace library needs to exist, so other kernel contributors can help verifying, debugging and maintaining the kernel driver. It's an enormous pile of difficult work to reverse engineer the inner workings of a GPU and then implement a compiler and command submission infrastructure, so big thanks to Alyssa Rosenzweig for leading that effort.
Most of the Panfrost code is already part of mainline Mesa, with the code that directly interacts with the new DRM driver being in the review stage. Currently targeted GPUs are T760 and T860, with the RK3399 being the SoC more often used for testing.
The kernel driver is being developed in the open and though we are trying to follow the best practices as displayed by other DRM drivers, there's a number of tasks that need to be done before we consider it ready for submission.
In the kernel:
In Mesa:
The exact bits used for the demo recorded above are in various stages of getting upstreamed to the various upstreams, but here are in branches for easier reproduction:
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 (13)
Anonymous:
Mar 05, 2019 at 11:13 AM
Will this work be dual-licensed so that more opensource projects than just Linux can benefit from it?
Reply to this comment
Reply to this comment
Tomeu Vizoso:
Mar 05, 2019 at 03:08 PM
Yes, it will be also MIT.
Reply to this comment
Reply to this comment
Nazar:
Mar 05, 2019 at 02:48 PM
What about Mali-400 GPU? It is still the world’s most popular mobile GPU, featured in 20% of devices.
What about headless Linux (without X, without Wayland)?
Reply to this comment
Reply to this comment
Tomeu Vizoso:
Mar 05, 2019 at 03:03 PM
Regarding Mali-400, that one has a completely different architecture and is thus supported by a different driver: Lima. Lima is in a more advanced state than Panfrost.
Regarding headless, that's already supported.
Reply to this comment
Reply to this comment
Peng Cheng:
Nov 15, 2022 at 10:13 PM
Hi, as you said "headless" is already supported. Could you elaborate a bit?
I am trying to make Mesa panfrost work on an ARM board without any display controller(think it is headless if I am correct), but I am stuck here.
Reply to this comment
Reply to this comment
Tomeu Vizoso:
Nov 17, 2022 at 08:27 AM
Hi!
> Hi, as you said "headless" is already supported. Could you elaborate a bit?
I was referring to https://registry.khronos.org/EGL/extensions/MESA/EGL_MESA_platform_surfaceless.txt being supported by Panfrost. So you can render to buffers without having a display or window system in place.
> I am trying to make Mesa panfrost work on an ARM board without any display controller(think it is headless if I am correct), but I am stuck here.
Feel free to put specific questions on IRC in the #panfrost channel in OFTC, or enter a support request at https://gitlab.freedesktop.org/mesa/mesa/-/issues/new .
Good luck!
Reply to this comment
Reply to this comment
Erik:
Mar 06, 2019 at 12:16 PM
What about the Mali-T628, which is also quite popular? A lot of existing installations would profit from support for it.
Reply to this comment
Reply to this comment
Tomeu Vizoso:
Mar 07, 2019 at 05:22 AM
I don't know of current work on the T628, but I'm sure someone will do the work once things are a bit more advanced.
Reply to this comment
Reply to this comment
stuart naylor:
Jul 12, 2019 at 01:27 AM
Tomeu,
Great work but I am confused to which branch the curious should be using?
I have been using the root master but still can not get glmark-es2 to complete with an rk3399 with wayland/weston, Linux 5.2.
I have been looking at the branches and confused is there one that is specific for panfrost fixes?
Reply to this comment
Reply to this comment
Tomeu Vizoso:
Jul 23, 2019 at 07:50 AM
Latest Mesa with 5.2 should work best.
Reply to this comment
Reply to this comment
Stuart Naylor:
Jul 23, 2019 at 02:05 PM
Cheers Tom,
PS dunno what happened with 5.3-rc1 but glmark2-es2 benchmarks plummeted
Reply to this comment
Reply to this comment
Stuart Naylor:
Jul 25, 2019 at 04:50 PM
I was running Mesa 5.2 compiled at the same time.
glmark2-es2 dropped 300% to what was with linux 5.2 and mesa 5.2.
I will see if there are any updates and try a recompile of mesa 5.2 as was hoping there may be a quick fix
Reply to this comment
Reply to this comment
Stuart Naylor:
Jul 26, 2019 at 10:08 AM
Just recompiled and 5.3rc1 & Mesa19.2 is almost 300% down on 5.2 & Mesa 19.2 glmark2-es2 performance
Reply to this comment
Reply to this comment
Add a Comment