diff mbox series

[meta-rockchip,RFC,1/2] mesa: enable Panfrost support for RK3588(S)

Message ID 20240531-mesa-panthor-v1-1-8cfb4d17ad3a@cherry.de
State New
Headers show
Series add support for Panthor | expand

Commit Message

Quentin Schulz May 31, 2024, 3:30 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

Panthor is the open-source implementation for the Arm GPU Valhall series
found in the RK3588(S).
Panthor is supported via Panfrost in Mesa, so let's enable this
PACKAGECONFIG.

Note that a blob is still required. It is mali_csffw.bin and provided by
a package from linux-firmware.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 recipes-graphics/mesa/mesa_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 58c25e7..87ca1b3 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,4 +1,5 @@ 
 PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
+PACKAGECONFIG:append:rk3588s = " kmsro panfrost"
 PACKAGECONFIG:append:rock64 = " kmsro lima"
 PACKAGECONFIG:append:px30 = " kmsro panfrost"