diff options
author | Dave Airlie <airlied@linux.ie> | 2007-02-12 19:37:36 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-02-12 19:37:36 +1100 |
commit | 63248f0b4308a4487cda3aa22daa36e3e0d38d14 (patch) | |
tree | 2d1fdddb085529a35206aa761b7c7d3afa5e9d89 /src/radeon_driver.c | |
parent | 6a25f620d40cbb063de94aa6b5267296cd5a0670 (diff) |
fix LVDS by moving bios reading around
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 4ece51c5..0e2ec00a 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2424,17 +2424,6 @@ static Bool RADEONPreInitControllers(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10 RADEONMapControllers(pScrn); - info->HBlank = 0; - info->HOverPlus = 0; - info->HSyncWidth = 0; - info->VBlank = 0; - info->VOverPlus = 0; - info->VSyncWidth = 0; - info->DotClock = 0; - info->UseBiosDividers = FALSE; - - info->OverlayOnCRTC2 = FALSE; - RADEONGetClockInfo(pScrn); RADEONGetPanelInfo(pScrn); RADEONGetTVDacAdjInfo(pScrn); |