Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Mode.c1348 int newLinePitch, newVirtX, newVirtY; in xf86ValidateModes() local
1737 newLinePitch = linePitch; in xf86ValidateModes()
1773 newLinePitch = -1; in xf86ValidateModes()
1780 newLinePitch = linePitches[i]; in xf86ValidateModes()
1788 newLinePitch = scanLineWidth(newVirtX, newVirtY, linePitch, in xf86ValidateModes()
1792 if ((newLinePitch < minPitch) || (newLinePitch > maxPitch)) { in xf86ValidateModes()
1801 if (!xf86CheckModeSize(scrp, newLinePitch, newVirtX, newVirtY)) { in xf86ValidateModes()
1814 scrp->displayWidth = newLinePitch; in xf86ValidateModes()
1826 linePitch = newLinePitch; in xf86ValidateModes()