summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-10-17 20:25:47 -0400
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-10-17 20:25:47 -0400
commit115b4b65ef679a46d90b7fc8ac22ace37038b3fc (patch)
treeb5ecfcf847ca91be5e5785b26cf9733e164d4c5b /src/radeon.h
parentf2eb5c1cc69a4f7b0754ec6b2efde4fa1650ab6d (diff)
RADEON: Remove LVDSBiosNativeMode Option
Shouldn't be needed any longer as I've finally sorted out the LVDS issues due to the crtc setup.
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 6ee43b2e..7f9ff76e 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -157,8 +157,7 @@ typedef enum {
#if defined(__powerpc__)
OPTION_MAC_MODEL,
#endif
- OPTION_DEFAULT_TMDS_PLL,
- OPTION_LVDS_BIOS_NATIVE_MODE
+ OPTION_DEFAULT_TMDS_PLL
} RADEONOpts;
@@ -817,8 +816,6 @@ typedef struct {
RADEONMacModel MacModel;
#endif
- Bool LVDSBiosNativeMode;
-
Rotation rotation;
void (*PointerMoved)(int, int, int);
CreateScreenResourcesProcPtr CreateScreenResources;