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
2024-10-10
remove unused agp_softc variables
Jonathan Gray
2024-10-10
remove unused defines
Jonathan Gray
2024-10-10
remove unused struct agp_memory_info
Jonathan Gray
2024-07-02
remove unused agp_flush_cache_range()
Jonathan Gray
2024-07-02
remove unused agp_map functions
Jonathan Gray
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2022-01-09
spelling
Jonathan Gray
2015-12-19
Remove code that has been unused ever since we removed the agp ioctl interface.
Mark Kettenis
2015-12-19
Move agp_generic_enable() prototype to agpvar.h to unbreak the build on
Mark Kettenis
2014-09-20
On i386, agp_map_subregion might sleep, which is not allowed in some of
Mark Kettenis
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-04-14
Take a different approach towards framebuffer accelartion. Instead of using
Mark Kettenis
2013-03-18
Indirectly pass the cache level down to agp by abusing spare bus_dma bits.
Jonathan Gray
2013-03-18
stash the number of stolen entries in the agp struct
Jonathan Gray
2013-03-17
Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS
Mark Kettenis
2012-12-06
Rework how AGP memory regions are mapped and add support for AGP bridges
Martin Pieuchot
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
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