| /src/sys/external/bsd/drm2/ttm/ |
| ttm_agp_backend.c | 50 struct agp_softc *agp; member in struct:ttm_agp 64 ttm_agp->agp = &bridge->abd_sc; 102 struct agp_softc *const sc = ttm_agp->agp; 138 struct agp_softc *const sc = ttm_agp->agp;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| pci.h | 33 } agp; member in struct:nvkm_pci
|
| /src/sys/external/bsd/drm2/dist/drm/via/ |
| via_mm.c | 52 drm_via_agp_t *agp = data; local 56 drm_mm_init(&dev_priv->agp_mm, 0, agp->size >> VIA_MM_ALIGN_SHIFT); 59 dev_priv->agp_offset = agp->offset; 62 DRM_DEBUG("offset = %u, size = %u\n", agp->offset, agp->size);
|
| via_verifier.h | 55 int agp; member in struct:__anon5563 60 struct drm_device *dev, int agp);
|
| /src/sys/external/bsd/drm2/drm/ |
| drm_agp_hook.c | 142 struct drm_agp_head *agp; local 146 agp = hooks->agph_init(dev); 147 if (agp == NULL) 150 agp->hooks = hooks; 152 return agp; 159 if (dev->agp == NULL) 161 dev->agp->hooks->agph_clear(dev); 162 drm_agp_hooks_release(dev->agp->hooks); 163 kfree(dev->agp); 164 dev->agp = NULL [all...] |
| /src/sys/external/bsd/drm/dist/shared-core/ |
| sis_mm.c | 50 set_t *sets[2]; /* 0 for video, 1 for AGP */ 222 /* agp memory management */ 227 drm_sis_agp_t *agp = data; local 240 dev_priv->AGPHeap = mmInit(agp->offset, agp->size); 242 DRM_DEBUG("offset = %u, size = %u", agp->offset, agp->size); 250 drm_sis_mem_t *agp = data; local 257 block = mmAllocMem(dev_priv->AGPHeap, agp->size, 0, 0); 260 agp->offset = block->ofs 282 drm_sis_mem_t *agp = data; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/sis/ |
| sis_mm.c | 213 drm_sis_agp_t *agp = data; local 217 drm_mm_init(&dev_priv->agp_mm, 0, agp->size >> SIS_MM_ALIGN_SHIFT); 220 dev_priv->agp_offset = agp->offset; 223 DRM_DEBUG("offset = %lu, size = %lu\n", agp->offset, agp->size);
|
| /src/sys/dev/pci/ |
| agp_nvidia.c | 61 struct agp_softc agp; member in struct:agp_nvidia_softc 65 device_t dev; /* AGP Controller */
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_device.h | 274 /** @agp: AGP data */ 275 struct drm_agp_head *agp; member in struct:drm_device
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_drv.h | 151 } agp; member in struct:nouveau_drm
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_options.c | 53 dt_aggregate_t *agp = &dtp->dt_aggregate; local 58 agp->dtat_flags |= option;
|
| dt_aggregate.c | 446 dt_aggregate_t *agp = &dtp->dt_aggregate; local 448 dt_ahash_t *hash = &agp->dtat_hash; 450 dtrace_bufdesc_t b = agp->dtat_buf, *buf = &b; 452 int flags = agp->dtat_flags; 630 int max_cpus = agp->dtat_maxcpu; 713 dt_aggregate_t *agp = &dtp->dt_aggregate; local 729 if (agp->dtat_buf.dtbd_size == 0) 732 for (i = 0; i < agp->dtat_ncpus; i++) { 733 if ((rval = dt_aggregate_snap_cpu(dtp, agp->dtat_cpus[i]))) 1080 dt_aggregate_t *agp = &dtp->dt_aggregate local 1140 dt_aggregate_t *agp = &dtp->dt_aggregate; local 1309 dt_aggregate_t *agp = &dtp->dt_aggregate; local 1420 dt_aggregate_t *agp = &dtp->dt_aggregate; local 1533 dt_aggregate_t *agp = &dtp->dt_aggregate; local 1676 dt_aggregate_t *agp = &dtp->dt_aggregate; local 2139 dt_aggregate_t *agp = &dtp->dt_aggregate; local 2165 dt_aggregate_t *agp = &dtp->dt_aggregate; local [all...] |
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drmP.h | 88 #include <dev/agp/agpvar.h> 738 * card is really attached to AGP or not. 744 * card is absolutely \b not AGP (return of 0), absolutely \b is AGP 745 * (return of 1), or may or may not be AGP (return of 2). 861 drm_agp_head_t *agp; member in struct:drm_device 1088 /* AGP/PCI Express/GART support (drm_agpsupport.c) */ 1209 /* AGP/GART support (drm_agpsupport.c) */
|