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
/
agp_i810.c
Age
Commit message (
Expand
)
Author
2013-03-10
Revert f7940bd8bd7da9bbfd38e41d99edb378dd9b4df7. Now that we we rebind
Mark Kettenis
2013-02-27
indirectly pass the cache level down to agp by abusing spare bus_dma bits
Jonathan Gray
2013-02-27
pte bits have changed on gen6+, for now always set to uncached
Jonathan Gray
2013-02-18
gen6+ can do 40 bit addressing
Jonathan Gray
2013-02-17
Don't unbind pages upon resume. Hopefully the BIOS preserves the contents
Mark Kettenis
2013-01-10
i915_gem_init
Jonathan Gray
2012-09-25
Add minimal support for gen7/ivy bridge in inteldrm.
Jonathan Gray
2011-09-14
Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.
Owain Ainsworth
2010-09-06
Rev 1.67 of intagp (agp_i810.c) was added to deal with the problem
Owain Ainsworth
2010-08-31
remove argnames from prototype.
Owain Ainsworth
2010-08-06
Previous code to handle suspend/resume for intagp assumed that
Owain Ainsworth
2010-07-27
spacing; ok deraadt@
Todd T. Fries
2010-07-02
braces define scope, not indentation. found hunting uninit bugs. ok oga
Ted Unangst
2010-06-30
add support for ironlake (clarkdale and arrandale, i.e. core i3 and core
Owain Ainsworth
2010-05-12
Add Pineview M to intagp and inteldrm.
Owain Ainsworth
2010-05-09
Support Pineview IGD in intagp.
Owain Ainsworth
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2010-04-07
Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume.
Owain Ainsworth
2010-03-03
Attach intagp on the G41 also.
Owain Ainsworth
2009-11-11
memory leaks found by parfait; ok oga
Theo de Raadt
2009-06-06
unfuck the rest of the way. when we bind the scribble pages to the
Owain Ainsworth
2009-06-06
unfuck slightly, offset was wrong.
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-24
If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit on
Owain Ainsworth
2009-05-24
Instead of using magic numbers, define the bits that we set in gtt ptes
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-29
Apply the cleanup stick.
Owain Ainsworth
2009-04-20
Don't map all agp memory we allocate.
Owain Ainsworth
2009-04-15
Add a bit of sanity-checking paranoia
Owain Ainsworth
2009-02-17
Don't leak the dmamap on freeing memory.
Owain Ainsworth
2009-01-03
Attach agp(4) to the Intel 946GZ integrated video.
Kevin Lo
2008-12-24
Fix support for earlier i8XX chipsets (specifically the 830 and 840).
Owain Ainsworth
2008-12-23
intagp support for Intel 4-series (e.g. GM45) chipsets.
Owain Ainsworth
2008-11-09
Rework that way that agp attaches.
Owain Ainsworth
2008-09-26
Attach agp(4) to the Intel Q35 integrated video.
Mike Belopuhov
2008-07-12
Right now agp_generic_enable() is wrong. It has been since 2006. It
Owain Ainsworth
2008-07-07
Add AGP and hostbridge support for the Intel 82945GME chipset.
Bernd Ahlers
2008-06-25
Support the Intel G35 which apparently works similarly to the 965.
Owain Ainsworth
2008-06-11
Move a debug printf into #ifdef DEBUG. ok todd@, millert@.
Matthieu Herrb
2008-05-16
add Intel GME965
Reyk Floeter
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-23
Add AGP support for the Intel G33 chipset.
Damien Bergamini
2008-01-04
Clean up Intel host bridge PCI IDs.
Mark Kettenis
2007-12-19
Fix the issue with some intel 965 host busses. Though the docs claim that the
Owain Ainsworth
2007-12-10
Kill a check for malloc fail. The malloc call uses M_WAITOK and thus
Owain Ainsworth
2007-12-10
Make the "can't find VGA config space" error sound less scary. This
Owain Ainsworth
2007-12-09
Restore "evil hack" that we had before the recent agp(4) changes. Solves
Mark Kettenis
[next]