summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-10-31 16:25:52 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2017-11-01 09:57:32 +0000
commitd364684711a5894fd3221191811d56713d6abdee (patch)
tree9539ff0f8a9eb931d80a520992a064b3d4026629
parent1a61a8b9a7c7cdbb42b74a76c2ec825f7107cc83 (diff)
meson: bump libdrm version required by amdgpu
Fixes: f03b7c9ad92c1656a221 "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx." Cc: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d22d49535a..6ad8c8bbf4 100644
--- a/meson.build
+++ b/meson.build
@@ -638,7 +638,7 @@ dep_libdrm_nouveau = []
dep_libdrm_etnaviv = []
dep_libdrm_freedreno = []
if with_amd_vk or with_gallium_radeonsi
- dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.85')
+ dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.86')
endif
if with_gallium_radeonsi or with_dri_r100 or with_dri_r200
dep_libdrm_radeon = dependency('libdrm_radeon', version : '>= 2.4.71')