diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2009-02-13 11:11:18 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2009-02-13 11:11:18 +0800 |
commit | 48445d2e939328495b4abe0fb7e579dfcef727bb (patch) | |
tree | b32386037fd6db570065442ca19b7ebed001b16c /src/i830.h | |
parent | ddedf19f889da2ce6d69a3afce4665e2245682fa (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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |