summaryrefslogtreecommitdiff
path: root/src/intel_options.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-07-03 12:45:10 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-03 12:45:10 +0100
commit2ecff61d369d9f67c6e28d407941f35ed6195156 (patch)
treeee36f5b9973de8321fa67d501144490c024e0afe /src/intel_options.c
parentc957f4171791447f1869f11fd724dbe92e6a8b91 (diff)
intel: Retire Option "RelaxedFencing"
The kernel bugs have long since been fixed and should have been propagated to all stable kernels long ago. Now there should be no need to workaround those bugs. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.c')
-rw-r--r--src/intel_options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_options.c b/src/intel_options.c
index fda2e8b0..ca172b5c 100644
--- a/src/intel_options.c
+++ b/src/intel_options.c
@@ -17,7 +17,6 @@ const OptionInfoRec intel_options[] = {
{OPTION_TRIPLE_BUFFER, "TripleBuffer", OPTV_BOOLEAN, {0}, 1},
{OPTION_PREFER_OVERLAY, "XvPreferOverlay", OPTV_BOOLEAN, {0}, 0},
{OPTION_HOTPLUG, "HotPlug", OPTV_BOOLEAN, {0}, 1},
- {OPTION_RELAXED_FENCING,"RelaxedFencing", OPTV_BOOLEAN, {0}, 1},
#ifdef INTEL_XVMC
{OPTION_XVMC, "XvMC", OPTV_BOOLEAN, {0}, 1},
#endif