All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent
@ 2017-10-21 20:49 Alexey Brodkin
  2017-10-21 20:49 ` [Buildroot] [PATCH 1/2] mesa3d: Make Etnaviv arch-independent Alexey Brodkin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexey Brodkin @ 2017-10-21 20:49 UTC (permalink / raw)
  To: buildroot

Vivante GPU could be a part of SoC along with any CPU architecture
thus get rid of nonsense dependency.

Alexey Brodkin (2):
  mesa3d: Make Etnaviv arch-independent
  libdrm: Make Etnaviv arch-independent

 package/libdrm/Config.in | 1 -
 package/mesa3d/Config.in | 1 -
 2 files changed, 2 deletions(-)

-- 
2.7.5

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

* [Buildroot] [PATCH 1/2] mesa3d: Make Etnaviv arch-independent
  2017-10-21 20:49 [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent Alexey Brodkin
@ 2017-10-21 20:49 ` Alexey Brodkin
  2017-10-21 20:49 ` [Buildroot] [PATCH 2/2] libdrm: " Alexey Brodkin
  2017-10-21 21:11 ` [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Alexey Brodkin @ 2017-10-21 20:49 UTC (permalink / raw)
  To: buildroot

Vivante GPU could be a part of SoC along with any CPU architecture
thus get rid of nonsense dependency.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
 package/mesa3d/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index dd5d0d4385ab..9249b1d71a15 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -56,7 +56,6 @@ comment "Gallium drivers"
 
 config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV
 	bool "Gallium Etnaviv driver"
-	depends on BR2_arm
 	select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
 	select BR2_PACKAGE_LIBDRM_ETNAVIV
 	select BR2_PACKAGE_MESA3D_OPENGL_EGL
-- 
2.7.5

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

* [Buildroot] [PATCH 2/2] libdrm: Make Etnaviv arch-independent
  2017-10-21 20:49 [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent Alexey Brodkin
  2017-10-21 20:49 ` [Buildroot] [PATCH 1/2] mesa3d: Make Etnaviv arch-independent Alexey Brodkin
@ 2017-10-21 20:49 ` Alexey Brodkin
  2017-10-21 21:11 ` [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Alexey Brodkin @ 2017-10-21 20:49 UTC (permalink / raw)
  To: buildroot

Vivante GPU could be a part of SoC along with any CPU architecture
thus get rid of nonsense dependency.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
 package/libdrm/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index e48246ad785e..581f9219689a 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -64,7 +64,6 @@ config BR2_PACKAGE_LIBDRM_OMAP
 
 config BR2_PACKAGE_LIBDRM_ETNAVIV
 	bool "etnaviv (experimental)"
-	depends on BR2_arm
 	depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC
 	select BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
 	help
-- 
2.7.5

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

* [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent
  2017-10-21 20:49 [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent Alexey Brodkin
  2017-10-21 20:49 ` [Buildroot] [PATCH 1/2] mesa3d: Make Etnaviv arch-independent Alexey Brodkin
  2017-10-21 20:49 ` [Buildroot] [PATCH 2/2] libdrm: " Alexey Brodkin
@ 2017-10-21 21:11 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-10-21 21:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 21 Oct 2017 23:49:09 +0300, Alexey Brodkin wrote:
> Vivante GPU could be a part of SoC along with any CPU architecture
> thus get rid of nonsense dependency.
> 
> Alexey Brodkin (2):
>   mesa3d: Make Etnaviv arch-independent
>   libdrm: Make Etnaviv arch-independent

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21 20:49 [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent Alexey Brodkin
2017-10-21 20:49 ` [Buildroot] [PATCH 1/2] mesa3d: Make Etnaviv arch-independent Alexey Brodkin
2017-10-21 20:49 ` [Buildroot] [PATCH 2/2] libdrm: " Alexey Brodkin
2017-10-21 21:11 ` [Buildroot] [PATCH 0/2] Make Etnaviv drivers architecture-independent 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.