Lines Matching defs:hsync
165 return "hsync out of range";
719 /* Check hsync against the allowed ranges */
720 float hsync = xf86ModeHSync(mode);
722 if ((hsync > monitor->hsync[i].lo * (1.0 - SYNC_TOLERANCE)) &&
723 (hsync < monitor->hsync[i].hi * (1.0 + SYNC_TOLERANCE)))
1367 range hsync[MAX_HSYNC];
1398 * If requested by the driver, allow missing hsync and/or vrefresh ranges
1411 scrp->monitor->hsync[i].lo = hsync[i].lo;
1412 scrp->monitor->hsync[i].hi = hsync[i].hi;
1415 scrp->monitor->hsync[0].lo = 31.5;
1416 scrp->monitor->hsync[0].hi = 48.0;
1424 if (scrp->monitor->hsync[i].lo == scrp->monitor->hsync[i].hi)
1428 scrp->monitor->hsync[i].lo);
1433 scrp->monitor->hsync[i].lo,
1434 scrp->monitor->hsync[i].hi);
2067 float hsync, refresh = 0;
2083 hsync = xf86ModeHSync(p);
2106 if (hsync == 0 || refresh == 0) {
2118 hsync, refresh, desc, desc2);
2124 p->SynthClock / 1000.0, hsync, refresh, desc, desc2);
2126 if (hsync != 0 && refresh != 0)