summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/agpvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code that has been unused ever since we removed the agp ioctl interface.kettenis2015-12-191-64/+1
* Move agp_generic_enable() prototype to agpvar.h to unbreak the build onkettenis2015-12-191-1/+2
* On i386, agp_map_subregion might sleep, which is not allowed in some ofkettenis2014-09-201-1/+3
* No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,mpi2014-03-261-3/+1
* Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTTkettenis2013-12-091-3/+1
* Remove the agp-specific bus_dma code. It is no longer used now thatkettenis2013-12-071-8/+1
* Take a different approach towards framebuffer accelartion. Instead of usingkettenis2013-04-141-1/+2
* Indirectly pass the cache level down to agp by abusing spare bus_dma bits.jsg2013-03-181-1/+6
* stash the number of stolen entries in the agp structjsg2013-03-181-1/+2
* Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSkettenis2013-03-171-1/+2
* Rework how AGP memory regions are mapped and add support for AGP bridgesmpi2012-12-061-2/+10
* Continue with the horrible habit of using agp_machdep.c for agp related MDoga2010-05-101-1/+10
* Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()oga2010-04-081-1/+2
* add an interface to agp to create a bus_dma_tag over a range of theoga2009-06-061-1/+8
* Change agp attach (again) so that the driver passes in the aperture size.oga2009-05-101-4/+5
* In preparation for using agp as a bus_dma backend for drm, convert the bind_pageoga2009-05-101-17/+16
* change agp driver attach so that the driver passes in the base addressoga2009-05-101-4/+3
* Don't map all agp memory we allocate.oga2009-04-201-5/+4
* Rework that way that agp attaches.oga2008-11-091-94/+48
* Right now agp_generic_enable() is wrong. It has been since 2006. Itoga2008-07-121-1/+5
* currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyoga2008-05-061-1/+3
* Sometimes the registers claiming the aperture size on 9XX chipsets lie.oga2008-03-231-1/+3
* Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesoga2008-03-161-2/+2
* KNF, no binary change.oga2007-12-071-38/+37
* Replace lockmgr with rwlock.oga2007-12-071-3/+3
* Destatic functions in the agp subsystem.oga2007-12-061-1/+2
* Make agp attach as a device. This means that many more agp bridgesoga2007-11-251-35/+187
* Add AGP support for the intel i965 chipset, this also extends thereyk2007-08-041-2/+2
* Make sure AGP debug printfs actually compile.dim2006-11-261-6/+3
* Clean up unused definitions. ok miod@matthieu2006-03-101-20/+1
* - some KNF.fgsch2002-07-251-36/+45
* remove a bunch of debugging printfs and disable agp_debug; prompted by millert@mickey2002-07-151-12/+12
* support for the agp gart on various agp chipsets.mickey2002-07-121-0/+138