Searched refs:VDisplay (Results 1 – 6 of 6) sorted by relevance
341 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, in SiS_GetModeID() argument349 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 …]
107 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()
194 unsigned int VDisplay; member
907 vlen = (vslen + umargin + mt->VDisplay) * vdec; in maven_compute_timming()
178 (((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()
144 unsigned int VDisplay; member