VO_VGA
{ VO_PAL, "PAL" }, { VO_NTSC, "NTSC" }, { VO_VGA, "VGA" },
static int video_output = VO_VGA;
if (cable_type == CT_VGA && video_output != VO_VGA)
video_output = VO_VGA;
if (var->vmode & FB_VMODE_INTERLACED && video_output != VO_VGA)
if (var->vmode & FB_VMODE_DOUBLE && video_output == VO_VGA)
if (var->yres < 480 && video_output == VO_VGA)
if (video_output != VO_VGA) {
if (video_output != VO_VGA && par->is_interlaced)
fb_writel(((video_output == VO_VGA) << 23) |
if (video_output == VO_VGA)
video_output = VO_VGA;