Lines Matching refs:video_output
174 static int video_output = VO_VGA;
369 if (cable_type == CT_VGA && video_output != VO_VGA)
370 video_output = VO_VGA;
373 if (var->vmode & FB_VMODE_INTERLACED && video_output != VO_VGA)
379 if (var->vmode & FB_VMODE_DOUBLE && video_output == VO_VGA)
476 if (var->yres < 480 && video_output == VO_VGA)
479 if (video_output != VO_VGA) {
565 if (video_output != VO_VGA && par->is_interlaced)
591 fb_writel(((video_output == VO_VGA) << 23) |
811 if (video_output == VO_VGA)
843 pvr2_get_param_name(outputs, video_output, 3));
889 if (video_output < 0) {
891 video_output = VO_VGA;
893 video_output = VO_NTSC;
1054 video_output = pvr2_get_param_val(outputs, output_arg, 3);