All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qt5/qt5base: fix imx6 eglfs support with imx-gpu-viv
@ 2020-10-27 14:28 Gary Bisson
  2020-10-31 22:45 ` Thomas Petazzoni
  2020-11-03 10:10 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gary Bisson @ 2020-10-27 14:28 UTC (permalink / raw
  To: buildroot

Last commit fixed eglfs_kms support for i.MX8 platforms that required to
declare imx-gpu-viv as the gbm provider.
However, this broke the eglfs "fbdev" imx6 support as gbm isn't provided
in this case. So limit the gbm option to imx-gpu-viv when wayland
backend is used only.

Fixes: 82fb51d3b5 ("package/qt5/qt5base: allow to use imx-gpu-viv as GBM
provider")

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
 package/qt5/qt5base/qt5base.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index e0189599a7..ed308c1fa2 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -79,7 +79,7 @@ QT5BASE_DEPENDENCIES += gcnano-binaries
 else ifeq ($(BR2_PACKAGE_TI_SGX_LIBGBM),y)
 QT5BASE_CONFIGURE_OPTS += -gbm
 QT5BASE_DEPENDENCIES += ti-sgx-libgbm
-else ifeq ($(BR2_PACKAGE_IMX_GPU_VIV),y)
+else ifeq ($(BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_WL),y)
 QT5BASE_CONFIGURE_OPTS += -gbm
 QT5BASE_DEPENDENCIES += imx-gpu-viv
 else
-- 
2.28.0

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

* [Buildroot] [PATCH] package/qt5/qt5base: fix imx6 eglfs support with imx-gpu-viv
  2020-10-27 14:28 [Buildroot] [PATCH] package/qt5/qt5base: fix imx6 eglfs support with imx-gpu-viv Gary Bisson
@ 2020-10-31 22:45 ` Thomas Petazzoni
  2020-11-03 10:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-10-31 22:45 UTC (permalink / raw
  To: buildroot

On Tue, 27 Oct 2020 15:28:33 +0100
Gary Bisson <gary.bisson@boundarydevices.com> wrote:

> Last commit fixed eglfs_kms support for i.MX8 platforms that required to
> declare imx-gpu-viv as the gbm provider.
> However, this broke the eglfs "fbdev" imx6 support as gbm isn't provided
> in this case. So limit the gbm option to imx-gpu-viv when wayland
> backend is used only.
> 
> Fixes: 82fb51d3b5 ("package/qt5/qt5base: allow to use imx-gpu-viv as GBM
> provider")
> 
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
>  package/qt5/qt5base/qt5base.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/qt5/qt5base: fix imx6 eglfs support with imx-gpu-viv
  2020-10-27 14:28 [Buildroot] [PATCH] package/qt5/qt5base: fix imx6 eglfs support with imx-gpu-viv Gary Bisson
  2020-10-31 22:45 ` Thomas Petazzoni
@ 2020-11-03 10:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-03 10:10 UTC (permalink / raw
  To: buildroot

>>>>> "Gary" == Gary Bisson <gary.bisson@boundarydevices.com> writes:

 > Last commit fixed eglfs_kms support for i.MX8 platforms that required to
 > declare imx-gpu-viv as the gbm provider.
 > However, this broke the eglfs "fbdev" imx6 support as gbm isn't provided
 > in this case. So limit the gbm option to imx-gpu-viv when wayland
 > backend is used only.

 > Fixes: 82fb51d3b5 ("package/qt5/qt5base: allow to use imx-gpu-viv as GBM
 > provider")

 > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-03 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27 14:28 [Buildroot] [PATCH] package/qt5/qt5base: fix imx6 eglfs support with imx-gpu-viv Gary Bisson
2020-10-31 22:45 ` Thomas Petazzoni
2020-11-03 10:10 ` Peter Korsgaard

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.