diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-01-06 10:45:05 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-01-06 10:45:05 +0000 |
commit | 986cb2335c30792e24a7e2b930ecaa3fa051809a (patch) | |
tree | 788e3addc9ae388489d2f197aede8ee839146f63 /configure.ac | |
parent | c4428532f61e610f63c1d968b912bacae03d0290 (diff) |
sna: Enable mmap(wc) support by default
Now included in upstream kernels as of
commit 1816f92363036600f2387bb8273b1e5e1f5b304e
Author: Akash Goel <akash.goel@intel.com>
Date: Fri Jan 2 16:29:30 2015 +0530
drm/i915: Support creation of unbound wc user mappings for objects
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 61bea435..314e638c 100644 --- a/configure.ac +++ b/configure.ac @@ -722,16 +722,6 @@ if test "x$RENDERNODE" = "xyes"; then xp_msg="$xp_msg rendernode" fi -AC_ARG_ENABLE(wc-mmap, - AS_HELP_STRING([--enable-wc-mmap], - [Enable use of WriteCombining mmaps [default=no]]), - [WC_MMAP="$enableval"], - [WC_MMAP="no"]) -if test "x$WC_MMAP" = "xyes"; then - AC_DEFINE(USE_WC_MMAP,1,[Enable use of WriteCombining mmaps]) - xp_msg="$xp_msg mmap(wc)" -fi - AC_ARG_ENABLE(create2, AS_HELP_STRING([--enable-create2], [Enable use of create2 ioctl (experimental) [default=no]]), |