Searched refs:agp (Results 26 - 46 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_verifier.c547 if (cur_seq->agp && ((bcmd & (0xF << 11)) == 0)) {
605 if (cur_seq->agp && ((buf - cur_seq->buf_start) & 0x01)) {
955 struct drm_device * dev, int agp)
975 hc_state->agp = agp;
954 via_verify_command_stream(const uint32_t * buf, unsigned int size, struct drm_device * dev, int agp) argument
H A Dvia_dma.c188 if (!dev->agp || !dev->agp->base) {
189 DRM_ERROR("called with no agp memory available\n");
198 dev_priv->ring.map.offset = dev->agp->base + init->offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DMakefile105 obj-$(CONFIG_AGP) += agp/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dagp.h32 #include <asm/agp.h> /* for flush_agp_cache() */
231 /* generic routines for agp>=3 */
H A Dgeneric.c45 #include "agp.h"
233 * Every agp bridge device will allow you to allocate AGP_NORMAL_MEMORY which
377 * This function copies information about the agp bridge device and the state of
378 * the agp backend into an agp_kern_info pointer.
623 * bridge_agpstat = PCI_AGP_STATUS from agp bridge.
821 u8 agp = pci_find_capability(device, PCI_CAP_ID_AGP); local
822 if (!agp)
827 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, bridge_agpstat);
1046 * called, then all agp memory is deallocated and removed
1322 * agp_enable - initialise the agp poin
[all...]
H A Dati-agp.c12 #include <asm/agp.h>
13 #include "agp.h"
386 * used to program the agp master not the cpu
392 /* Calculate the agp offset */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_fb.c153 info->screen_base = ioremap_wc(dev->agp->base + obj_priv->gtt_offset,
H A Di915_dma.c840 dev_priv->hws_map.offset = dev->agp->base + hws->addr;
2125 io_mapping_create_wc(dev->agp->base,
2126 dev->agp->agp_info.aper_size * 1024*1024);
2137 dev_priv->mm.gtt_mtrr = mtrr_add(dev->agp->base,
2138 dev->agp->agp_info.aper_size *
2290 mtrr_del(dev_priv->mm.gtt_mtrr, dev->agp->base,
2291 dev->agp->agp_info.aper_size * 1024 * 1024);
H A Dintel_ringbuffer.c645 ring->map.offset = dev->agp->base + obj_priv->gtt_offset;
H A Di915_gem.c1192 pfn = ((dev->agp->base + obj_priv->gtt_offset) >> PAGE_SHIFT) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c127 return ttm_agp_backend_init(bdev, rdev->ddev->agp->bridge);
161 if (!(drm_core_has_AGP(rdev->ddev) && rdev->ddev->agp)) {
166 if (!rdev->ddev->agp->cant_use_aperture)
453 mem->bus.is_iomem = !rdev->ddev->agp->cant_use_aperture;
H A Dradeon_cp.c770 radeon_write_agp_base(dev_priv, dev->agp->base);
778 - dev->agp->base
801 - dev->agp->base + dev_priv->gart_vm_start);
1349 DRM_ERROR("could not find ioremap agp regions!\n");
1402 base = dev->agp->base;
1407 dev->agp->base);
1433 - dev->agp->base
H A Dr600_cp.c1831 - dev->agp->base +
1858 radeon_write_agp_base(dev_priv, dev->agp->base);
1866 - dev->agp->base
2088 DRM_ERROR("could not find ioremap agp regions!\n");
2140 base = dev->agp->base;
2145 dev->agp->base);
2167 - dev->agp->base
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/r128/
H A Dr128_cce.c316 ring_start = dev_priv->cce_ring->offset - dev->agp->base;
497 DRM_ERROR("could not find agp texture region!\n");
516 DRM_ERROR("Could not ioremap agp regions!\n");
534 dev_priv->cce_buffers_offset = dev->agp->base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i810/
H A Di810_dma.c368 dev_priv->ring.map.offset = dev->agp->base + init->ring_start;
726 unsigned long start = address - dev->agp->base;
1047 unsigned long start = address - dev->agp->base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_dma.c559 DRM_ERROR("failed to ioremap agp regions! (%p, %p, %p)\n",
847 DRM_ERROR("failed to ioremap agp regions!\n");
943 if ((dev->agp != NULL) && dev->agp->acquired)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGI_main_26.c2061 struct agp_memory *agp; local
2144 agp = agp_allocate_memory(COMMAND_QUEUE_AREA_SIZE/PAGE_SIZE,
2146 if (agp == NULL) {
2150 if (agp_bind_memory(agp, agp->pg_start) != 0) {
2196 agp_info->aper_base, agp->physical, agp_size/1024);
2198 agp_phys = agp_info->aper_base + agp->physical;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c48 #include <asm/agp.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_dma.c377 dev_priv->ring.map.offset = dev->agp->base + init->ring_start;
1078 unsigned long start = address - dev->agp->base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c368 return ttm_agp_backend_init(bdev, dev->agp->bridge);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A DdrmP.h511 * \sa drm_agp_init() and drm_device::agp.
1022 struct drm_agp_head *agp; /**< AGP data */ member in struct:drm_device

Completed in 223 milliseconds

12