summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-03-23 01:33:23 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-20 12:10:12 -0300
commita8ee8f6d2703025a0549cf705e31d616d54fb5fb (patch)
treebadc0786ad75816f59d161a659bf65e189795f34 /conf
parent1ebb62d0f66ec7c74fe7b3f4d7dc751aa156f48f (diff)
downloadmeta-freescale-a8ee8f6d2703025a0549cf705e31d616d54fb5fb.tar.gz
Move mesa/etnaviv to xf86-video-modesetting
* armada sources are gone finally * glmark2-es2 performance is almost doubled 87 -> 162 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 16d48da9..a1ab6cc3 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -101,7 +101,11 @@ XSERVER_DRIVER = "xf86-video-fbdev"
101XSERVER_DRIVER_imxgpu2d = "xf86-video-imx-vivante" 101XSERVER_DRIVER_imxgpu2d = "xf86-video-imx-vivante"
102XSERVER_DRIVER_vf = "xf86-video-modesetting" 102XSERVER_DRIVER_vf = "xf86-video-modesetting"
103XSERVER_DRIVER_append_mx8 = " xf86-video-modesetting" 103XSERVER_DRIVER_append_mx8 = " xf86-video-modesetting"
104XSERVER_DRIVER_use-mainline-bsp = "xf86-video-armada" 104XSERVER_DRIVER_use-mainline-bsp = " \
105 xf86-video-fbdev \
106 xf86-video-modesetting \
107 xserver-xorg-extension-glx \
108"
105XSERVER = "xserver-xorg \ 109XSERVER = "xserver-xorg \
106 xf86-input-evdev \ 110 xf86-input-evdev \
107 ${XSERVER_DRIVER}" 111 ${XSERVER_DRIVER}"