diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-08 22:44:23 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-08 22:46:10 +0100 |
commit | ea0209fbc12fca282bd8ef72223791bf163801ce (patch) | |
tree | 2dd842fa11ba0b206ec6de2793a0273f672e20b9 /src/intel_options.h | |
parent | 18baa1428b1c4c0a49927d4c32db091db9e4e97b (diff) |
sna: Remove option to disable vmap
It works everywhere, so when it is finally enabled, let it be.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.h')
-rw-r--r-- | src/intel_options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_options.h b/src/intel_options.h index ba2fc4bc..05a2ad14 100644 --- a/src/intel_options.h +++ b/src/intel_options.h @@ -26,7 +26,6 @@ enum intel_options { #endif #ifdef USE_SNA OPTION_THROTTLE, - OPTION_VMAP, OPTION_ZAPHOD, OPTION_DELAYED_FLUSH, #endif |