public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] Add TV (RGB) support to Dreamcast PVR driver
  2007-09-28 11:22 [PATCH] Add TV (RGB) support to Dreamcast PVR driver Adrian McMenamin
@ 2007-09-29 11:09 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2007-09-29 11:09 UTC (permalink / raw)
  To: Adrian McMenamin; +Cc: Antonino A. Daplas, linux-kernel, linuxsh-dev

On Fri, Sep 28, 2007 at 12:22:04PM +0100, Adrian McMenamin wrote:
> Add support for RGB output to the Dreamcast PVR2 frame buffer driver.
> 
> Signed-off by Adrian McMenamin <adrian@mcmen.demon.co.uk>
> 
Looks fine, I'll add it to my 2.6.24 queue, thanks.

^ 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