Skip to content

Commit

Permalink
video: pvr2fb: Add TV (RGB) support to Dreamcast PVR driver.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian McMenamin authored and Paul Mundt committed Oct 1, 2007
1 parent 8366246 commit 78d7e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/video/pvr2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 78d7e0e

Please sign in to comment.