diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-01 15:49:12 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-01 20:42:41 +0000 |
commit | 372c14aae8f4fd2c5865b9d23cd825dcbc33765f (patch) | |
tree | a739b8ca6fb497a393cc1fe1b1ba0366964de84f /src/intel_options.h | |
parent | 65924da91da4bb617df1bb0a7c3e9d4aa475b6b1 (diff) |
sna: Remove some obsolete Options
Throttling and delayed-flush are now redundant.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.h')
-rw-r--r-- | src/intel_options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel_options.h b/src/intel_options.h index 953fc9c8..8fa7a8fb 100644 --- a/src/intel_options.h +++ b/src/intel_options.h @@ -29,9 +29,7 @@ enum intel_options { #define INTEL_XVMC 1 #endif #ifdef USE_SNA - OPTION_THROTTLE, OPTION_ZAPHOD, - OPTION_DELAYED_FLUSH, OPTION_TEAR_FREE, OPTION_CRTC_PIXMAPS, #endif |