Lines Matching refs:pEnt
192 pciVideoPtr pci = xf86GetPciInfoForEntity(pGeode->pEnt->index);
272 LXCheckVGA(ScrnInfoPtr pScrni, EntityInfoPtr pEnt)
291 pciVideoPtr pci = xf86GetPciInfoForEntity(pEnt->index);
311 EntityInfoPtr pEnt;
319 pEnt = xf86GetEntityInfo(pScrni->entityList[0]);
321 if (pEnt->resources)
325 GeodeProbeDDC(pScrni, pEnt->index);
334 pGeode->useVGA = LXCheckVGA(pScrni, pEnt);
336 pGeode->pEnt = pEnt;
517 if ((pVesa->pInt = xf86InitInt10(pGeode->pEnt->index)) == NULL) {
543 if (pGeode->pEnt->device->videoRam == 0)
546 pScrni->videoRam = pGeode->pEnt->device->videoRam;
604 if (xf86RegisterResources(pGeode->pEnt->index, NULL, ResExclusive)) {
639 pciVideoPtr pci = xf86GetPciInfoForEntity(pGeode->pEnt->index);