From bf0bcd45f2f2fffcc7b2d494a5261549ce1fb5aa Mon Sep 17 00:00:00 2001 From: liuhong Date: Tue, 5 Feb 2008 11:04:34 +0800 Subject: [PATCH] xf86-video-intel: fix ivch using wrong dvo register We use the wrong DVO output register for ivch which is used for DVO LVDS. Vbios enables DVOB and driver never touches it, so everything seems working correctly now. --- src/i830_dvo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/i830_dvo.c b/src/i830_dvo.c index e6ff6af..e7342b0 100644 --- a/src/i830_dvo.c +++ b/src/i830_dvo.c @@ -83,7 +83,7 @@ struct _I830DVODriver i830_dvo_drivers[] = .type = I830_OUTPUT_DVO_LVDS, .modulename = "ivch", .fntablename = "ivch_methods", - .dvo_reg = DVOA, + .dvo_reg = DVOB, .address = 0x04, /* Might also be 0x44, 0x84, 0xc4 */ .symbols = ivch_symbols }, -- 1.5.2