Lines Matching refs:pMgaEnt

761 	    MGAEntPtr pMgaEnt = NULL;
771 pMgaEnt = pPriv->ptr;
772 pMgaEnt->lastInstance = -1;
774 pMgaEnt = pPriv->ptr;
781 pMgaEnt->lastInstance++;
783 pMgaEnt->lastInstance);
981 MGAEntPtr pMgaEnt = NULL;
991 pMgaEnt = pPriv->ptr;
992 pMgaEnt->lastInstance = -1;
994 pMgaEnt = pPriv->ptr;
1001 pMgaEnt->lastInstance++;
1003 pMgaEnt->lastInstance);
1465 MGAEntPtr pMgaEnt = NULL;
1498 pMgaEnt = xf86GetEntityPrivate(pScrn->entityList[0],
1500 pMga->entityPrivate = pMgaEnt;
1665 pMgaEnt->pScrn_1 = pScrn;
1671 pMgaEnt->pScrn_2 = pScrn;
1677 if(pMgaEnt->pScrn_1 && MGAPTR(pMgaEnt->pScrn_1)->MergedFB) {
2196 pMgaEnt->mastervideoRam = pScrn->videoRam - adjust;
2197 pScrn->videoRam = pMgaEnt->mastervideoRam;
2198 pMgaEnt->slavevideoRam = adjust;
2199 pMgaEnt->masterFbAddress = pMga->FbAddress;
2201 pMgaEnt->masterFbMapSize = pScrn->videoRam * 1024;
2202 pMgaEnt->slaveFbAddress = pMga->FbAddress +
2203 pMgaEnt->masterFbMapSize;
2204 pMgaEnt->slaveFbMapSize = pMgaEnt->slavevideoRam * 1024;
2208 pMga->FbAddress = pMgaEnt->slaveFbAddress;
2209 pMga->FbMapSize = pMgaEnt->slaveFbMapSize;
2210 pScrn->videoRam = pMgaEnt->slavevideoRam;
2212 pMgaEnt->slaveFbAddress - pMgaEnt->masterFbAddress;
2215 pMgaEnt->refCount++;
2547 pMga->FbUsableSize = pMgaEnt->masterFbMapSize;
2555 pMgaEnt->masterFbMapSize -
2565 pMga->FbUsableSize = pMgaEnt->slaveFbMapSize;
3177 MGAEntPtr pMgaEnt = NULL;
3233 pMgaEnt = pPriv->ptr;
3234 pMgaEnt->refCount++;
3512 pMgaEnt->directRenderingEnabled = pMga->directRenderingEnabled;
3750 MGAEntPtr pMgaEnt = NULL;
3799 pMgaEnt = pPriv->ptr;
3800 pMgaEnt->refCount--;