diff options
author | Marek Olšák <[email protected]> | 2013-11-20 13:35:03 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-11-23 01:54:58 +0100 |
commit | 7b136de79adf2ae54f2e60211ccee0c92f0741f2 (patch) | |
tree | 9a441ee07f6ec20ef9116563cc9f8fe41ecd4b82 /configure.ac | |
parent | a3969aa125c8f61b093a5f5f69e8265a131051d0 (diff) |
radeonsi: enable 2D tiling on CIK
libdrm does the DRM version check and decides if 2D tiling is used.
Reviewed-and-Tested-by: Michel Dänzer <[email protected]>
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 fb16338b8c3..434df60600a 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_SUBST([OSMESA_VERSION]) dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 -LIBDRM_RADEON_REQUIRED=2.4.46 +LIBDRM_RADEON_REQUIRED=2.4.49 LIBDRM_INTEL_REQUIRED=2.4.38 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41" |