summaryrefslogtreecommitdiff
path: root/src/intel_options.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-06-08 22:43:01 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-06-08 22:45:58 +0100
commit18baa1428b1c4c0a49927d4c32db091db9e4e97b (patch)
treef1b281359a67fd9f3bf219127aaccba2115dc72d /src/intel_options.h
parentadc872a9654dc18d778323ca0721704878ad3851 (diff)
downloadxorg-driver-xf86-video-intel-18baa1428b1c4c0a49927d4c32db091db9e4e97b.tar.gz
Make the enum list of options consistent with the actual table.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.h')
-rw-r--r--src/intel_options.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/intel_options.h b/src/intel_options.h
index 42a9e560..ba2fc4bc 100644
--- a/src/intel_options.h
+++ b/src/intel_options.h
@@ -15,21 +15,15 @@ enum intel_options {
OPTION_DRI,
OPTION_VIDEO_KEY,
OPTION_COLOR_KEY,
- OPTION_TILING_FB,
OPTION_TILING_2D,
- OPTION_SHADOW,
+ OPTION_TILING_FB,
OPTION_SWAPBUFFERS_WAIT,
- OPTION_TRIPLE_BUFFER,
-#ifdef INTEL_XVMC
- OPTION_XVMC,
-#endif
OPTION_PREFER_OVERLAY,
- OPTION_DEBUG_FLUSH_BATCHES,
- OPTION_DEBUG_FLUSH_CACHES,
- OPTION_DEBUG_WAIT,
OPTION_HOTPLUG,
OPTION_RELAXED_FENCING,
- OPTION_USE_SNA,
+#ifdef INTEL_XVMC
+ OPTION_XVMC,
+#endif
#ifdef USE_SNA
OPTION_THROTTLE,
OPTION_VMAP,
@@ -38,7 +32,12 @@ enum intel_options {
#endif
#ifdef USE_UXA
OPTION_FALLBACKDEBUG,
+ OPTION_DEBUG_FLUSH_BATCHES,
+ OPTION_DEBUG_FLUSH_CACHES,
+ OPTION_DEBUG_WAIT,
OPTION_BUFFER_CACHE,
+ OPTION_SHADOW,
+ OPTION_TRIPLE_BUFFER,
#endif
NUM_OPTIONS,
};