[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <8b67d60709280422p5778dcc9x5462961f3bd87faf@mail.gmail.com>
Date: Fri, 28 Sep 2007 12:22:04 +0100
From: "Adrian McMenamin" <lkmladrian@...il.com>
To: "Antonino A. Daplas" <adaplas@...il.com>
Cc: linux-kernel@...r.kernel.org, linuxsh-dev@...ts.sourceforge.net,
"Paul Mundt" <lethal@...ux-sh.org>
Subject: [PATCH] Add TV (RGB) support to Dreamcast PVR driver
Add support for RGB output to the Dreamcast PVR2 frame buffer driver.
Signed-off by Adrian McMenamin <adrian@...en.demon.co.uk>
--- drivers/video/pvr2fb.c 2007/09/22 18:34:42 1.6
+++ drivers/video/pvr2fb.c 2007/09/23 00:04:31 1.7
@@ -667,6 +667,8 @@ static int pvr2_init_cable(void)
related */
if (cable_type == CT_COMPOSITE)
fb_writel(3 << 8, VOUTC);
+ else if (cable_type == CT_RGB)
+ fb_writel(1 << 9, VOUTC);
else
fb_writel(0, VOUTC);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists