HomeSort by: relevance | last modified time | path
    Searched refs:agpinf (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_agp.c 64 struct _agp_info agpinf; local
85 if (ioctl(gartFd, AGPIOC_INFO, &agpinf) != 0) {
101 agpinf.version.major < AGPGART_MAJOR_VERSION ||
103 (agpinf.version.major == AGPGART_MAJOR_VERSION &&
104 agpinf.version.minor < AGPGART_MINOR_VERSION)) {
108 agpinf.version.major, agpinf.version.minor,
128 struct _agp_info agpinf; local
140 memset((char *) &agpinf, 0, sizeof(agpinf));
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_agp.c 64 struct _agp_info agpinf; local
85 if (ioctl(gartFd, AGPIOC_INFO, &agpinf) != 0) {
101 agpinf.version.major < AGPGART_MAJOR_VERSION ||
103 (agpinf.version.major == AGPGART_MAJOR_VERSION &&
104 agpinf.version.minor < AGPGART_MINOR_VERSION)) {
108 agpinf.version.major, agpinf.version.minor,
128 struct _agp_info agpinf; local
141 memset((char*)&agpinf, 0, sizeof(agpinf));
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_agp.c 113 agp_info_t agpinf; local
119 if (ioctl(gartFd, AGPIOC_INFO, &agpinf) != 0) {
132 info->bridgeId = agpinf.agpi_devid;
133 info->agpMode = agpinf.agpi_mode;
134 info->base = agpinf.agpi_aperbase;
135 info->size = agpinf.agpi_apersize;
136 info->totalPages = (unsigned long) agpinf.agpi_pgtotal;
137 info->systemPages = (unsigned long) agpinf.agpi_pgsystem;
138 info->usedPages = (unsigned long) agpinf.agpi_pgused;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_agp.c 112 agp_info_t agpinf; local
118 if (ioctl(gartFd, AGPIOC_INFO, &agpinf) != 0) {
131 info->bridgeId = agpinf.agpi_devid;
132 info->agpMode = agpinf.agpi_mode;
133 info->base = agpinf.agpi_aperbase;
134 info->size = agpinf.agpi_apersize;
135 info->totalPages = (unsigned long)agpinf.agpi_pgtotal;
136 info->systemPages = (unsigned long)agpinf.agpi_pgsystem;
137 info->usedPages = (unsigned long)agpinf.agpi_pgused;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_memory.c 415 AgpInfoPtr agpinf; local
420 (agpinf = xf86GetAGPInfo(pScrn->scrnIndex)) == NULL ||
424 maxPages = agpinf->totalPages - agpinf->usedPages;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_memory.c 415 AgpInfoPtr agpinf; local
420 (agpinf = xf86GetAGPInfo(pScrn->scrnIndex)) == NULL ||
424 maxPages = agpinf->totalPages - agpinf->usedPages;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_memory.c 414 AgpInfoPtr agpinf; local
419 (agpinf = xf86GetAGPInfo(pScrn->scrnIndex)) == NULL ||
423 maxPages = agpinf->totalPages - agpinf->usedPages;
i830_memory.c 1638 AgpInfoPtr agpinf; local
1643 (agpinf = xf86GetAGPInfo(pScrn->scrnIndex)) == NULL ||
1647 maxPages = agpinf->totalPages - agpinf->usedPages;

Completed in 10 milliseconds