Lines Matching defs:vrefresh
167 return "vrefresh out of range";
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)))
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);