* [PATCH] Add TV (RGB) support to Dreamcast PVR driver
@ 2007-09-28 11:22 Adrian McMenamin
2007-09-29 11:09 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2007-09-28 11:22 UTC (permalink / raw)
To: Antonino A. Daplas; +Cc: linux-kernel, linuxsh-dev, Paul Mundt
Add support for RGB output to the Dreamcast PVR2 frame buffer driver.
Signed-off by Adrian McMenamin <adrian@mcmen.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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-29 11:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 11:22 [PATCH] Add TV (RGB) support to Dreamcast PVR driver Adrian McMenamin
2007-09-29 11:09 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox