Lines Matching defs:VDisplay
78 XGI_GetModeID(ULONG VBFlags, int HDisplay, int VDisplay,
86 if(VDisplay == 200)
88 else if(VDisplay == 240)
94 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth];
97 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth];
100 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth];
101 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth];
105 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth];
106 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth];
111 if(VDisplay == 576) ModeIndex = ModeIndex_768x576[Depth];
115 if(VDisplay == 600) ModeIndex = ModeIndex_800x600[Depth];
117 if(VDisplay == 480) ModeIndex = ModeIndex_800x480[Depth];
122 if(VDisplay == 480) ModeIndex = ModeIndex_848x480[Depth];
127 if(VDisplay == 480) ModeIndex = ModeIndex_856x480[Depth];
131 if(VDisplay == 768) ModeIndex = ModeIndex_1024x768[Depth];
133 if(VDisplay == 576) ModeIndex = ModeIndex_1024x576[Depth];
138 if(VDisplay == 864) ModeIndex = ModeIndex_1152x864[Depth];
142 if(VDisplay == 1024) ModeIndex = ModeIndex_1280x1024[Depth];
143 else if(VDisplay == 720) {
150 if(VDisplay == 960) ModeIndex = ModeIndex_1280x960[Depth];
151 else if(VDisplay == 768) {
158 if(VDisplay == 768) ModeIndex = ModeIndex_1360x768[Depth];
164 /* if(VDisplay == 900) ModeIndex = ModeIndex_1440x900[Depth]; */
167 if(VDisplay == 1200) ModeIndex = ModeIndex_1600x1200[Depth];
173 if(VDisplay == 1440) ModeIndex = ModeIndex_1920x1440[Depth];
178 if(VDisplay == 1536) {
933 HwInfo->Vertical_ACTIVE = mode->VDisplay;
938 xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, 3, "Setting a customer mode %dx%d\n", mode->HDisplay, mode->VDisplay);
944 HwInfo->Vertical_FP = mode->VSyncStart - mode->VDisplay;