Home | History | Annotate | Download | only in common

Lines Matching refs:vrefresh

166         return "vrefresh out of range";
417 modep->VRefresh = p->VRefresh;
689 modep->VRefresh = bestMode->VRefresh;
742 /* Check vrefresh against the allowed ranges */
746 if ((vrefrsh > monitor->vrefresh[i].lo * (1.0 - SYNC_TOLERANCE)) &&
747 (vrefrsh < monitor->vrefresh[i].hi * (1.0 + SYNC_TOLERANCE)))
904 * information for the calculation of Hsync and Vrefresh. Before
906 * to either set these HSync and VRefresh itself or modify the timing
910 * sets it or not. This way our calculation of VRefresh has the same
954 if (mode->VRefresh <= 0.0)
955 mode->VRefresh = (mode->SynthClock * 1000.0)
960 mode->VRefresh = xf86ModeVRefresh(mode);
1359 range vrefresh[MAX_VREFRESH];
1388 * If requested by the driver, allow missing hsync and/or vrefresh ranges
1434 scrp->monitor->vrefresh[i].lo = vrefresh[i].lo;
1435 scrp->monitor->vrefresh[i].hi = vrefresh[i].hi;
1439 scrp->monitor->vrefresh[0].lo = 50;
1440 scrp->monitor->vrefresh[0].hi = 70;
1449 if (scrp->monitor->vrefresh[i].lo == scrp->monitor->vrefresh[i].hi)
1453 scrp->monitor->vrefresh[i].lo);
1458 scrp->monitor->vrefresh[i].lo,
1459 scrp->monitor->vrefresh[i].hi);