diff options
author | Rob Clark <[email protected]> | 2015-08-18 15:07:02 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-08-18 15:36:30 -0400 |
commit | 4a0bea38635e29b20701855131fa2b5dd6d3978f (patch) | |
tree | 106b88eedd4b4d3f3dc51cc5542f9657d7af1597 /configure.ac | |
parent | fd7a14f8ddeae5fc868a8d452445d708505cc930 (diff) |
freedreno: use fd_pipe_wait_timeout()
To properly support the case of waiting on a fence with a 0 timeout, we
still need to call down to the kernel. Which requires the use of the
new fd_pipe_wait_timeout() API.
Signed-off-by: Rob Clark <[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 4b762467756..1c4e4c24483 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ LIBDRM_AMDGPU_REQUIRED=2.4.63 LIBDRM_INTEL_REQUIRED=2.4.61 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED=2.4.62 -LIBDRM_FREEDRENO_REQUIRED=2.4.57 +LIBDRM_FREEDRENO_REQUIRED=2.4.64 DRI2PROTO_REQUIRED=2.6 DRI3PROTO_REQUIRED=1.0 PRESENTPROTO_REQUIRED=1.0 |