Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
A Dinit.c408 switch(VDisplay) { in SiS_GetModeID()
445 if(VDisplay == 1050) { in SiS_GetModeID()
465 if(VDisplay == 1536) { in SiS_GetModeID()
491 if(VDisplay == 200) { in SiS_GetModeID_LCD()
651 switch(VDisplay) { in SiS_GetModeID_LCD()
781 if(VDisplay == 480) { in SiS_GetModeID_TV()
808 if(VDisplay == 600) { in SiS_GetModeID_TV()
816 if(VDisplay == 768) { in SiS_GetModeID_TV()
830 if(VDisplay == 720) { in SiS_GetModeID_TV()
858 if(VDisplay == 1200) { in SiS_GetModeID_VGA2()
[all …]
A Dsis.h315 int VDisplay, int Depth, bool FSTN,
319 int VDisplay, int Depth, unsigned int VBFlags2);
321 int VDisplay, int Depth, unsigned int VBFlags2);
682 int VDisplay, int Depth, bool FSTN, unsigned short CustomT,
685 int VDisplay, int Depth, unsigned int VBFlags2);
687 int VDisplay, int Depth, unsigned int VBFlags2);
/linux/drivers/video/fbdev/matrox/
A Dmatroxfb_misc.c122 mt->VDisplay = var->yres; in matroxfb_var2my()
123 mt->VSyncStart = mt->VDisplay + var->lower_margin; in matroxfb_var2my()
209 m->VDisplay <<= 1; in matroxfb_vgaHWinit()
215 m->VDisplay >>= 1; in matroxfb_vgaHWinit()
268 vd = m->VDisplay - 1; in matroxfb_vgaHWinit()
A Dmatroxfb_crtc2.c107 mt->VDisplay >>= 1; in matroxfb_dh_restore()
119 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1)); in matroxfb_dh_restore()
153 tmp = mt->VDisplay << 16; /* line compare */ in matroxfb_dh_restore()
A Dmatroxfb_g450.c338 vdisplay = mt->VDisplay; in computeRegs()
354 mt->VDisplay = vdisplay; in computeRegs()
A Dmatroxfb_base.h195 unsigned int VDisplay; member
A Dmatroxfb_maven.c907 vlen = (vslen + umargin + mt->VDisplay) * vdec; in maven_compute_timming()
/linux/drivers/video/fbdev/savage/
A Dsavagefb_driver.c177 (((timings->VDisplay - 1) & 0x100) >> 7) | in vgaHWInit()
182 (((timings->VDisplay - 1) & 0x200) >> 3) | in vgaHWInit()
198 reg->CRTC[0x12] = (timings->VDisplay - 1) & 0xff; in vgaHWInit()
991 timings.VDisplay = var->yres; in savagefb_decode_var()
992 timings.VSyncStart = timings.VDisplay + var->lower_margin; in savagefb_decode_var()
1135 (((timings.VDisplay - 1) & 0x400) >> 9) | in savagefb_decode_var()
A Dsavagefb.h144 unsigned int VDisplay; member

Completed in 29 milliseconds