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
/
arch
/
amd64
/
pci
/
agp_machdep.c
Age
Commit message (
Expand
)
Author
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-20
On i386, agp_map_subregion might sleep, which is not allowed in some of
Mark Kettenis
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-04-01
More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.
Martin Pieuchot
2014-03-26
No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,
Martin Pieuchot
2013-12-09
Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT
Mark Kettenis
2013-12-07
Remove the agp-specific bus_dma code. It is no longer used now that
Mark Kettenis
2013-03-17
Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS
Mark Kettenis
2010-05-10
Continue with the horrible habit of using agp_machdep.c for agp related MD
Owain Ainsworth
2010-04-08
Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()
Owain Ainsworth
2009-06-06
add an interface to agp to create a bus_dma_tag over a range of the
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
2007-05-29
only the i810 is known to be needed for agp, reduce driver set to just that
Ted Unangst