diff options
author | Eric Anholt <[email protected]> | 2011-12-29 18:12:48 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-01-06 09:16:32 -0800 |
commit | c4089d444a1736dba0c3d9c389ac216ce8711da8 (patch) | |
tree | 5a71ad91a0d6479811e3d421a556aca9ff23c937 /configure.ac | |
parent | e60daf7e25daaaae34c803834079201ef1cc3900 (diff) |
i965/gen7: Use the updated interface for SO write pointer resetting.
The new kernel patch I submitted makes the interface opt-in, so all
batchbuffers aren't preceded by the 4 MI_LOAD_REGISTER_IMMs. This
requires the updated i915_drm.h present in libdrm 2.4.30.
Reviewed-by: Kenneth Graunke <[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 cc139ada577..e5a5e884258 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ USER_CXXFLAGS="$CXXFLAGS" dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 LIBDRM_RADEON_REQUIRED=2.4.24 -LIBDRM_INTEL_REQUIRED=2.4.27 +LIBDRM_INTEL_REQUIRED=2.4.30 LIBDRM_NOUVEAU_REQUIRED=0.6 DRI2PROTO_REQUIRED=2.6 GLPROTO_REQUIRED=1.4.14 |