All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider
@ 2020-09-29  8:20 Gary Bisson
  2020-09-29 19:09 ` Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gary Bisson @ 2020-09-29  8:20 UTC (permalink / raw)
  To: buildroot

Needed in order to use eglfs_kms platform backend.

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

diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 359a380075..1232a03778 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -79,6 +79,9 @@ 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)
+QT5BASE_CONFIGURE_OPTS += -gbm
+QT5BASE_DEPENDENCIES += imx-gpu-viv
 else
 QT5BASE_CONFIGURE_OPTS += -no-gbm
 endif
-- 
2.28.0

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

* [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider
  2020-09-29  8:20 [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider Gary Bisson
@ 2020-09-29 19:09 ` Peter Seiderer
  2020-09-30 19:48 ` Thomas Petazzoni
  2020-10-02 19:48 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-09-29 19:09 UTC (permalink / raw)
  To: buildroot

Hello Gary,

On Tue, 29 Sep 2020 10:20:17 +0200, Gary Bisson <gary.bisson@boundarydevices.com> wrote:

> Needed in order to use eglfs_kms platform backend.
>
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
>  package/qt5/qt5base/qt5base.mk | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
> index 359a380075..1232a03778 100644
> --- a/package/qt5/qt5base/qt5base.mk
> +++ b/package/qt5/qt5base/qt5base.mk
> @@ -79,6 +79,9 @@ 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)
> +QT5BASE_CONFIGURE_OPTS += -gbm
> +QT5BASE_DEPENDENCIES += imx-gpu-viv
>  else
>  QT5BASE_CONFIGURE_OPTS += -no-gbm
>  endif

Reviewed-by: Peter Seiderer <ps.report@gmx.net>

Regards,
Peter

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

* [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider
  2020-09-29  8:20 [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider Gary Bisson
  2020-09-29 19:09 ` Peter Seiderer
@ 2020-09-30 19:48 ` Thomas Petazzoni
  2020-10-02 19:48 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-09-30 19:48 UTC (permalink / raw)
  To: buildroot

On Tue, 29 Sep 2020 10:20:17 +0200
Gary Bisson <gary.bisson@boundarydevices.com> wrote:

> Needed in order to use eglfs_kms platform backend.
> 
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
>  package/qt5/qt5base/qt5base.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider
  2020-09-29  8:20 [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider Gary Bisson
  2020-09-29 19:09 ` Peter Seiderer
  2020-09-30 19:48 ` Thomas Petazzoni
@ 2020-10-02 19:48 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-10-02 19:48 UTC (permalink / raw)
  To: buildroot

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

 > Needed in order to use eglfs_kms platform backend.
 > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>

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

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-10-02 19:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29  8:20 [Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider Gary Bisson
2020-09-29 19:09 ` Peter Seiderer
2020-09-30 19:48 ` Thomas Petazzoni
2020-10-02 19:48 ` 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.