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
/
savage_bci.c
Age
Commit message (
Expand
)
Author
2009-04-06
Convert the savage freelist over to TAILQ.
Owain Ainsworth
2009-03-27
Push the per-driver dma hook a little further down.
Owain Ainsworth
2009-03-27
Rework the dma buffer api a bit to make it smaller and to have less
Owain Ainsworth
2009-03-26
The drm_* allocation functions have been #defined to not use most of
Owain Ainsworth
2008-11-24
back out the buf_priv change. it made some incorrect assumptions and
Owain Ainsworth
2008-11-24
Instead of having a ``private data'' pointer in the dma buffers, just
Owain Ainsworth
2008-11-22
Make all drm drivers map their mmio register space on attach instead of
Owain Ainsworth
2008-11-22
Remove the driver->load callback and just do all the initialization in
Owain Ainsworth
2008-11-22
reduce the dependancy of drm_pci_alloc upon the drm device softc. Just
Owain Ainsworth
2008-11-18
Remove dev->agp_buffer_token, linux needs it, we do not.
Owain Ainsworth
2008-10-07
Kill the linux-ready negative return codes in ``shared'' code. We handle
Owain Ainsworth
2008-10-07
Move dev->driver over to being a pointer to a const struct, instead of stupidly
Owain Ainsworth
2008-07-29
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
Owain Ainsworth
2008-06-11
Update to DRM git as of a few days ago. This mostly affects the
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth