Graphics address remapping table: Difference between revisions

Content deleted Content added
correct name
Revert: most sources to be found on Google use the word "address". Also don't perform WP:CUTPASTE moves.
Line 1:
The '''graphics address remapping table''' ('''GART'''), sometimes known as the '''graphics translation table''' ('''GTT'''),<ref>{{cite web|author=freedesktop.org|url=http://dri.freedesktop.org/wiki/GART|title=GART|accessdate=2010-03-05}}</ref> is an [[IOMMU|I/O memory management unit]] (IOMMU) used by [[Accelerated Graphics Port]] (AGP) and [[PCI Express]] (PCIe) [[graphics card]]s. The GART allows the graphics card [[direct memory access]] (DMA) to the host system memory, through which buffers of [[texture mapping|textures]], [[polygon mesh]]es and other data are loaded.
#REDIRECT [[Graphics aperture remapping table]]
 
GART is used as a means of data transfer between the [[primary storage|main memory]] and [[video memory]], but can also be used to expand the amount of video memory available for graphics cards, particularly for cards with no dedicated video memory such as [[Intel HD Graphics]] processors.
 
==Operating system support==
 
=== Linux ===
Jeff Hartmann served as the primary maintainer of the [[Linux kernel]]'s agpgart driver, which began as part of [[Brian Paul]]'s [[Utah GLX]] accelerated [[Mesa 3D]] driver project. The developers primarily targeted Linux 2.4.x kernels, but made patches available against older 2.2.x kernels. Dave Jones heavily reworked agpgart for the Linux 2.6.x kernels, along with more contributions from Jeff Hartmann.<ref>{{cite web |url=http://www.linuxsymposium.org/archives/OLS/Reprints-2003/Reprint-Jones-OLS2003.pdf|title=Ugly Ducklings: Resurrecting unmaintained code – agpgart adapted for Linux 2.6 kernel |format=PDF |date=2003-07-24 |accessdate=2014-06-05 |archiveurl=https://web.archive.org/web/20140203111912/http://www.linuxsymposium.org/archives/OLS/Reprints-2003/Reprint-Jones-OLS2003.pdf |archivedate=2014-02-03 |last=Jones |first=Dave}}</ref>
 
=== FreeBSD ===
In [[FreeBSD]], the agpgart driver appeared in its 4.1 release.<ref>{{cite web|url=http://www.freebsd.org/cgi/man.cgi?agpgart |title=agp(4) |work=FreeBSD Man Pages: FreeBSD Kernel Interfaces Manual |publisher=freebsd.org |date=2007-11-28 |accessdate=2014-06-10}}</ref>
 
=== Solaris ===
AGPgart support was introduced into [[SXDE|Solaris Express Developer Edition]] as of its 7/05 release.<ref>{{cite web
|url = http://docs.sun.com/app/docs/doc/819-2254/agpgart-io-7i
|title = agpgart_io manpage
|accessdate = 2007-12-04
|work = docs.sun.com
|publisher = [[Sun Microsystems]]
}}</ref>
 
== See also ==
* [[Direct Rendering Manager]]
 
== References ==
{{Reflist}}
 
[[Category:Graphics hardware]]