Home
last modified time | relevance | path

Searched refs:video_output (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dpvr2fb.c184 static int video_output = -1; variable
686 if (cable_type == CT_VGA && video_output != VO_VGA) in pvr2_decode_var()
687 video_output = VO_VGA; in pvr2_decode_var()
690 if (par->vmode & FB_VMODE_INTERLACED && video_output != VO_VGA) in pvr2_decode_var()
696 par->is_doublescan = (par->yres < 480 && video_output == VO_VGA); in pvr2_decode_var()
813 if (video_output != VO_VGA) in pvr2_encode_var()
901 if (video_output != VO_VGA && par->is_interlaced) in pvr2_init_display()
927 ctrl_outl(((video_output == VO_VGA) << 23) | in pvr2_init_display()
1028 if (video_output < 0) { in pvr2fb_init()
1030 video_output = VO_VGA; in pvr2fb_init()
[all …]