Home
last modified time | relevance | path

Searched refs:xInc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Mode.c1492 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()
H A Dxf86str.h599 int xInc; /* Horizontal timing increment */ member