* [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver
@ 2019-10-26 19:34 Fabio Estevam
2019-10-26 19:34 ` [Buildroot] [PATCH 2/2] configs/engicam_imx6qdl_icore_qt5: Remove the swrast option Fabio Estevam
2019-10-27 11:18 ` [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2019-10-26 19:34 UTC (permalink / raw)
To: buildroot
After migrating to Mesa 19.2 the imx-drm_dri.so is no longer installed
unless the kmsro gallium driver is selected, so explicitly select
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO to fix the problem.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
configs/engicam_imx6qdl_icore_qt5_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/engicam_imx6qdl_icore_qt5_defconfig b/configs/engicam_imx6qdl_icore_qt5_defconfig
index 2da0a65c83..b591c98f23 100644
--- a/configs/engicam_imx6qdl_icore_qt5_defconfig
+++ b/configs/engicam_imx6qdl_icore_qt5_defconfig
@@ -61,6 +61,7 @@ BR2_PACKAGE_QT5BASE_JPEG=y
# mesa3d
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV=y
+BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y
BR2_PACKAGE_MESA3D_OPENGL_ES=y
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] configs/engicam_imx6qdl_icore_qt5: Remove the swrast option
2019-10-26 19:34 [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver Fabio Estevam
@ 2019-10-26 19:34 ` Fabio Estevam
2019-10-27 11:18 ` [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2019-10-26 19:34 UTC (permalink / raw)
To: buildroot
i.MX6 has GPU in hardware, so we really don't need to
fallback to software rendering.
Remove the unneeded BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
option.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
configs/engicam_imx6qdl_icore_qt5_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/engicam_imx6qdl_icore_qt5_defconfig b/configs/engicam_imx6qdl_icore_qt5_defconfig
index b591c98f23..4d3d4e3a22 100644
--- a/configs/engicam_imx6qdl_icore_qt5_defconfig
+++ b/configs/engicam_imx6qdl_icore_qt5_defconfig
@@ -62,7 +62,6 @@ BR2_PACKAGE_QT5BASE_JPEG=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y
-BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y
BR2_PACKAGE_MESA3D_OPENGL_ES=y
# qt5 demo packages
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver
2019-10-26 19:34 [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver Fabio Estevam
2019-10-26 19:34 ` [Buildroot] [PATCH 2/2] configs/engicam_imx6qdl_icore_qt5: Remove the swrast option Fabio Estevam
@ 2019-10-27 11:18 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-10-27 11:18 UTC (permalink / raw)
To: buildroot
On Sat, 26 Oct 2019 16:34:44 -0300
Fabio Estevam <festevam@gmail.com> wrote:
> After migrating to Mesa 19.2 the imx-drm_dri.so is no longer installed
> unless the kmsro gallium driver is selected, so explicitly select
> BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO to fix the problem.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> configs/engicam_imx6qdl_icore_qt5_defconfig | 1 +
> 1 file changed, 1 insertion(+)
Both applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-27 11:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-26 19:34 [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver Fabio Estevam
2019-10-26 19:34 ` [Buildroot] [PATCH 2/2] configs/engicam_imx6qdl_icore_qt5: Remove the swrast option Fabio Estevam
2019-10-27 11:18 ` [Buildroot] [PATCH 1/2] configs/engicam_imx6qdl_icore_qt5: Select the KMSRO gallium driver Thomas Petazzoni
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.