Searched refs:xInc (Results 1 – 2 of 2) sorted by relevance
1492 if (scrp->xInc <= 0) in xf86ValidateModes()1493 scrp->xInc = 8; /* Suitable for VGA and others */ in xf86ValidateModes()1495 #define _VIRTUALX(x) ((((x) + scrp->xInc - 1) / scrp->xInc) * scrp->xInc) in xf86ValidateModes()
599 int xInc; /* Horizontal timing increment */ member