Searched refs:agp (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A DMakefile6 obj-$(CONFIG_AGP_ALI) += ali-agp.o
7 obj-$(CONFIG_AGP_ATI) += ati-agp.o
8 obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o
9 obj-$(CONFIG_AGP_AMD64) += amd64-agp.o
10 obj-$(CONFIG_AGP_ALPHA_CORE) += alpha-agp.o
11 obj-$(CONFIG_AGP_EFFICEON) += efficeon-agp.o
12 obj-$(CONFIG_AGP_HP_ZX1) += hp-agp.o
13 obj-$(CONFIG_AGP_PARISC) += parisc-agp.o
14 obj-$(CONFIG_AGP_I460) += i460-agp.o
15 obj-$(CONFIG_AGP_INTEL) += intel-agp
[all...]
H A Dalpha-agp.c12 #include "agp.h"
18 alpha_agp_info *agp = agp_bridge->dev_private_data; local
23 dma_addr = address - vma->vm_start + agp->aperture.bus_base;
24 pa = agp->ops->translate(agp, dma_addr);
56 alpha_agp_info *agp = agp_bridge->dev_private_data; local
57 agp_bridge->gart_bus_addr = agp->aperture.bus_base;
63 alpha_agp_info *agp = agp_bridge->dev_private_data; local
65 agp->ops->cleanup(agp);
70 alpha_agp_info *agp = agp_bridge->dev_private_data; local
76 alpha_agp_info *agp = bridge->dev_private_data; local
90 alpha_agp_info *agp = agp_bridge->dev_private_data; local
112 alpha_agp_info *agp = agp_bridge->dev_private_data; local
156 alpha_agp_info *agp = alpha_mv.agp_info(); local
[all...]
H A Dbackend.c40 #include "agp.h"
63 * agp_backend_acquire - attempt to acquire an agp backend.
84 * agp_backend_release - release the lock on the agp backend.
100 static const struct { int mem, agp; } maxes_table[] = { member in struct:__anon4177
126 result = maxes_table[index - 1].agp +
128 (maxes_table[index].agp - maxes_table[index - 1].agp)) /
341 __setup("agp=", agp_setup);
H A Duninorth-agp.c14 #include "agp.h"
20 * agp (see pmac_pci.c and look for cache line). Need to be investigated
303 u8 agp; local
327 agp = pci_find_capability(device, PCI_CAP_ID_AGP);
328 if (!agp)
330 pci_read_config_dword(device, agp + PCI_AGP_COMMAND, &cmd);
333 printk("uninorth-agp: disabling AGP on device %s\n",
336 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, cmd);
340 agp = pci_find_capability(pdev, PCI_CAP_ID_AGP);
341 pci_read_config_dword(pdev, agp
[all...]
H A Dsis-agp.c10 #include "agp.h"
90 u8 agp = pci_find_capability(device, PCI_CAP_ID_AGP); local
91 if (!agp)
97 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, command);
H A Damd64-agp.c19 #include "agp.h"
301 static __devinit int fix_northbridge(struct pci_dev *nb, struct pci_dev *agp, argument
320 pci_read_config_word(agp, cap+0x14, &apsize);
330 pci_read_config_dword(agp, 0x10, &aper_low);
331 pci_read_config_dword(agp, 0x14, &aper_hi);
753 printk(KERN_INFO PFX "You can boot with agp=try_unsupported\n");
H A Dagp.h32 #include <asm/agp.h> /* for flush_agp_cache() */
289 /* generic routines for agp>=3 */
H A Dgeneric.c44 #include "agp.h"
216 * Every agp bridge device will allow you to allocate AGP_NORMAL_MEMORY which
353 * This function copies information about the agp bridge device and the state of
354 * the agp backend into an agp_kern_info pointer.
562 * bridge_agpstat = PCI_AGP_STATUS from agp bridge.
760 u8 agp = pci_find_capability(device, PCI_CAP_ID_AGP); local
761 if (!agp)
766 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, bridge_agpstat);
983 * called, then all agp memory is deallocated and removed
1199 * agp_enable - initialise the agp poin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_memory.h50 #include <asm/agp.h>
H A Ddrm_agpsupport.c55 if (!dev->agp || !dev->agp->acquired)
58 kern = &dev->agp->agp_info;
102 if (!dev->agp)
104 if (dev->agp->acquired)
106 if (!(dev->agp->bridge = agp_backend_acquire(dev->pdev)))
108 dev->agp->acquired = 1;
144 if (!dev->agp || !dev->agp->acquired)
146 agp_backend_release(dev->agp
[all...]
H A Dvia_verifier.h53 int agp; member in struct:__anon4265
58 drm_device_t * dev, int agp);
H A Ddrm_memory.c97 for (agpmem = dev->agp->memory; agpmem; agpmem = agpmem->next)
128 return drm_agp_allocate_memory(dev->agp->bridge, pages, type);
156 #endif /* agp */
163 dev->agp && dev->agp->cant_use_aperture && map->type == _DRM_AGP)
176 dev->agp && dev->agp->cant_use_aperture && map->type == _DRM_AGP)
H A Dvia_mm.c39 drm_via_agp_t agp; local
43 DRM_COPY_FROM_USER_IOCTL(agp, (drm_via_agp_t __user *) data,
44 sizeof(agp));
47 agp.size >> VIA_MM_ALIGN_SHIFT);
56 dev_priv->agp_offset = agp.offset;
59 DRM_DEBUG("offset = %u, size = %u", agp.offset, agp.size);
H A Dsis_mm.c201 drm_sis_agp_t agp; local
205 DRM_COPY_FROM_USER_IOCTL(agp, (drm_sis_agp_t __user *) data,
206 sizeof(agp));
209 agp.size >> SIS_MM_ALIGN_SHIFT);
218 dev_priv->agp_offset = agp.offset;
221 DRM_DEBUG("offset = %u, size = %u", agp.offset, agp.size);
H A Ddrm_stub.c105 dev->agp = drm_agp_init(dev);
107 && (dev->agp == NULL)) {
113 if (dev->agp)
114 dev->agp->agp_mtrr =
115 mtrr_add(dev->agp->agp_info.aper_base,
116 dev->agp->agp_info.aper_size *
H A Ddrm_drv.c180 if (drm_core_has_AGP(dev) && dev->agp) {
184 /* Remove AGP resources, but leave dev->agp
186 for (entry = dev->agp->memory; entry; entry = nexte) {
193 dev->agp->memory = NULL;
195 if (dev->agp->acquired)
198 dev->agp->acquired = 0;
199 dev->agp->enabled = 0;
321 dev->agp && dev->agp->agp_mtrr >= 0) {
323 retval = mtrr_del(dev->agp
[all...]
H A Ddrm_vm.c94 if (!dev->agp || !dev->agp->cant_use_aperture)
119 for (agpmem = dev->agp->memory; agpmem; agpmem = agpmem->next) {
580 && (!dev->agp
581 || dev->agp->agp_info.device->vendor != PCI_VENDOR_ID_APPLE)
616 if (drm_core_has_AGP(dev) && dev->agp->cant_use_aperture) {
H A Dvia_verifier.c549 if (cur_seq->agp && ((bcmd & (0xF << 11)) == 0)) {
607 if (cur_seq->agp && ((buf - cur_seq->buf_start) & 0x01)) {
959 drm_device_t * dev, int agp)
979 hc_state->agp = agp;
958 via_verify_command_stream(const uint32_t * buf, unsigned int size, drm_device_t * dev, int agp) argument
H A Dvia_dma.c187 if (!dev->agp || !dev->agp->base) {
188 DRM_ERROR("%s called with no agp memory available\n",
198 dev_priv->ring.map.offset = dev->agp->base + init->offset;
H A Ddrm_bufs.c228 /* Note: dev->agp->base may actually be 0 when the DRM
232 map->offset += dev->agp->base;
233 map->mtrr = dev->agp->agp_mtrr; /* for getmap */
238 * skipped and we double check that dev->agp->memory is
241 for (entry = dev->agp->memory; entry; entry = entry->next) {
248 if (dev->agp->memory && !valid) {
593 agp_offset = dev->agp->base + request->agp_start;
610 for (agp_entry = dev->agp->memory; agp_entry; agp_entry = agp_entry->next) {
617 if (dev->agp->memory && !valid) {
H A Dradeon_cp.c1137 RADEON_WRITE(RADEON_AGP_BASE, (unsigned int)dev->agp->base);
1144 - dev->agp->base
1167 - dev->agp->base + dev_priv->gart_vm_start);
1553 DRM_ERROR("could not find ioremap agp regions!\n");
1606 base = dev->agp->base;
1611 dev->agp->base);
1637 - dev->agp->base
H A Dr128_cce.c324 ring_start = dev_priv->cce_ring->offset - dev->agp->base;
502 DRM_ERROR("could not find agp texture region!\n");
521 DRM_ERROR("Could not ioremap agp regions!\n");
538 dev_priv->cce_buffers_offset = dev->agp->base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_titan.c574 titan_agp_setup(alpha_agp_info *agp)
585 aper->arena = agp->hose->sg_pci;
595 agp->aperture.bus_base =
597 agp->aperture.size = aper->pg_count * PAGE_SIZE;
598 agp->aperture.sysdata = aper;
604 titan_agp_cleanup(alpha_agp_info *agp)
606 struct titan_agp_aperture *aper = agp->aperture.sysdata;
621 kfree(agp);
625 titan_agp_configure(alpha_agp_info *agp)
628 titan_pachip_port *port = agp
569 titan_agp_setup(alpha_agp_info *agp) argument
599 titan_agp_cleanup(alpha_agp_info *agp) argument
620 titan_agp_configure(alpha_agp_info *agp) argument
658 titan_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) argument
666 titan_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) argument
674 titan_agp_translate(alpha_agp_info *agp, dma_addr_t addr) argument
708 alpha_agp_info *agp; local
[all...]
H A Dcore_marvel.c907 marvel_agp_setup(alpha_agp_info *agp)
917 aper->arena = agp->hose->sg_pci;
928 agp->aperture.bus_base =
930 agp->aperture.size = aper->pg_count * PAGE_SIZE;
931 agp->aperture.sysdata = aper;
937 marvel_agp_cleanup(alpha_agp_info *agp)
939 struct marvel_agp_aperture *aper = agp->aperture.sysdata;
954 kfree(agp);
958 marvel_agp_configure(alpha_agp_info *agp)
960 io7_ioport_csrs *csrs = ((struct io7_port *)agp
896 marvel_agp_setup(alpha_agp_info *agp) argument
926 marvel_agp_cleanup(alpha_agp_info *agp) argument
947 marvel_agp_configure(alpha_agp_info *agp) argument
1011 marvel_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) argument
1019 marvel_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) argument
1027 marvel_agp_translate(alpha_agp_info *agp, dma_addr_t addr) argument
1062 alpha_agp_info *agp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DMakefile104 obj-$(CONFIG_AGP) += agp/

Completed in 573 milliseconds

12