summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2009-02-13 11:11:18 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2009-02-13 11:11:18 +0800
commit48445d2e939328495b4abe0fb7e579dfcef727bb (patch)
treeb32386037fd6db570065442ca19b7ebed001b16c /src/i830.h
parentddedf19f889da2ce6d69a3afce4665e2245682fa (diff)
SDVO: remove ForceSDVODetect option
Which is just a hack to hide our SDVO detect drawback, we will have SDVO/HDMI detect fix later.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830.h b/src/i830.h
index bfd78dc7..7904b9fc 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -729,9 +729,6 @@ typedef struct _I830Rec {
Bool debug_modes;
unsigned int quirk_flag;
- /* User option to ignore SDVO detect bit status, in case some outputs
- not detected on SDVO, so let driver try its best. */
- Bool force_sdvo_detect;
/** User option to print acceleration fallback info to the server log. */
Bool fallback_debug;
} I830Rec;