Searched refs:VDisplay (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c337 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, argument
345 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth];
346 else if(VDisplay == 240) {
355 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth];
360 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth];
364 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth];
365 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth];
368 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth];
369 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth];
372 if(VDisplay
475 SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, bool FSTN, unsigned short CustomT, int LCDwidth, int LCDheight, unsigned int VBFlags2) argument
724 SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) argument
843 SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) argument
[all...]
H A Dsis_main.h740 int VDisplay, int Depth, bool FSTN, unsigned short CustomT,
743 int VDisplay, int Depth, unsigned int VBFlags2);
745 int VDisplay, int Depth, unsigned int VBFlags2);
H A Dinit.h1444 unsigned short SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay,
1448 int VDisplay, int Depth, bool FSTN,
1452 int VDisplay, int Depth, unsigned int VBFlags2);
1454 int VDisplay, int Depth, unsigned int VBFlags2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_misc.c121 mt->VDisplay = var->yres;
122 mt->VSyncStart = mt->VDisplay + var->lower_margin;
208 m->VDisplay <<= 1;
214 m->VDisplay >>= 1;
267 vd = m->VDisplay - 1;
H A Dmatroxfb_g450.c337 vdisplay = mt->VDisplay;
353 mt->VDisplay = vdisplay;
H A Dmatroxfb_crtc2.c106 mt->VDisplay >>= 1;
118 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1));
152 tmp = mt->VDisplay << 16; /* line compare */
H A Dmatroxfb_base.h215 unsigned int VDisplay; member in struct:my_timming
H A Dmatroxfb_maven.c892 vlen = (vslen + umargin + mt->VDisplay) * vdec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb.h143 unsigned int VDisplay; member in struct:xtimings
H A Dsavagefb_driver.c183 (((timings->VDisplay - 1) & 0x100) >> 7) |
188 (((timings->VDisplay - 1) & 0x200) >> 3) |
204 reg->CRTC[0x12] = (timings->VDisplay - 1) & 0xff;
995 timings.VDisplay = var->yres;
996 timings.VSyncStart = timings.VDisplay + var->lower_margin;
1139 (((timings.VDisplay - 1) & 0x400) >> 9) |

Completed in 200 milliseconds