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
/
drm
Age
Commit message (
Expand
)
Author
2008-06-04
Oops! Add the #endif that vanished here.
Owain Ainsworth
2008-06-03
Make *drm(4) use D_CLONE so that the per-open data actually works. Since
Owain Ainsworth
2008-05-27
return 1 when an irq's been handled, not 0.
Owain Ainsworth
2008-05-27
Since the vtophys stuff was nuked, drm now works on amd64 too. Add the
Owain Ainsworth
2008-05-27
When i first ported the drm, i completely misunderstood the FreeBSD taskqueue
Owain Ainsworth
2008-05-27
Fix jiffies.
Owain Ainsworth
2008-05-06
Kill vtophys in drm.
Owain Ainsworth
2008-05-06
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
Owain Ainsworth
2008-04-16
Some formatting nits. No functional change.
Owain Ainsworth
2008-04-16
Replace handrolled hashes with a splay tree, while there plug a memleak
Pierre-Yves Ritschard
2008-04-13
bring back a free call which was left out when moving from handrolled lists
Pierre-Yves Ritschard
2008-04-12
just use an incremented int to calculate drawable ids. This is simpler
Owain Ainsworth
2008-04-12
Make sure that the drawables are properly freed when removed, and upon
Owain Ainsworth
2008-04-12
Switch part of the magic hashtable over to using a TAILQ instead
Owain Ainsworth
2008-04-12
check the softc for null before we use it. Fixes a crash when drm is enabled
Owain Ainsworth
2008-04-12
Convert the list of agp memory over to a TAILQ instead of using a hand-
Owain Ainsworth
2008-02-05
drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps.
Owain Ainsworth
2008-01-05
Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@
Matthieu Herrb
2007-12-16
destatic the static functions, they only make debugging harder.
Owain Ainsworth
2007-11-28
oga just showed the worst case of "commit and run for beer" i've ever
Theo de Raadt
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth