Home | History | Annotate | Download | only in common

Lines Matching refs:vrefresh

167 	return "vrefresh out of range";
414 modep->VRefresh = p->VRefresh;
680 modep->VRefresh = bestMode->VRefresh;
732 /* Check vrefresh against the allowed ranges */
735 if ((vrefrsh > monitor->vrefresh[i].lo * (1.0 - SYNC_TOLERANCE)) &&
736 (vrefrsh < monitor->vrefresh[i].hi * (1.0 + SYNC_TOLERANCE)))
901 * information for the calculation of Hsync and Vrefresh. Before
903 * to either set these HSync and VRefresh itself or modify the timing
907 * sets it or not. This way our calculation of VRefresh has the same
950 if (mode->VRefresh <= 0.0)
951 mode->VRefresh = (mode->SynthClock * 1000.0)
956 mode->VRefresh = xf86ModeVRefresh(mode);
1368 range vrefresh[MAX_VREFRESH];
1398 * If requested by the driver, allow missing hsync and/or vrefresh ranges
1442 scrp->monitor->vrefresh[i].lo = vrefresh[i].lo;
1443 scrp->monitor->vrefresh[i].hi = vrefresh[i].hi;
1446 scrp->monitor->vrefresh[0].lo = 50;
1447 scrp->monitor->vrefresh[0].hi = 70;
1455 if (scrp->monitor->vrefresh[i].lo == scrp->monitor->vrefresh[i].hi)
1459 scrp->monitor->vrefresh[i].lo);
1464 scrp->monitor->vrefresh[i].lo,
1465 scrp->monitor->vrefresh[i].hi);