| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmwaremodes.c | 132 if (monitor->nVrefresh > 0)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 778 Monitor->nVrefresh = 1; 1135 if (!p->Monitor->nVrefresh) 1138 p->Monitor->vrefresh[p->Monitor->nVrefresh].lo = 1140 p->Monitor->vrefresh[p->Monitor->nVrefresh].hi = 1142 p->Monitor->nVrefresh++; 1187 p.have_vrefresh = (Monitor->nVrefresh != 0); 1202 if (!Monitor->nHsync || !Monitor->nVrefresh)
|
| H A D | xf86DisplayIDModes.c | 326 n = mon->nVrefresh++;
|
| H A D | xf86Crtc.c | 1467 mon->nVrefresh = 1; 1529 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v; 1530 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].hi = ranges->max_v; 1531 p->mon_rec->nVrefresh++; 1606 mon_rec.vrefresh[mon_rec.nVrefresh].lo = conf_monitor->mon_vrefresh[i].lo; 1607 mon_rec.vrefresh[mon_rec.nVrefresh].hi = conf_monitor->mon_vrefresh[i].hi; 1608 mon_rec.nVrefresh++; 1638 p.set_vrefresh = mon_rec.nVrefresh == 0; 1654 if (!mon_rec.nHsync || !mon_rec.nVrefresh) 1668 if (mon_rec.nVrefresh [all...] |
| H A D | xf86Modes.c | 418 for (i = 0; i < mon->nVrefresh; i++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 792 Monitor->nVrefresh = 1; 1143 if (!p->Monitor->nVrefresh) 1146 p->Monitor->vrefresh[p->Monitor->nVrefresh].lo = 1148 p->Monitor->vrefresh[p->Monitor->nVrefresh].hi = 1150 p->Monitor->nVrefresh++; 1196 p.have_vrefresh = (Monitor->nVrefresh != 0); 1211 if (!Monitor->nHsync || !Monitor->nVrefresh)
|
| H A D | xf86Crtc.c | 1573 mon->nVrefresh = 1; 1637 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v; 1638 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].hi = ranges->max_v; 1639 p->mon_rec->nVrefresh++; 1710 mon_rec.vrefresh[mon_rec.nVrefresh].lo = 1712 mon_rec.vrefresh[mon_rec.nVrefresh].hi = 1714 mon_rec.nVrefresh++; 1743 p.set_vrefresh = mon_rec.nVrefresh == 0; 1767 if (!mon_rec.nHsync || !mon_rec.nVrefresh) 1780 if (mon_rec.nVrefresh [all...] |
| H A D | xf86Modes.c | 485 for (i = 0; i < mon->nVrefresh; i++) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 731 if (monitor->nVrefresh > 0) { 734 for (i = 0; i < monitor->nVrefresh; i++) 740 if (i == monitor->nVrefresh) 1438 if (scrp->monitor->nVrefresh <= 0) { 1440 scrp->monitor->nVrefresh = numTimings; 1448 scrp->monitor->nVrefresh = 1; 1454 for (i = 0; i < scrp->monitor->nVrefresh; i++) {
|
| H A D | xf86str.h | 218 int nVrefresh; member in struct:__anon1b1d0d510808
|
| H A D | xf86VidMode.c | 653 ret.i = ((MonPtr)monitor)->nVrefresh;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 741 if (monitor->nVrefresh > 0) { 745 for (i = 0; i < monitor->nVrefresh; i++) 751 if (i == monitor->nVrefresh) 1430 if (scrp->monitor->nVrefresh <= 0) { 1432 scrp->monitor->nVrefresh = numTimings; 1441 scrp->monitor->nVrefresh = 1; 1448 for (i = 0; i < scrp->monitor->nVrefresh; i++) {
|
| H A D | xf86VidMode.c | 74 ret.i = monitor->nVrefresh;
|
| H A D | xf86str.h | 131 int nVrefresh; member in struct:__anonf472aec40708
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/ |
| H A D | xf86vmode.c | 1169 int i, nHsync, nVrefresh; local in function:ProcXF86VidModeGetMonitor 1183 nVrefresh = VidModeGetMonitorValue(monitor, VIDMODE_MON_NVREFRESH, 0).i; 1197 (nHsync + nVrefresh) * sizeof(CARD32) + 1202 rep.nvsync = nVrefresh; 1208 vsyncdata = malloc(nVrefresh * sizeof(CARD32)); 1220 for (i = 0; i < nVrefresh; i++) { 1236 WriteSwappedDataToClient(client, nVrefresh * sizeof(CARD32),
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | vidmode.c | 1166 int i, nHsync, nVrefresh; local in function:ProcVidModeGetMonitor 1181 nVrefresh = pVidMode->GetMonitorValue(pScreen, VIDMODE_MON_NVREFRESH, 0).i; 1198 nVrefresh) * sizeof(CARD32) + 1202 rep.nvsync = nVrefresh; 1207 vsyncdata = xallocarray(nVrefresh, sizeof(CARD32)); 1222 for (i = 0; i < nVrefresh; i++) { 1238 WriteSwappedDataToClient(client, nVrefresh * sizeof(CARD32), vsyncdata);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbe.c | 1029 if (pScrn->monitor->nHsync || pScrn->monitor->nVrefresh) 1042 pScrn->monitor->nVrefresh = 1;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | vbe.c | 1029 if (pScrn->monitor->nHsync || pScrn->monitor->nVrefresh) 1042 pScrn->monitor->nVrefresh = 1;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atipreinit.c | 2412 if (pScreenInfo->monitor->nVrefresh > 0) 2420 if (i >= pScreenInfo->monitor->nVrefresh) 2438 pScreenInfo->monitor->nVrefresh = 0;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_driver.c | 2149 monitor->nVrefresh++; 2154 monitor->vrefresh[monitor->nVrefresh-1].lo = range->loV; 2155 monitor->vrefresh[monitor->nVrefresh-1].hi = range->hiV; 2162 for (i = 0; i < monitor->nVrefresh; i++) { 2484 pXGI->CRT2pScrn->monitor->nVrefresh = 0; 2580 ErrorF("nVrefresh = %d\n", pMonitor->nVrefresh); 3743 if(pScrn->monitor->nVrefresh == 0) 3745 pScrn->monitor->nVrefresh = 1;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_driver.c | 1150 if (pScrn->monitor->nVrefresh <= 0) 1154 pScrn->monitor->nVrefresh = 1;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.c | 901 mon->nVrefresh = 1; 906 mon->nVrefresh++; 939 mon->nVrefresh = 1; 996 for(i = 0; i < monitor->nVrefresh; i++) { 1001 if(i == monitor->nVrefresh) return FALSE; 1066 monitor->nVrefresh = 1; 1074 (monitor->nVrefresh < MAX_VREFRESH) ) { 1075 monitor->vrefresh[monitor->nVrefresh].lo = 71; 1076 monitor->vrefresh[monitor->nVrefresh].hi = 71; 1077 monitor->nVrefresh [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_merge.c | 279 pScrn->monitor->nVrefresh = StrToRanges(pScrn->monitor->vrefresh,s);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_driver.c | 1860 (pScrn->monitor->nVrefresh == 0)) 1961 pScrn->monitor->nVrefresh = 1;
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_driver.c | 1270 if (pScrn->monitor->nVrefresh == 0) { 1271 pScrn->monitor->nVrefresh = 1;
|