Lines Matching refs:maxh
1604 int maxh, maxv;
1609 maxh = maxv = 0;
1611 if(mode->HDisplay > maxh) maxh = mode->HDisplay;
1616 maxh += pSiS->CRT1XOffs + pSiS->CRT2XOffs;
1620 if(maxh > 4088) {
1624 maxh -= (pSiS->CRT1XOffs + pSiS->CRT2XOffs);
1626 pScrn->virtualX = maxh;
1627 pScrn->displayWidth = maxh;
1628 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, str, "width", maxh);
1630 if(maxh < pScrn->display->virtualX) {