summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2008-05-06currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyOwain Ainsworth
2008-04-16Some formatting nits. No functional change.Owain Ainsworth
2008-04-16Replace handrolled hashes with a splay tree, while there plug a memleakPierre-Yves Ritschard
2008-04-13bring back a free call which was left out when moving from handrolled listsPierre-Yves Ritschard
2008-04-12just use an incremented int to calculate drawable ids. This is simplerOwain Ainsworth
2008-04-12Make sure that the drawables are properly freed when removed, and uponOwain Ainsworth
2008-04-12Switch part of the magic hashtable over to using a TAILQ insteadOwain Ainsworth
2008-04-12check the softc for null before we use it. Fixes a crash when drm is enabledOwain Ainsworth
2008-04-12Convert the list of agp memory over to a TAILQ instead of using a hand-Owain Ainsworth
2008-02-05drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps.Owain Ainsworth
2008-01-05Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@Matthieu Herrb
2007-12-16destatic the static functions, they only make debugging harder.Owain Ainsworth
2007-11-28oga just showed the worst case of "commit and run for beer" i've everTheo de Raadt
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth