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