All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/imx6-sabresd_qt5: Remove the swrast option
@ 2019-10-19 21:05 Fabio Estevam
  2019-10-19 22:25 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2019-10-19 21:05 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.

Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx6-sabresd_qt5_defconfig | 1 -
 1 file changed, 1 deletion(-)
ck
diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig
index 7a541951ae..8fbc2beb5b 100644
--- a/configs/imx6-sabresd_qt5_defconfig
+++ b/configs/imx6-sabresd_qt5_defconfig
@@ -49,7 +49,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=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
 
 # Fonts
-- 
2.17.1

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

* [Buildroot] [PATCH] configs/imx6-sabresd_qt5: Remove the swrast option
  2019-10-19 21:05 [Buildroot] [PATCH] configs/imx6-sabresd_qt5: Remove the swrast option Fabio Estevam
@ 2019-10-19 22:25 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2019-10-19 22:25 UTC (permalink / raw)
  To: buildroot



On 19/10/2019 23:05, Fabio Estevam wrote:
> 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.
> 
> Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout


> ---
>  configs/imx6-sabresd_qt5_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> ck
> diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig
> index 7a541951ae..8fbc2beb5b 100644
> --- a/configs/imx6-sabresd_qt5_defconfig
> +++ b/configs/imx6-sabresd_qt5_defconfig
> @@ -49,7 +49,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=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
>  
>  # Fonts
> 

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

end of thread, other threads:[~2019-10-19 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-19 21:05 [Buildroot] [PATCH] configs/imx6-sabresd_qt5: Remove the swrast option Fabio Estevam
2019-10-19 22:25 ` Arnout Vandecappelle

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.