index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
agpvar.h
Age
Commit message (
Expand
)
Author
2009-06-06
add an interface to agp to create a bus_dma_tag over a range of the
Owain Ainsworth
2009-05-10
Change agp attach (again) so that the driver passes in the aperture size.
Owain Ainsworth
2009-05-10
In preparation for using agp as a bus_dma backend for drm, convert the bind_page
Owain Ainsworth
2009-05-10
change agp driver attach so that the driver passes in the base address
Owain Ainsworth
2009-04-20
Don't map all agp memory we allocate.
Owain Ainsworth
2008-11-09
Rework that way that agp attaches.
Owain Ainsworth
2008-07-12
Right now agp_generic_enable() is wrong. It has been since 2006. It
Owain Ainsworth
2008-05-06
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
Owain Ainsworth
2008-03-23
Sometimes the registers claiming the aperture size on 9XX chipsets lie.
Owain Ainsworth
2008-03-16
Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes
Owain Ainsworth
2007-12-07
KNF, no binary change.
Owain Ainsworth
2007-12-07
Replace lockmgr with rwlock.
Owain Ainsworth
2007-12-06
Destatic functions in the agp subsystem.
Owain Ainsworth
2007-11-25
Make agp attach as a device. This means that many more agp bridges
Owain Ainsworth
2007-08-04
Add AGP support for the intel i965 chipset, this also extends the
Reyk Floeter
2006-11-26
Make sure AGP debug printfs actually compile.
Dimitry Andric
2006-03-10
Clean up unused definitions. ok miod@
Matthieu Herrb
2002-07-25
- some KNF.
Federico G. Schwindt
2002-07-15
remove a bunch of debugging printfs and disable agp_debug; prompted by millert@
Michael Shalayeff
2002-07-12
support for the agp gart on various agp chipsets.
Michael Shalayeff