diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-15 00:36:05 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-15 00:36:05 -0400 |
commit | 9ed00e959fcdab2739a7e64ca1e303a6faf28f15 (patch) | |
tree | 9084f8104489f701780c01bf2d63743247766c1b /src/radeon_bios.c | |
parent | 5106c8fe5f74865cac8b00937739a4efde9fc254 (diff) |
RADEON: Lots of small fixes
- remove extra crtc2_base set
- remove some debugging code
- clean up RestoreMode()
- make sure a DDC reg gets assigned for LCD_DDC
- make sure we adjust the right frame in AdjustFrame()
- rename RADEONMapControllers() to RADEONPrintPortMap() to
reflect what it actually does now
- make i2c bus name match the DDC port
- remove or comment out un-needed code
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 6e08f241..f63eec7b 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -408,8 +408,6 @@ Bool RADEONGetLVDSInfoFromBIOS (xf86OutputPtr output) RADEONOutputPrivatePtr radeon_output = output->driver_private; unsigned long tmp, i; - ErrorF("grabbing LVDS from bios"); - if (!info->VBIOS) return FALSE; if (info->IsAtomBios) { @@ -551,8 +549,6 @@ Bool RADEONGetTMDSInfoFromBIOS (xf86OutputPtr output) CARD32 tmp, maxfreq; int i, n; - ErrorF("grabbing LVDS from bios"); - if (!info->VBIOS) return FALSE; if (info->IsAtomBios) { |