diff options
author | Marek Olšák <[email protected]> | 2018-02-02 18:22:15 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-02-17 04:51:58 +0100 |
commit | 0977b7f7b3b6356500889f5a15348e0a3180e683 (patch) | |
tree | b6e1ac0e6cdb6cbc636486cb570c15167452ce32 /configure.ac | |
parent | 16be55da94ea5e68edc1da8b354402d85306ab20 (diff) |
ac: query high bits of 32-bit address space
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8ed606c7694..994052d5c41 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AC_SUBST([OPENCL_VERSION]) # in the first entry. LIBDRM_REQUIRED=2.4.75 LIBDRM_RADEON_REQUIRED=2.4.71 -LIBDRM_AMDGPU_REQUIRED=2.4.89 +LIBDRM_AMDGPU_REQUIRED=2.4.90 LIBDRM_INTEL_REQUIRED=2.4.75 LIBDRM_NVVIEUX_REQUIRED=2.4.66 LIBDRM_NOUVEAU_REQUIRED=2.4.66 |