Searched refs:is_interlaced (Results 1 - 2 of 2) sorted by relevance

/drivers/video/
H A Dpvr2fb.c138 unsigned char is_interlaced; /* Is the display interlaced? */ member in struct:pvr2fb_par
376 par->is_interlaced = 1;
391 if (par->is_interlaced)
422 if (!par->is_interlaced)
569 if (video_output != VO_VGA && par->is_interlaced)
571 diw_height = (par->is_interlaced ? var->yres / 2 : var->yres);
604 fb_writel(0x100 | ((par->is_interlaced /*|4*/) << 4), DISP_SYNCCONF);
H A Dacornfb.c178 u_int is_interlaced; local
238 is_interlaced = (var->vmode & FB_VMODE_MASK) == FB_VMODE_INTERLACED;
240 if (is_interlaced) {
261 if (is_interlaced)

Completed in 70 milliseconds