* [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm OR aarch64
@ 2017-10-11 15:42 Olivier Schonken
2017-10-11 15:42 ` [Buildroot] [PATCH 2/2] mesa3d: VC4 change dependency to arm_cpu_has_neon " Olivier Schonken
2017-10-11 20:00 ` [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm " Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Olivier Schonken @ 2017-10-11 15:42 UTC (permalink / raw)
To: buildroot
Enable selection of VC4 driver when compiling for Rpi3 using aarch64
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
---
package/libdrm/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index b90aea7cef..b48acc00ad 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -94,7 +94,7 @@ config BR2_PACKAGE_LIBDRM_TEGRA
config BR2_PACKAGE_LIBDRM_VC4
bool "vc4"
- depends on BR2_arm
+ depends on BR2_arm || BR2_aarch64
help
Install vc4 (Raspberry Pi) driver.
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] mesa3d: VC4 change dependency to arm_cpu_has_neon OR aarch64
2017-10-11 15:42 [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm OR aarch64 Olivier Schonken
@ 2017-10-11 15:42 ` Olivier Schonken
2017-10-11 20:00 ` [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm " Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Olivier Schonken @ 2017-10-11 15:42 UTC (permalink / raw)
To: buildroot
Neon is compulsory on aarch64.
This is needed to enable building VC4 gallium driver for Rpi3 using
aarch64.
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
---
package/mesa3d/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 787e266bdd..dd5d0d4385 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -99,7 +99,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4
bool "Gallium vc4 driver"
- depends on BR2_ARM_CPU_HAS_NEON
+ depends on BR2_ARM_CPU_HAS_NEON || BR2_aarch64
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
select BR2_PACKAGE_LIBDRM_VC4
select BR2_PACKAGE_MESA3D_NEEDS_XA
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm OR aarch64
2017-10-11 15:42 [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm OR aarch64 Olivier Schonken
2017-10-11 15:42 ` [Buildroot] [PATCH 2/2] mesa3d: VC4 change dependency to arm_cpu_has_neon " Olivier Schonken
@ 2017-10-11 20:00 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-10-11 20:00 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 11 Oct 2017 17:42:10 +0200, Olivier Schonken wrote:
> Enable selection of VC4 driver when compiling for Rpi3 using aarch64
>
> Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
> ---
> package/libdrm/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-11 20:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11 15:42 [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm OR aarch64 Olivier Schonken
2017-10-11 15:42 ` [Buildroot] [PATCH 2/2] mesa3d: VC4 change dependency to arm_cpu_has_neon " Olivier Schonken
2017-10-11 20:00 ` [Buildroot] [PATCH 1/2] libdrm: VC4 change dependency to arm " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox