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_output.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_output.c')
-rw-r--r-- | src/radeon_output.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 6acbb53e..214167fd 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2450,15 +2450,6 @@ RADEONGetLVDSInfo (xf86OutputPtr output) } } - info->LVDSBiosNativeMode = TRUE; - if (!xf86ReturnOptValBool(info->Options, OPTION_LVDS_BIOS_NATIVE_MODE, TRUE)) { - info->LVDSBiosNativeMode = FALSE; - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Using CVT mode for LVDS\n"); - } else { - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Using LVDS Native Mode\n"); - } - - /* The panel size we collected from BIOS may not be the * maximum size supported by the panel. If not, we update * it now. These will be used if no matching mode can be |