Lines Matching refs:vrefresh
744 if ((vrefrsh > monitor->vrefresh[i].lo * (1.0 - SYNC_TOLERANCE)) && in xf86CheckModeForMonitor()
745 (vrefrsh < monitor->vrefresh[i].hi * (1.0 + SYNC_TOLERANCE))) in xf86CheckModeForMonitor()
1357 range vrefresh[MAX_VREFRESH]; in xf86ValidateModes() local
1432 scrp->monitor->vrefresh[i].lo = vrefresh[i].lo; in xf86ValidateModes()
1433 scrp->monitor->vrefresh[i].hi = vrefresh[i].hi; in xf86ValidateModes()
1437 scrp->monitor->vrefresh[0].lo = 50; in xf86ValidateModes()
1438 scrp->monitor->vrefresh[0].hi = 70; in xf86ValidateModes()
1447 if (scrp->monitor->vrefresh[i].lo == scrp->monitor->vrefresh[i].hi) in xf86ValidateModes()
1451 scrp->monitor->vrefresh[i].lo); in xf86ValidateModes()
1456 scrp->monitor->vrefresh[i].lo, in xf86ValidateModes()
1457 scrp->monitor->vrefresh[i].hi); in xf86ValidateModes()