Mesa (staging/21.2): broadcom: remove v3dv3 from neon library

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 29 16:08:30 UTC 2021


Module: Mesa
Branch: staging/21.2
Commit: ebcd65709915e259ee32af35b3743cb0b994e8b1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebcd65709915e259ee32af35b3743cb0b994e8b1

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Tue Jul 27 13:45:27 2021 +0200

broadcom: remove v3dv3 from neon library

No need to build the simulator with NEON; and also v3dv3 simulator
is not for VC4, so don't inherit v3dv3 requirement when building vc4
driver.

Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5126
Fixes: d198e26a1eb ("broadcom/common: move v3d_tiling to common")
Reviewed-by: Alejandro Piñeiro <apinheiro at igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12078>
(cherry picked from commit fe9d2d204614bcd706e629fe4ee10a9727661e42)

---

 .pick_status.json        | 2 +-
 src/broadcom/meson.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index f4c2a7533f1..1df6eb6cfdf 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -49,7 +49,7 @@
         "description": "broadcom: remove v3dv3 from neon library",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": "d198e26a1ebc32c43e5bef10dcf0f8cc3234301d"
     },
diff --git a/src/broadcom/meson.build b/src/broadcom/meson.build
index c14c702c8ee..2e1145dd0c0 100644
--- a/src/broadcom/meson.build
+++ b/src/broadcom/meson.build
@@ -65,7 +65,7 @@ libv3d_neon = static_library(
   ],
   c_args : [v3d_args, v3d_neon_c_args],
   gnu_symbol_visibility : 'hidden',
-  dependencies : [dep_v3dv3, dep_libdrm, dep_valgrind, idep_nir_headers],
+  dependencies : [dep_libdrm, dep_valgrind, idep_nir_headers],
 )
 
 libbroadcom_v3d = static_library(



More information about the mesa-commit mailing list