Add support for RGB output to the Dreamcast PVR2 frame buffer driver.

Signed-off by Adrian McMenamin <[EMAIL PROTECTED]>


--- 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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to