All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mesa%bbappend: switch imx to kmsro
@ 2019-03-27 18:22 Trevor Woerner
  2019-03-27 21:49 ` Trevor Woerner
  0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2019-03-27 18:22 UTC (permalink / raw)
  To: meta-freescale

According to this commit:

	https://lists.freedesktop.org/archives/mesa-dev/2019-January/214067.html

The imx gallium driver has been switched to use "KMS readonly". I realize the
"vc4" looks suspicious, but (unfortunately) it is required in order to get
kmsro configured. Without it we get:

	configure: error: Building with kmsro requires vc4

Signed-off-by: Trevor Woerner <trevor@toganlabs.com>
---
 recipes-graphics/mesa/mesa_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 8541ed7c..2d5a9469 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -16,7 +16,7 @@ python () {
 
 # Enable Etnaviv support
 PACKAGECONFIG_append_use-mainline-bsp = " gallium"
-GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,imx"
+GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,kmsro,vc4"
 
 BACKEND = \
     "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
-- 
2.21.0.rc2



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

end of thread, other threads:[~2019-04-05 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27 18:22 [PATCH] mesa%bbappend: switch imx to kmsro Trevor Woerner
2019-03-27 21:49 ` Trevor Woerner
2019-04-01 17:05   ` Otavio Salvador
2019-04-05 17:13     ` 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.