Lines Matching refs:Modes
1327 NVModesAdd(DisplayModePtr Modes, DisplayModePtr Additions)
1329 if (!Modes) {
1337 DisplayModePtr Mode = Modes;
1346 return Modes;
1901 * and what sort of modes they can be used for.
1942 pScrn->monitor->Modes = NVModesAdd(pScrn->monitor->Modes, Mode);
1976 i = VBEValidateModes(pScrn, pScrn->monitor->Modes,
1977 pScrn->display->modes, clockRanges,
1987 i = xf86ValidateModes(pScrn, pScrn->monitor->Modes,
1988 pScrn->display->modes, clockRanges,
2008 /* Prune the modes marked as invalid */
2011 if (i == 0 || pScrn->modes == NULL) {
2012 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "No valid modes found\n");
2019 * Set the CRTC parameters for all of the modes based on the type
2029 DisplayModePtr p = pScrn->modes;
2032 * Loop through modes and double their widths. Stash the real width in
2038 } while ((p = p->next) != pScrn->modes);
2045 pScrn->currentMode = pScrn->modes;
2047 /* Print the list of modes being used */