summaryrefslogtreecommitdiff
path: root/src/radeon_display.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-15 00:36:05 -0400
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-15 00:36:05 -0400
commit9ed00e959fcdab2739a7e64ca1e303a6faf28f15 (patch)
tree9084f8104489f701780c01bf2d63743247766c1b /src/radeon_display.c
parent5106c8fe5f74865cac8b00937739a4efde9fc254 (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_display.c')
-rw-r--r--src/radeon_display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_display.c b/src/radeon_display.c
index c3167bc3..85a4844b 100644
--- a/src/radeon_display.c
+++ b/src/radeon_display.c
@@ -742,8 +742,6 @@ Bool RADEONGetLVDSInfo (xf86OutputPtr output)
RADEONOutputPrivatePtr radeon_output = output->driver_private;
char* s;
- ErrorF("LVDS get info");
-
if (!RADEONGetLVDSInfoFromBIOS(output))
RADEONGetPanelInfoFromReg(output);