summaryrefslogtreecommitdiff
path: root/recipes-graphics/mesa/mesa/0008-remove-dependency-on-libdrm_tegra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/mesa/mesa/0008-remove-dependency-on-libdrm_tegra.patch')
-rw-r--r--recipes-graphics/mesa/mesa/0008-remove-dependency-on-libdrm_tegra.patch19
1 files changed, 11 insertions, 8 deletions
diff --git a/recipes-graphics/mesa/mesa/0008-remove-dependency-on-libdrm_tegra.patch b/recipes-graphics/mesa/mesa/0008-remove-dependency-on-libdrm_tegra.patch
index 0b6d6e9..b197b93 100644
--- a/recipes-graphics/mesa/mesa/0008-remove-dependency-on-libdrm_tegra.patch
+++ b/recipes-graphics/mesa/mesa/0008-remove-dependency-on-libdrm_tegra.patch
@@ -1,28 +1,31 @@
-From d2716d25609865bb31bb270ee2fdac3dec5047c6 Mon Sep 17 00:00:00 2001
+From b91f178edf3ba6969120a8ad2f5a7a4d330e2b64 Mon Sep 17 00:00:00 2001
From: Alexandre Courbot <acourbot@nvidia.com>
Date: Tue, 20 Dec 2016 15:20:20 +0900
-Subject: [PATCH 8/8] remove dependency on libdrm_tegra
+Subject: [PATCH 4/4] remove dependency on libdrm_tegra
Functions provided by this library are not required as we perform ioctls
directly.
+
+Forward port to mesa 17.0.2
+Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
configure.ac | 2 --
src/gallium/winsys/tegra/drm/Makefile.am | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
-index 8a7d833..7df9674 100644
+index f7f94ee..4ce5d37 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -77,7 +77,6 @@ LIBDRM_NOUVEAU_REQUIRED=2.4.66
+@@ -74,7 +74,6 @@ LIBDRM_INTEL_REQUIRED=2.4.61
LIBDRM_NVVIEUX_REQUIRED=2.4.66
LIBDRM_NOUVEAU_REQUIRED=2.4.66
- LIBDRM_FREEDRENO_REQUIRED=2.4.67
+ LIBDRM_FREEDRENO_REQUIRED=2.4.74
-LIBDRM_TEGRA_REQUIRED=2.4.68
+ LIBDRM_VC4_REQUIRED=2.4.69
+ LIBDRM_ETNAVIV_REQUIRED=2.4.74
DRI2PROTO_REQUIRED=2.6
- DRI3PROTO_REQUIRED=1.0
- PRESENTPROTO_REQUIRED=1.0
-@@ -2493,7 +2492,6 @@ if test -n "$with_gallium_drivers"; then
+@@ -2393,7 +2392,6 @@ if test -n "$with_gallium_drivers"; then
require_basic_egl "virgl"
;;
xtegra)