summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/intel_options.c1
-rw-r--r--src/intel_options.h1
-rw-r--r--src/sna/sna_driver.c8
3 files changed, 0 insertions, 10 deletions
diff --git a/src/intel_options.c b/src/intel_options.c
index 56f1ae9c..78575a63 100644
--- a/src/intel_options.c
+++ b/src/intel_options.c
@@ -20,7 +20,6 @@ const OptionInfoRec intel_options[] = {
#endif
#ifdef USE_SNA
{OPTION_THROTTLE, "Throttle", OPTV_BOOLEAN, {0}, 1},
- {OPTION_VMAP, "UseVmap", OPTV_BOOLEAN, {0}, 1},
{OPTION_ZAPHOD, "ZaphodHeads", OPTV_STRING, {0}, 0},
{OPTION_DELAYED_FLUSH, "DelayedFlush", OPTV_BOOLEAN, {0}, 1},
#endif
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
diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c
index 8da4f526..32b96e13 100644
--- a/src/sna/sna_driver.c
+++ b/src/sna/sna_driver.c
@@ -501,14 +501,6 @@ static Bool sna_pre_init(ScrnInfoPtr scrn, int flags)
"Disabling use of relaxed fencing\n");
sna->kgem.has_relaxed_fencing = 0;
}
- if (!xf86ReturnOptValBool(sna->Options,
- OPTION_VMAP,
- sna->kgem.has_vmap)) {
- xf86DrvMsg(scrn->scrnIndex,
- sna->kgem.has_vmap ? X_CONFIG : X_PROBED,
- "Disabling use of vmap\n");
- sna->kgem.has_vmap = 0;
- }
/* Enable tiling by default */
sna->tiling = SNA_TILING_ALL;