Searched refs:aperture (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_main.h69 par->mtrr_reg = mtrr_add((u32) par->aperture.physical,
70 par->aperture.size, MTRR_TYPE_WRCOMB, 1);
80 mtrr_del(par->mtrr_reg, (u32) par->aperture.physical,
81 par->aperture.size);
H A Di810_main.c54 * voffset - framebuffer offset in MiB from aperture start address. In order for
1630 par->fb.physical = par->aperture.physical+(par->fb.offset << 12);
1631 par->fb.virtual = par->aperture.virtual+(par->fb.offset << 12);
1632 par->iring.physical = par->aperture.physical +
1634 par->iring.virtual = par->aperture.virtual +
1636 par->cursor_heap.virtual = par->aperture.virtual+
1642 if (vram + 1 > par->aperture.size >> 20)
1643 vram = (par->aperture.size >> 20) - 1;
1644 if (v_offset_default > (par->aperture.size >> 20))
1645 v_offset_default = (par->aperture
[all...]
H A Di810.h261 struct heap_data aperture; member in struct:i810fb_par
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dagp_backend.h25 } aperture; member in struct:_alpha_agp_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_titan.c595 agp->aperture.bus_base =
597 agp->aperture.size = aper->pg_count * PAGE_SIZE;
598 agp->aperture.sysdata = aper;
606 struct titan_agp_aperture *aper = agp->aperture.sysdata;
665 struct titan_agp_aperture *aper = agp->aperture.sysdata;
673 struct titan_agp_aperture *aper = agp->aperture.sysdata;
681 struct titan_agp_aperture *aper = agp->aperture.sysdata;
685 if (addr < agp->aperture.bus_base ||
686 addr >= agp->aperture.bus_base + agp->aperture
[all...]
H A Dcore_marvel.c928 agp->aperture.bus_base =
930 agp->aperture.size = aper->pg_count * PAGE_SIZE;
931 agp->aperture.sysdata = aper;
939 struct marvel_agp_aperture *aper = agp->aperture.sysdata;
1024 struct marvel_agp_aperture *aper = agp->aperture.sysdata;
1032 struct marvel_agp_aperture *aper = agp->aperture.sysdata;
1040 struct marvel_agp_aperture *aper = agp->aperture.sysdata;
1044 if (addr < agp->aperture.bus_base ||
1045 addr >= agp->aperture.bus_base + agp->aperture
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dalpha-agp.c23 dma_addr = address - vma->vm_start + agp->aperture.bus_base;
57 agp_bridge->gart_bus_addr = agp->aperture.bus_base;
166 * Build the aperture size descriptor
169 aper_size->size = agp->aperture.size / (1024 * 1024);
170 aper_size->num_entries = agp->aperture.size / PAGE_SIZE;
H A Duninorth-agp.c30 static char __devinitdata *aperture = NULL; variable
38 if (aperture) {
39 char *save = aperture;
41 size = memparse(aperture, &aperture) >> 20;
42 aperture = save;
49 printk(KERN_ERR PFX "Invalid aperture size, using"
52 aperture = NULL;
114 /* aperture size and gatt addr */
122 * the AGP aperture is
[all...]
H A Dnvidia-agp.c32 volatile u32 __iomem *aperture; member in struct:_nvidia_private
115 /* aperture size */
156 /* map aperture */
157 nvidia_private.aperture =
176 /* unmap aperture */
177 iounmap((void __iomem *) nvidia_private.aperture);
179 /* restore previous aperture size */
184 /* restore iorr for previous aperture size */
269 temp = readl(nvidia_private.aperture+(i * PAGE_SIZE / sizeof(u32)));
271 temp = readl(nvidia_private.aperture
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbdrv.c335 dinfo->mtrr_reg = mtrr_add(dinfo->aperture.physical,
336 dinfo->aperture.size, MTRR_TYPE_WRCOMB, 1);
346 mtrr_del(dinfo->mtrr_reg, dinfo->aperture.physical,
347 dinfo->aperture.size);
397 if (dinfo->aperture.virtual)
398 iounmap((void __iomem *)dinfo->aperture.virtual);
403 release_mem_region(dinfo->aperture.physical,
404 dinfo->aperture.size);
482 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar);
483 dinfo->aperture
[all...]
H A Dintelfb.h285 struct intelfb_heap_data aperture; member in struct:intelfb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A DMakefile32 obj-$(CONFIG_IOMMU) += pci-gart.o aperture.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_drv.h157 drm_local_map_t *aperture; member in struct:drm_savage_private
H A Dsavage_bci.c557 * and size of the aperture is not suitable for automatic MTRR setup
616 * aperture. */
648 &dev_priv->aperture);

Completed in 139 milliseconds