Lines Matching refs:video_output
175 static int video_output = VO_VGA;
370 if (cable_type == CT_VGA && video_output != VO_VGA)
371 video_output = VO_VGA;
374 if (var->vmode & FB_VMODE_INTERLACED && video_output != VO_VGA)
380 if (var->vmode & FB_VMODE_DOUBLE && video_output == VO_VGA)
477 if (var->yres < 480 && video_output == VO_VGA)
480 if (video_output != VO_VGA) {
566 if (video_output != VO_VGA && par->is_interlaced)
592 fb_writel(((video_output == VO_VGA) << 23) |
815 if (video_output == VO_VGA)
847 pvr2_get_param_name(outputs, video_output, 3));
893 if (video_output < 0) {
895 video_output = VO_VGA;
897 video_output = VO_NTSC;
1062 video_output = pvr2_get_param_val(outputs, output_arg, 3);