diff mbox series

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

Message ID 20250415-mesa-panthor-v2-1-a7850d0091fe@cherry.de
State New
Headers show
Series add support for Panthor | expand

Commit Message

Quentin Schulz April 15, 2025, 11:24 a.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 00cc15c6221c9bce0a1299fc81b63996744a2279..b0977649a0e86f73636d91b84a2cc9e6c12875bb 100644
--- a/recipes-graphics/mesa/mesa.bbappend
+++ b/recipes-graphics/mesa/mesa.bbappend
@@ -3,4 +3,5 @@  PACKAGECONFIG:append:rk3328 = " kmsro lima"
 PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3566 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
+PACKAGECONFIG:append:rk3588s = " kmsro panfrost"
 PACKAGECONFIG:append:px30 = " kmsro panfrost"