Searched refs:modePool (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbeModes.c | 268 * 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 D | vbeModes.c | 263 * 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 D | xf86Mode.c | 441 * 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 D | xf86str.h | 708 DisplayModePtr modePool; /* list of compatible modes */ member in struct:_ScrnInfoRec
|
| H A D | xf86Helper.c | 225 while (pScrn->modePool) 226 xf86DeleteMode(&pScrn->modePool, pScrn->modePool);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 444 * 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 D | xf86Helper.c | 238 while (pScrn->modePool) 239 xf86DeleteMode(&pScrn->modePool, pScrn->modePool);
|
| H A D | xf86str.h | 609 DisplayModePtr modePool; /* list of compatible modes */ member in struct:_ScrnInfoRec
|
| /xsrc/external/mit/xf86-video-vesa/dist/src/ |
| H A D | vesa.c | 810 * 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 D | mga_merge.c | 521 pScrn->modePool=NULL;
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_driver.c | 1972 pScrn->modePool = VBEGetModePool(pScrn, pNv->pVbe, pNv->pVbeInfo, 1975 VBESetModeNames(pScrn->modePool);
|
Completed in 22 milliseconds