Searched refs:nVrefresh (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwaremodes.c132 if (monitor->nVrefresh > 0)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c778 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 Dxf86DisplayIDModes.c326 n = mon->nVrefresh++;
H A Dxf86Crtc.c1467 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 Dxf86Modes.c418 for (i = 0; i < mon->nVrefresh; i++) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c792 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 Dxf86Crtc.c1573 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 Dxf86Modes.c485 for (i = 0; i < mon->nVrefresh; i++) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c731 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 Dxf86str.h218 int nVrefresh; member in struct:__anon1b1d0d510808
H A Dxf86VidMode.c653 ret.i = ((MonPtr)monitor)->nVrefresh;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c741 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 Dxf86VidMode.c74 ret.i = monitor->nVrefresh;
H A Dxf86str.h131 int nVrefresh; member in struct:__anonf472aec40708
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
H A Dxf86vmode.c1169 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 Dvidmode.c1166 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 Dvbe.c1029 if (pScrn->monitor->nHsync || pScrn->monitor->nVrefresh)
1042 pScrn->monitor->nVrefresh = 1;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dvbe.c1029 if (pScrn->monitor->nHsync || pScrn->monitor->nVrefresh)
1042 pScrn->monitor->nVrefresh = 1;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipreinit.c2412 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 Dxgi_driver.c2149 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 Dqxl_driver.c1150 if (pScrn->monitor->nVrefresh <= 0)
1154 pScrn->monitor->nVrefresh = 1;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c901 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 Dmga_merge.c279 pScrn->monitor->nVrefresh = StrToRanges(pScrn->monitor->vrefresh,s);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_driver.c1860 (pScrn->monitor->nVrefresh == 0))
1961 pScrn->monitor->nVrefresh = 1;
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_driver.c1270 if (pScrn->monitor->nVrefresh == 0) {
1271 pScrn->monitor->nVrefresh = 1;

Completed in 56 milliseconds

12