dect
/
linux-2.6
Archived
13
0
Fork 0

video: pvr2fb: 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@mcmen.demon.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Adrian McMenamin 2007-10-01 10:46:05 +09:00 committed by Paul Mundt
parent 836624619b
commit 78d7e0e5b8
1 changed files with 2 additions and 0 deletions

View File

@ -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);