All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards
@ 2024-06-17 20:00 Marcin Bober
  2024-06-18  9:48 ` [yocto-patches] " Quentin Schulz
  2024-06-18 12:20 ` Trevor Woerner
  0 siblings, 2 replies; 4+ messages in thread
From: Marcin Bober @ 2024-06-17 20:00 UTC (permalink / raw)
  To: yocto-patches; +Cc: mbober1

The RK356x SoC family (of which we currently only support RK3568) has a
Bifrost GPU that is supported by open-source Panfrost Linux kernel and
Mesa drivers, therefore let's build mesa with Panfrost support for
RK3566.

Signed-off-by: Marcin Bober <mbober1@gmail.com>
---
 recipes-graphics/mesa/mesa_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 2d9ec2e..ca1ad70 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -2,4 +2,5 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3328 = " kmsro lima"
 PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
+PACKAGECONFIG:append:rk3566 = " kmsro panfrost"
 PACKAGECONFIG:append:px30 = " kmsro panfrost"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-18 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 20:00 [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards Marcin Bober
2024-06-18  9:48 ` [yocto-patches] " Quentin Schulz
2024-06-18 12:11   ` Trevor Woerner
2024-06-18 12:20 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.