Searched refs:maxVValue (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Dativalid.c57 int maxHValue, maxVValue; local in function:ATIValidMode
68 maxVValue = MaxBits(CRTC_V_TOTAL) + 1;
69 if (pMode->VTotal > maxVValue)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c837 * maxVValue maximum vertical timing value
886 if (scrp->maxVValue > 0 && mode->VTotal > scrp->maxVValue)
980 * maxVValue maximum vertical timing value
1018 if (scrp->maxVValue > 0 && mode->VTotal > scrp->maxVValue)
1330 * maxVValue maximum vertical timing value
H A Dxf86str.h697 int maxVValue; /* max vertical timing value */ member in struct:_ScrnInfoRec

Completed in 6 milliseconds