Age | Commit message (Expand) | Author |
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 |
2007-12-09 | sturm@ let me know that the workaround in here breaks things on bge somehow. | Owain Ainsworth |
2007-12-07 | KNF, no binary change. | Owain Ainsworth |
2007-12-06 | Destatic functions in the agp subsystem. | Owain Ainsworth |
2007-12-02 | Put back some of the handling for writes to the GATT on intel | Owain Ainsworth |
2007-11-28 | Initial import of the DRM (direct rendering manager). | Owain Ainsworth |
2007-11-28 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-26 | fix new agp code on amd64 | Reyk Floeter |
2007-11-26 | Fix hardware cursor mapping. | Owain Ainsworth |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-08-04 | Add AGP support for the intel i965 chipset, this also extends the | Reyk Floeter |
2006-12-30 | In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the | Miod Vallat |
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric |
2006-02-16 | Patch from Dimitry Andric to fix the allocation of 4 pages of gart | Matthieu Herrb |
2006-02-11 | New version of i915 supprotm adapted from freebsd by Dimitry Andric, with | Matthieu Herrb |
2006-02-03 | Back out i915 changes; they broke some i810-based machines. | Todd C. Miller |
2006-01-13 | support i915. adapted from freebsd by Dimitry Andric. does not break | Theo de Raadt |