Searched refs:memPhysBase (Results 1 - 25 of 54) sorted by relevance

123

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware.c409 pVMWARE->memPhysBase = vmwareReadReg(pVMWARE, SVGA_REG_FB_START);
428 xf86DrvMsgVerb(pScrn->scrnIndex, X_PROBED, 2, "pbase: 0x%08lx\n", pVMWARE->memPhysBase);
622 pScrn->memPhysBase = pVMWARE->memPhysBase;
738 pVMWARE->memPhysBase,
752 pVMWARE->memPhysBase,
759 pVMWARE->memPhysBase, pVMWARE->videoRam,
H A Dvmware.h99 unsigned long memPhysBase; member in struct:__anon62f992160208
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_hwmc.c276 contextRec->fbBase = pScrn->memPhysBase;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_hwmc.c276 contextRec->fbBase = pScrn->memPhysBase;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_hwmc.c276 contextRec->fbBase = pScrn->memPhysBase;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_ums.c247 pScrn->memPhysBase = pVia->PciInfo->regions[2].base_addr;
249 pScrn->memPhysBase = pVia->PciInfo->regions[0].base_addr;
253 pScrn->memPhysBase = pVia->PciInfo->memBase[2];
255 pScrn->memPhysBase = pVia->PciInfo->memBase[0];
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_hwmc.c278 contextRec->fbBase = pScrn->memPhysBase;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_driver.c888 if (pScreenInfo->memPhysBase == 0) {
891 pScreenInfo->memPhysBase = sAdapterInfo.dwFrameBufferBase;
893 pScreenInfo->memPhysBase = gfx_get_frame_buffer_base();
898 (unsigned long)pScreenInfo->memPhysBase));
2076 pScreenInfo->memPhysBase = (unsigned long)(pGeode->FBBase +
2083 GeodeDebug(("->memPhysBase (%X)!\n", pScreenInfo->memPhysBase));
2085 pScreenInfo->memPhysBase = (unsigned long)pGeode->FBBase;
H A Dnsc_gx2_driver.c856 if (pScreenInfo->memPhysBase == 0) {
859 pScreenInfo->memPhysBase = sAdapterInfo.dwFrameBufferBase;
861 pScreenInfo->memPhysBase = gfx_get_frame_buffer_base();
866 (unsigned long)pScreenInfo->memPhysBase));
1987 pScreenInfo->memPhysBase = (unsigned long)pGeode->FBBase;
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dvboxvideo.c970 if (pScrn->memPhysBase == 0) {
972 pScrn->memPhysBase = pVBox->pciInfo->regions[0].base_addr;
974 pScrn->memPhysBase = pVBox->pciInfo->memBase[0];
1406 pScrn->memPhysBase,
1413 pVBox->pciTag, pScrn->memPhysBase,
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c1347 pScrn->memPhysBase = pVesa->mapPhys;
1353 (void) pci_device_map_range(pVesa->pciInfo, pScrn->memPhysBase,
1365 (void) pci_device_map_legacy(pVesa->pciInfo, pScrn->memPhysBase,
1377 pVesa->pciTag, pScrn->memPhysBase,
1381 pScrn->memPhysBase, pVesa->mapSize);
1403 pScrn->memPhysBase, pVesa->mapSize);
/xsrc/external/mit/xf86-video-ark/dist/src/
H A Dark_driver.c367 pScrn->memPhysBase = pARK->PciInfo->memBase[0];
369 pScrn->memPhysBase = pARK->PciInfo->regions[0].base_addr;
373 (unsigned long)pScrn->memPhysBase);
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_driver.c1468 pScrn->memPhysBase = PCI_REGION_BASE(pSmi->PciInfo, 0, REGION_MEM);
1479 pScrn->memPhysBase + pSmi->fbMapOffset,
1485 pScrn->memPhysBase +
1505 pScrn->memPhysBase, (unsigned long)pSmi->fbMapOffset);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86str.h744 unsigned long memPhysBase; /* Physical address of FB */ member in struct:_ScrnInfoRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h644 unsigned long memPhysBase; /* Physical address of FB */ member in struct:_ScrnInfoRec
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_driver.c228 if (pScrni->memPhysBase == 0)
229 pScrni->memPhysBase = PCI_REGION_BASE(pci, 0, REGION_MEM);
H A Dgx_driver.c687 if (pScrni->memPhysBase == 0)
688 pScrni->memPhysBase = gfx_get_frame_buffer_base();
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c1018 *ApertureBase = (unsigned char *)(pScrn->memPhysBase);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_driver.c304 pScrn->memPhysBase = MEMBASE(pPci, 1);
H A Driva_driver.c1229 pScrn->memPhysBase = pRiva->FbAddress;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64xv.c1530 pScreenInfo->memPhysBase = pATI->LinearBase;
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_driver.c373 pScrn->memPhysBase = 0;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c605 pScrn->memPhysBase = (unsigned long)fPtr->fix.smem_start & (unsigned long)(PAGE_MASK);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c622 pScrn->memPhysBase =
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_driver.c790 pScrn->memPhysBase = info->LinearAddr;
1774 pScrn->memPhysBase, pScrn->fbOffset));

Completed in 74 milliseconds

123