Searched refs:pVBE (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimode.c778 if (pATI->pVBE) {
783 if (VBESetVBEMode(pATI->pVBE, vbemode, NULL)) {
800 if (pATI->pVBE) {
801 if (VBESetVBEMode(pATI->pVBE, pATI->vbemode, NULL)) {
812 if (pATI->pVBE) vbeFree(pATI->pVBE);
H A Datipreinit.c544 vbeInfoPtr pVBE = NULL; local in function:ATIPreInit
662 pATI->pVBE = NULL;
676 if ((pVBE = VBEInit(NULL, pATI->iEntity)))
677 ConfiguredMonitor = vbeDoEDID(pVBE, NULL);
679 if (pVBE && !(flags & PROBE_DETECT))
681 xf86Int10InfoPtr pInt10Info = pVBE->pInt10;
703 vbeFree(pVBE);
706 pATI->pVBE = pVBE;
707 pVBE
[all...]
H A Daticonsole.c136 pVbe = pATI->pVBE;
536 if (pATI->pVBE) {
537 if (VBEGetVBEMode(pATI->pVBE, &pATI->vbemode)) {
H A Datistruct.h522 vbeInfoPtr pVBE; member in struct:_ATIRec
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_driver.c309 vbeInfoPtr pVBE; local in function:S3PreInit
438 pVBE = VBEInit(pS3->pInt10, pEnt->index);
439 vbeFree(pVBE);

Completed in 9 milliseconds