Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A Dinit.c341 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, in SiS_GetModeID() argument
349 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth]; in SiS_GetModeID()
350 else if(VDisplay == 240) { in SiS_GetModeID()
359 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth]; in SiS_GetModeID()
364 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth]; in SiS_GetModeID()
368 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth]; in SiS_GetModeID()
369 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth]; in SiS_GetModeID()
372 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth]; in SiS_GetModeID()
373 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth]; in SiS_GetModeID()
376 if(VDisplay == 576) ModeIndex = ModeIndex_768x576[Depth]; in SiS_GetModeID()
[all …]
/linux/drivers/video/fbdev/matrox/
H 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()
H A Dmatroxfb_base.h194 unsigned int VDisplay; member
H A Dmatroxfb_maven.c907 vlen = (vslen + umargin + mt->VDisplay) * vdec; in maven_compute_timming()
/linux/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c178 (((timings->VDisplay - 1) & 0x100) >> 7) | in vgaHWInit()
183 (((timings->VDisplay - 1) & 0x200) >> 3) | in vgaHWInit()
199 reg->CRTC[0x12] = (timings->VDisplay - 1) & 0xff; in vgaHWInit()
995 timings.VDisplay = var->yres; in savagefb_decode_var()
996 timings.VSyncStart = timings.VDisplay + var->lower_margin; in savagefb_decode_var()
1139 (((timings.VDisplay - 1) & 0x400) >> 9) | in savagefb_decode_var()
H A Dsavagefb.h144 unsigned int VDisplay; member