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
/
drm_context.c
Age
Commit message (
Expand
)
Author
2008-10-07
Move dev->driver over to being a pointer to a const struct, instead of stupidly
Owain Ainsworth
2008-09-18
Rework the drm locking to be at least halfway sane. The freebsd code
Owain Ainsworth
2008-09-10
Kill the max_context member of the softc, it does nothing useful.
Owain Ainsworth
2008-09-02
detypedef some more. No functional change.
Owain Ainsworth
2008-08-17
Make sure we can't sleep with a spinlock held
Owain Ainsworth
2008-08-16
Apply a light paddling with the knf stick. No binary change.
Owain Ainsworth
2008-08-13
Kill a bunch of the drm context code that nothing uses anymore, the
Owain Ainsworth
2008-07-29
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
Owain Ainsworth
2008-06-26
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
Owain Ainsworth
2008-06-26
Kill the rest of the ifdef maze in drm_*.c
Owain Ainsworth
2007-12-16
destatic the static functions, they only make debugging harder.
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth