summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_i810.c
AgeCommit message (Expand)Author
2015-12-19Remove code that has been unused ever since we removed the agp ioctl interface.Mark Kettenis
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-09Remove evil hack. I've never seen the printf fire, and xenocara no longerMark Kettenis
2015-09-09sizes for free(); ok semarieTheo de Raadt
2014-11-06Add the required includes for the conditional parts ofJonathan Gray
2014-09-06Match q33 devices. Previously only inteldrm matched on q33,Jonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-12Move GTT management for Sandy Bridge and up into inteldrm(4). This makesMark Kettenis
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-17The AGP ioctl interface is gone; remove the header file as well.Mark Kettenis
2014-03-11Don't bitch about binding into stolen memory on older hardware either.Mark Kettenis
2014-02-20Remove some code that has no effect.Mark Kettenis
2014-02-05We're never going to detach the host bridge on our machines.Mark Kettenis
2013-12-09Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTTMark Kettenis
2013-11-19Move the GTT management into the inteldrm driver. It is really obvious nowMark Kettenis
2013-06-06Add the remaining support code for 4th gen Intel Core/Haswell graphicsJonathan Gray
2013-05-15sync the list of pre haswell intel video devices with linuxJonathan Gray
2013-05-15Add support for Intel E7221 integrated graphics.Mark Kettenis
2013-04-05Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itMark Kettenis
2013-03-18Indirectly pass the cache level down to agp by abusing spare bus_dma bits.Jonathan Gray
2013-03-18gen6+ can do 40 bit addressingJonathan Gray
2013-03-18stash the number of stolen entries in the agp structJonathan Gray
2012-09-25Add minimal support for gen7/ivy bridge in inteldrm.Jonathan Gray
2011-09-14Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.Owain Ainsworth
2010-09-06Rev 1.67 of intagp (agp_i810.c) was added to deal with the problemOwain Ainsworth
2010-08-31remove argnames from prototype.Owain Ainsworth
2010-08-06Previous code to handle suspend/resume for intagp assumed thatOwain Ainsworth
2010-07-27spacing; ok deraadt@Todd T. Fries
2010-07-02braces define scope, not indentation. found hunting uninit bugs. ok ogaTed Unangst
2010-06-30add support for ironlake (clarkdale and arrandale, i.e. core i3 and coreOwain Ainsworth
2010-05-12Add Pineview M to intagp and inteldrm.Owain Ainsworth
2010-05-09Support Pineview IGD in intagp.Owain Ainsworth
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2010-04-07Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume.Owain Ainsworth
2010-03-03Attach intagp on the G41 also.Owain Ainsworth
2009-11-11memory leaks found by parfait; ok ogaTheo de Raadt
2009-06-06unfuck the rest of the way. when we bind the scribble pages to theOwain Ainsworth
2009-06-06unfuck slightly, offset was wrong.Owain Ainsworth
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-05-24If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit onOwain Ainsworth
2009-05-24Instead of using magic numbers, define the bits that we set in gtt ptesOwain Ainsworth
2009-05-10Change agp attach (again) so that the driver passes in the aperture size.Owain Ainsworth
2009-05-10In preparation for using agp as a bus_dma backend for drm, convert the bind_pageOwain Ainsworth
2009-05-10change agp driver attach so that the driver passes in the base addressOwain Ainsworth
2009-04-29Apply the cleanup stick.Owain Ainsworth
2009-04-20Don't map all agp memory we allocate.Owain Ainsworth
2009-04-15Add a bit of sanity-checking paranoiaOwain Ainsworth
2009-02-17Don't leak the dmamap on freeing memory.Owain Ainsworth
2009-01-03Attach agp(4) to the Intel 946GZ integrated video.Kevin Lo
2008-12-24Fix support for earlier i8XX chipsets (specifically the 830 and 840).Owain Ainsworth