summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agpvar.h
AgeCommit message (Expand)Author
2013-04-14Take a different approach towards framebuffer accelartion. Instead of usingMark Kettenis
2013-03-18Indirectly pass the cache level down to agp by abusing spare bus_dma bits.Jonathan Gray
2013-03-18stash the number of stolen entries in the agp structJonathan Gray
2013-03-17Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSMark Kettenis
2012-12-06Rework how AGP memory regions are mapped and add support for AGP bridgesMartin Pieuchot
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-04-08Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()Owain Ainsworth
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-05-10Change agp attach (again) so that the driver passes in the aperture size.Owain Ainsworth
2009-05-10In preparation for using agp as a bus_dma backend for drm, convert the bind_pageOwain Ainsworth
2009-05-10change agp driver attach so that the driver passes in the base addressOwain Ainsworth
2009-04-20Don't map all agp memory we allocate.Owain Ainsworth
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-07-12Right now agp_generic_enable() is wrong. It has been since 2006. ItOwain Ainsworth
2008-05-06currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyOwain Ainsworth
2008-03-23Sometimes the registers claiming the aperture size on 9XX chipsets lie.Owain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2007-12-07KNF, no binary change.Owain Ainsworth
2007-12-07Replace lockmgr with rwlock.Owain Ainsworth
2007-12-06Destatic functions in the agp subsystem.Owain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2006-11-26Make sure AGP debug printfs actually compile.Dimitry Andric
2006-03-10Clean up unused definitions. ok miod@Matthieu Herrb
2002-07-25- some KNF.Federico G. Schwindt
2002-07-15remove a bunch of debugging printfs and disable agp_debug; prompted by millert@Michael Shalayeff
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff