From: Florian Tobias Schandinat Date: Tue, 22 Sep 2009 23:47:22 +0000 (-0700) Subject: viafb: remove LVDS initialization X-Git-Tag: v2.6.32-rc1~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8594ac33450e6d66460230e5d07f5515b51476c9;p=platform%2Fkernel%2Flinux-stable.git viafb: remove LVDS initialization At least for VX800 this initialization is not very good as some parts of the register are written with reserved values. This makes the display go white in some configurations and not usable until the framebuffer is removed. It's better to not initialize it as it allows to use a previously (by BIOS) correctly configured display. This patch makes some displays work but might cause problems on others. This is bad but can not be easily avoided. If this causes some regressions it's probably the best to fix it in the 'active' display setup code. Signed-off-by: Florian Tobias Schandinat Cc: Scott Fang Cc: Joseph Chan Cc: Harald Welte Cc: Jonathan Corbet Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/via/viamode.c b/drivers/video/via/viamode.c index 9ff9424..16a8a97 100644 --- a/drivers/video/via/viamode.c +++ b/drivers/video/via/viamode.c @@ -309,8 +309,7 @@ struct io_reg CX700_ModeXregs[] = { {VIASR, SR10, 0xFF, 0x01}, {VIACR, CR96, 0xFF, 0x00}, {VIACR, CR97, 0xFF, 0x00}, {VIACR, CR99, 0xFF, 0x00}, -{VIACR, CR9B, 0xFF, 0x00}, -{VIACR, CRD2, 0xFF, 0xFF} /* TMDS/LVDS control register. */ +{VIACR, CR9B, 0xFF, 0x00} }; /* Video Mode Table */