Lines Matching defs:hsync
164 return "hsync out of range";
728 /* Check hsync against the allowed ranges */
729 float hsync = xf86ModeHSync(mode);
732 if ((hsync > monitor->hsync[i].lo * (1.0 - SYNC_TOLERANCE)) &&
733 (hsync < monitor->hsync[i].hi * (1.0 + SYNC_TOLERANCE)))
1358 range hsync[MAX_HSYNC];
1388 * If requested by the driver, allow missing hsync and/or vrefresh ranges
1402 scrp->monitor->hsync[i].lo = hsync[i].lo;
1403 scrp->monitor->hsync[i].hi = hsync[i].hi;
1407 scrp->monitor->hsync[0].lo = 31.5;
1408 scrp->monitor->hsync[0].hi = 48.0;
1417 if (scrp->monitor->hsync[i].lo == scrp->monitor->hsync[i].hi)
1420 scrp->monitor->id, type, scrp->monitor->hsync[i].lo);
1425 scrp->monitor->hsync[i].lo,
1426 scrp->monitor->hsync[i].hi);
2060 float hsync, refresh = 0;
2075 hsync = xf86ModeHSync(p);
2098 if (hsync == 0 || refresh == 0) {
2111 hsync, refresh, desc, desc2);
2118 p->SynthClock / 1000.0, hsync, refresh, desc, desc2);
2120 if (hsync != 0 && refresh != 0)