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
/
r128_drv.h
Age
Commit message (
Expand
)
Author
2008-11-24
back out the buf_priv change. it made some incorrect assumptions and
Owain Ainsworth
2008-11-24
do the same for struct drm_file (file_priv) as previously done for
Owain Ainsworth
2008-11-24
Instead of having a ``private data'' pointer in the dma buffers, just
Owain Ainsworth
2008-11-23
Map device interrupts in the attach routine. and remove more need for
Owain Ainsworth
2008-11-23
Move vblank data allocation to happening at attach, not at irq enable.
Owain Ainsworth
2008-11-22
Make all drm drivers map their mmio register space on attach instead of
Owain Ainsworth
2008-11-22
Move the drm drivers over from:
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-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