forked from Minki/linux
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:
parent
836624619b
commit
78d7e0e5b8
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user