| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| valid_mode.h | 34 int VDisplay;
|
| xgi_driver.c | 773 unsigned int VDisplay; 840 p->VDisplay = ExtraAvailableModeTiming[i].VDisplay; 1072 dy = max(i->VDisplay, j->VDisplay); 1075 dy = min(pScrn->virtualY, max(i->VDisplay, j->VDisplay)); 1077 dy -= mode->VDisplay; 1082 dy = i->VDisplay + j->VDisplay; [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/util/ |
| dRegs.c | 10 VTotal, VDisplay, VSyncStart, VSyncEnd; 210 VDisplay = (inb(0x3D5)&0x2) << 7; 211 VDisplay |= (inb(0x3D5)&0x40) << 3; 215 VDisplay |= inb(0x3D5)&0xFF; 216 VDisplay += 1; 229 VDisplay, VSyncStart, VSyncEnd, VTotal);
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atimach64.c | 597 int VDisplay; 616 VScan = pATI->LCDVertical / pMode->VDisplay; 627 pMode->VSyncStart = pMode->VDisplay + 631 pMode->VTotal = pMode->VDisplay + 665 pMode->CrtcVDisplay = pMode->VDisplay; 689 VDisplay = pATI->LCDVertical; 691 VDisplay = pMode->CrtcVDisplay; 695 VDisplay = pMode->CrtcVDisplay; 698 if (VDisplay < 400) 700 else if (VDisplay < 480 [all...] |
| atimode.c | 531 int VDisplay = pMode->VDisplay; 534 VDisplay <<= 1; 536 VDisplay *= pMode->VScan; 538 VDisplay >>= 1; 563 (VDisplay < pATI->LCDVertical)) 656 if (!pATI->OptionPanelDisplay || (VDisplay >= pATI->LCDVertical)) 663 SetBits((VDisplay * (MaxBits(VERT_STRETCH_RATIO0) + 1)) /
|
| atipreinit.c | 1236 unsigned HDisplay, VDisplay; 1425 VDisplay = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_DISP); 1434 VBlankStart = (VDisplay & ~0x03FFU) | 1437 if (VDisplay > VBlankStart) 1452 VDisplay = VTotal + 2 - pATI->LCDVBlankWidth; 1549 VDisplay = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_DISP) + 1566 VDisplay; 1571 VDisplay; 1574 VDisplay++; 1670 (VDisplay <= 350) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/cvt/ |
| cvt.c | 79 CVTCheckStandard(int HDisplay, int VDisplay, float VRefresh, Bool Reduced, 84 if ((!(VDisplay % 3) && ((VDisplay * 4 / 3) == HDisplay)) || 85 (!(VDisplay % 9) && ((VDisplay * 16 / 9) == HDisplay)) || 86 (!(VDisplay % 10) && ((VDisplay * 16 / 10) == HDisplay)) || 87 (!(VDisplay % 4) && ((VDisplay * 5 / 4) == HDisplay)) || 88 (!(VDisplay % 9) && ((VDisplay * 15 / 9) == HDisplay)) [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| initextx.h | 121 unsigned short VDisplay, VTotal, VFrontPorch, VSyncWidth;
|
| sis_vga.c | 184 int height = mode->VDisplay; 1826 int VDisplay = mode->VDisplay; 1828 if(mode->Flags & V_DBLSCAN) VDisplay *= 2; 1829 if(mode->VScan > 1) VDisplay *= mode->VScan; 1831 if(VDisplay < 400) regp->sisRegMiscOut = 0xA3; /* +hsync -vsync */ 1832 else if (VDisplay < 480) regp->sisRegMiscOut = 0x63; /* -hsync +vsync */ 1833 else if (VDisplay < 768) regp->sisRegMiscOut = 0xE3; /* -hsync -vsync */
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smilynx_crtc.c | 319 unsigned long VDisplay=mode->CrtcVDisplay-1; 334 (VDisplay & 0x400) >> 10 << 2 | 408 unsigned long VDisplay=mode->CrtcVDisplay-1; 430 (VDisplay & 0x200) >> 9 << 6 | 434 (VDisplay & 0x100) >> 8 << 1 | 440 reg->CR40 [0xD] = VDisplay & 0xFF; 443 (VDisplay & 0x400) >> 10 << 2 | 512 unsigned long VDisplay=mode->CrtcVDisplay-1; 519 (VDisplay & 0x700) >> 8 << 2 | 526 reg->SR56 = VDisplay & 0xFF [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| displaymode.h | 70 int VDisplay; /* vertical timing */
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_dac3026.c | 658 int VDisplay = mode->VDisplay; 660 VDisplay *= 2; 661 if (VDisplay < 400) 663 else if (VDisplay < 480) 665 else if (VDisplay < 768)
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| rendition.c | 927 modeinfo->vdisplay=pMode->VDisplay; 934 modeinfo->screenheight = pMode->VDisplay; 943 int VDisplay=pMode->VDisplay; 945 VDisplay*=2; 946 if (VDisplay < 400) { 951 else if (VDisplay < 480) { 956 else if (VDisplay < 768) {
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| g80_display.c | 430 const int HDisplay = adjusted_mode->HDisplay, VDisplay = adjusted_mode->VDisplay; 456 C(0x000008C8 + headOff, VDisplay << 16 | HDisplay); 580 scaleY = mode->CrtcVDisplay / (float)mode->VDisplay; 588 *outY = mode->VDisplay * scale; 613 outY = mode->VDisplay; 618 mode->HDisplay != outX || mode->VDisplay != outY) {
|
| /xsrc/external/mit/xvidtune/dist/ |
| xvidtune.c | 75 VDisplay, VSyncStart, VSyncEnd, VTotal, Flags, 100 { VDisplay, }, 101 { VSyncStart, VDisplay, }, 102 { VSyncEnd, VDisplay, }, 103 { VTotal, VDisplay, }, 186 AppRes.field[VDisplay].val = mode_line.vdisplay; 305 mode_line.vdisplay = AppRes.field[VDisplay].val; 536 AppRes.field[HDisplay].val, AppRes.field[VDisplay].val) [all...] |
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_driver.c | 202 480, /* VDisplay */ 217 480, /* CRTC VDisplay */ 243 480, /* VDisplay */ 258 480, /* CRTC VDisplay */ 1772 lastline -= pScrn->currentMode->VDisplay; 1862 int vDisplay = mode->VDisplay * ((mode->Flags & V_DBLSCAN) ? 2 : 1); 1868 if (vDisplay > 1024) 1887 (vDisplay > nPtr->NeoPanelHeight)) { 1891 mode->VDisplay, [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/ |
| vgaHW.c | 1198 int VDisplay = mode->VDisplay; 1201 VDisplay *= 2; 1203 VDisplay *= mode->VScan; 1204 if (VDisplay < 400) 1206 else if (VDisplay < 480) 1208 else if (VDisplay < 768)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| vgaHW.c | 1198 int VDisplay = mode->VDisplay; 1200 VDisplay *= 2; 1202 VDisplay *= mode->VScan; 1203 if (VDisplay < 400) 1205 else if (VDisplay < 480) 1207 else if (VDisplay < 768)
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| ct_driver.h | 191 int VDisplay;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86str.h | 163 int VDisplay; /* vertical timing */
|