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
/
mga_dma.c
Age
Commit message (
Expand
)
Author
2008-11-24
Instead of having a ``private data'' pointer in the dma buffers, just
Owain Ainsworth
2008-11-24
make device works out if it's agp and tells the drm driver, not the
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-09-06
Kill the stats data structures and noop some other parts. Nothing in
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