summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/agp_i810.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-2/+2
* Remove code that has been unused ever since we removed the agp ioctl interface.kettenis2015-12-191-171/+1
* Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).kettenis2015-10-291-42/+36
* Remove evil hack. I've never seen the printf fire, and xenocara no longerkettenis2015-10-091-16/+2
* sizes for free(); ok semariederaadt2015-09-091-8/+8
* Add the required includes for the conditional parts ofjsg2014-11-061-1/+9
* Match q33 devices. Previously only inteldrm matched on q33,jsg2014-09-061-1/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-8/+8
* Move GTT management for Sandy Bridge and up into inteldrm(4). This makeskettenis2014-05-121-136/+4
* No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,mpi2014-03-261-4/+2
* The AGP ioctl interface is gone; remove the header file as well.kettenis2014-03-171-2/+1
* Don't bitch about binding into stolen memory on older hardware either.kettenis2014-03-111-1/+4
* Remove some code that has no effect.kettenis2014-02-201-32/+2
* We're never going to detach the host bridge on our machines.kettenis2014-02-051-34/+1
* Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTTkettenis2013-12-091-2/+1
* Move the GTT management into the inteldrm driver. It is really obvious nowkettenis2013-11-191-1/+4
* Add the remaining support code for 4th gen Intel Core/Haswell graphicsjsg2013-06-061-1/+78
* sync the list of pre haswell intel video devices with linuxjsg2013-05-151-1/+6
* Add support for Intel E7221 integrated graphics.kettenis2013-05-151-1/+2
* Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itkettenis2013-04-051-73/+5
* Indirectly pass the cache level down to agp by abusing spare bus_dma bits.jsg2013-03-181-3/+20
* gen6+ can do 40 bit addressingjsg2013-03-181-8/+13
* stash the number of stolen entries in the agp structjsg2013-03-181-1/+2
* Add minimal support for gen7/ivy bridge in inteldrm.jsg2012-09-251-2/+17
* Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.oga2011-09-141-3/+98
* Rev 1.67 of intagp (agp_i810.c) was added to deal with the problemoga2010-09-061-27/+5
* remove argnames from prototype.oga2010-08-311-2/+2
* Previous code to handle suspend/resume for intagp assumed thatoga2010-08-061-1/+55
* spacing; ok deraadt@todd2010-07-271-2/+2
* braces define scope, not indentation. found hunting uninit bugs. ok ogatedu2010-07-021-4/+5
* add support for ironlake (clarkdale and arrandale, i.e. core i3 and coreoga2010-06-301-5/+21
* Add Pineview M to intagp and inteldrm.oga2010-05-121-1/+2
* Support Pineview IGD in intagp.oga2010-05-091-4/+13
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume.oga2010-04-071-21/+46
* Attach intagp on the G41 also.oga2010-03-031-1/+2
* memory leaks found by parfait; ok ogaderaadt2009-11-111-2/+5
* unfuck the rest of the way. when we bind the scribble pages to theoga2009-06-061-2/+8
* unfuck slightly, offset was wrong.oga2009-06-061-3/+4
* add an interface to agp to create a bus_dma_tag over a range of theoga2009-06-061-5/+25
* If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit onoga2009-05-241-1/+8
* Instead of using magic numbers, define the bits that we set in gtt ptesoga2009-05-241-4/+15
* Change agp attach (again) so that the driver passes in the aperture size.oga2009-05-101-16/+6
* In preparation for using agp as a bus_dma backend for drm, convert the bind_pageoga2009-05-101-44/+22
* change agp driver attach so that the driver passes in the base addressoga2009-05-101-4/+5
* Apply the cleanup stick.oga2009-04-291-57/+68
* Don't map all agp memory we allocate.oga2009-04-201-17/+22
* Add a bit of sanity-checking paranoiaoga2009-04-151-1/+6
* Don't leak the dmamap on freeing memory.oga2009-02-171-1/+3
* Attach agp(4) to the Intel 946GZ integrated video.kevlo2009-01-031-1/+3