diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-18 19:24:44 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-18 21:36:26 +0100 |
commit | 267429bbb146449ee4d3b88fa8e23c5b1d53470a (patch) | |
tree | 49a4abd5837403c2078614997a0415fc9916d263 /configure.ac | |
parent | c0b3674d042ff55d64ad1fd0d64926e1967be323 (diff) |
sna: Enable runtime detection of set-cacheing ioctl
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 90dae7e6..b3a786d7 100644 --- a/configure.ac +++ b/configure.ac @@ -247,16 +247,6 @@ if test "x$accel" = xno; then AC_MSG_ERROR([No default acceleration option]) fi -AC_ARG_ENABLE(cache-level, - AS_HELP_STRING([--enable-cache-level], - [Enable use of cache level ioctl (experimental) [default=no]]), - [CACHE_LEVEL="$enableval"], - [CACHE_LEVEL=no]) -AM_CONDITIONAL(USE_CACHE_LEVEL, test x$CACHE_LEVEL = xyes) -if test "x$CACHE_LEVEL" = xyes; then - AC_DEFINE(USE_CACHE_LEVEL,1,[Assume DRM_I915_GEM_SET_CACHE_LEVEL_IOCTL support]) -fi - AC_ARG_ENABLE(vmap, AS_HELP_STRING([--enable-vmap], [Enable use of vmap (experimental) [default=no]]), |