* [Buildroot] [PATCH RESEND] configs/imx6-sabresd_qt5: Select the KMSRO gallium driver
@ 2019-10-19 19:30 Fabio Estevam
2019-10-19 20:27 ` Arnout Vandecappelle
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2019-10-19 19:30 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.
Suggested-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
configs/imx6-sabresd_qt5_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig
index a2925bd056..887e53dc21 100644
--- a/configs/imx6-sabresd_qt5_defconfig
+++ b/configs/imx6-sabresd_qt5_defconfig
@@ -48,6 +48,7 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# GL driver
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 RESEND] configs/imx6-sabresd_qt5: Select the KMSRO gallium driver
2019-10-19 19:30 [Buildroot] [PATCH RESEND] configs/imx6-sabresd_qt5: Select the KMSRO gallium driver Fabio Estevam
@ 2019-10-19 20:27 ` Arnout Vandecappelle
2019-10-19 20:51 ` Fabio Estevam
0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2019-10-19 20:27 UTC (permalink / raw)
To: buildroot
On 19/10/2019 21:30, Fabio Estevam 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.
>
> Suggested-by: Peter Seiderer <ps.report@gmx.net>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
I still find it weird that it's necessary to select 3 different drivers... But
OK. Applied to master, thanks.
Regards,
Arnout
> ---
>
> configs/imx6-sabresd_qt5_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig
> index a2925bd056..887e53dc21 100644
> --- a/configs/imx6-sabresd_qt5_defconfig
> +++ b/configs/imx6-sabresd_qt5_defconfig
> @@ -48,6 +48,7 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
> # GL driver
> 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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH RESEND] configs/imx6-sabresd_qt5: Select the KMSRO gallium driver
2019-10-19 20:27 ` Arnout Vandecappelle
@ 2019-10-19 20:51 ` Fabio Estevam
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2019-10-19 20:51 UTC (permalink / raw)
To: buildroot
Hi Arnout,
On Sat, Oct 19, 2019 at 5:27 PM Arnout Vandecappelle <arnout@mind.be> wrote:
> I still find it weird that it's necessary to select 3 different drivers... But
> OK. Applied to master, thanks.
I will send a patch removing BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
as per Thomas' feedback.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-19 20:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-19 19:30 [Buildroot] [PATCH RESEND] configs/imx6-sabresd_qt5: Select the KMSRO gallium driver Fabio Estevam
2019-10-19 20:27 ` Arnout Vandecappelle
2019-10-19 20:51 ` Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox