Lines Matching refs:VDisplay
1236 unsigned HDisplay, VDisplay;
1425 VDisplay = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_DISP);
1434 VBlankStart = (VDisplay & ~0x03FFU) |
1437 if (VDisplay > VBlankStart)
1452 VDisplay = VTotal + 2 - pATI->LCDVBlankWidth;
1549 VDisplay = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_DISP) +
1566 VDisplay;
1571 VDisplay;
1574 VDisplay++;
1670 (VDisplay <= 350))
1673 else if (VDisplay <= 400)
1676 else if ((VDisplay <= 480) ||
1685 VDisplay =
1686 (VDisplay * (MaxBits(VERT_STRETCH_RATIO0) + 1)) /
1713 pATI->LCDVertical = VDisplay;
1715 else if (pATI->LCDVertical != (int)VDisplay)
1721 pATI->LCDVertical, VDisplay);
1722 VDisplay = pATI->LCDVertical;
1754 (pATI->LCDVertical > (int)VDisplay))
1756 VDisplay = pATI->LCDVertical - VDisplay;
1757 if (pATI->LCDVSyncStart >= VDisplay)
1758 pATI->LCDVSyncStart -= VDisplay;
1761 pATI->LCDVBlankWidth -= VDisplay;
1762 VDisplay = pATI->LCDVSyncStart + pATI->LCDVSyncWidth;
1763 if (pATI->LCDVBlankWidth < VDisplay)
1764 pATI->LCDVBlankWidth = VDisplay;
2339 pMode->VDisplay = pATI->LCDVertical;
2348 pMode->VSyncStart = pMode->VDisplay;
2359 pMode->CrtcVDisplay = pMode->VDisplay;
2360 pMode->CrtcVBlankStart = pMode->VDisplay;
2482 if ((pMode->VDisplay <= MinY) &&
2483 ((pMode->VDisplay < MinY) || (pMode->HDisplay < MinX)))