diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-17 20:25:47 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-17 20:25:47 -0400 |
commit | 115b4b65ef679a46d90b7fc8ac22ace37038b3fc (patch) | |
tree | b5ecfcf847ca91be5e5785b26cf9733e164d4c5b /src/radeon_driver.c | |
parent | f2eb5c1cc69a4f7b0754ec6b2efde4fa1650ab6d (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_driver.c')
-rw-r--r-- | src/radeon_driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 9bb19339..8ebdd961 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -190,7 +190,6 @@ static const OptionInfoRec RADEONOptions[] = { #if defined(__powerpc__) { OPTION_MAC_MODEL, "MacModel", OPTV_STRING, {0}, FALSE }, #endif - { OPTION_LVDS_BIOS_NATIVE_MODE, "LVDSBiosNativeMode", OPTV_BOOLEAN, {0}, TRUE }, { -1, NULL, OPTV_NONE, {0}, FALSE } }; |