Searched refs:modePool (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A DvbeModes.c268 * requirements into the modePool. Note: modePool is a NULL-terminated
276 DisplayModePtr pMode, p = NULL, modePool = NULL; local in function:VBEGetModePool
302 modePool = pMode;
333 modePool = pMode;
343 return modePool;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A DvbeModes.c263 * requirements into the modePool. Note: modePool is a NULL-terminated
271 DisplayModePtr pMode, p = NULL, modePool = NULL; local in function:VBEGetModePool
298 modePool = pMode;
331 modePool = pMode;
342 return modePool;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c441 * modePool the list of monitor modes compatible with the driver
482 if (scrp == NULL || scrp->modePool == NULL ||
500 for (p = scrp->modePool; p != NULL; p = p->next) {
1334 * modePool A subset of the modes available to the monitor which
1588 * If scrp->modePool hasn't been setup yet, set it up now. This allows the
1590 * that a modePool mode's prev field is used to hold a pointer to the
1593 if (scrp->modePool == NULL) {
1609 scrp->modePool = new;
1622 if (scrp->modePool == NULL) {
1627 for (p = scrp->modePool;
[all...]
H A Dxf86str.h708 DisplayModePtr modePool; /* list of compatible modes */ member in struct:_ScrnInfoRec
H A Dxf86Helper.c225 while (pScrn->modePool)
226 xf86DeleteMode(&pScrn->modePool, pScrn->modePool);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c444 * modePool the list of monitor modes compatible with the driver
486 if (scrp == NULL || scrp->modePool == NULL ||
505 for (p = scrp->modePool; p != NULL; p = p->next) {
1326 * modePool A subset of the modes available to the monitor which
1579 * If scrp->modePool hasn't been setup yet, set it up now. This allows the
1581 * that a modePool mode's prev field is used to hold a pointer to the
1584 if (scrp->modePool == NULL) {
1600 scrp->modePool = new;
1615 if (scrp->modePool == NULL) {
1621 for (p = scrp->modePool;
[all...]
H A Dxf86Helper.c238 while (pScrn->modePool)
239 xf86DeleteMode(&pScrn->modePool, pScrn->modePool);
H A Dxf86str.h609 DisplayModePtr modePool; /* list of compatible modes */ member in struct:_ScrnInfoRec
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c810 * requirements into the modePool. Note: modePool is a NULL-terminated
813 pScrn->modePool = VBEGetModePool (pScrn, pVesa->pVbe, pVesa->vbeInfo,
822 if (pScrn->modePool == NULL) {
828 VBESetModeNames(pScrn->modePool);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_merge.c521 pScrn->modePool=NULL;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_driver.c1972 pScrn->modePool = VBEGetModePool(pScrn, pNv->pVbe, pNv->pVbeInfo,
1975 VBESetModeNames(pScrn->modePool);

Completed in 22 milliseconds