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_fops.c
Age
Commit message (
Expand
)
Author
2008-11-17
drm advertises a read and poll method. this was there to prevent errrors
Owain Ainsworth
2008-09-18
Rework the drm locking to be at least halfway sane. The freebsd code
Owain Ainsworth
2008-09-07
Kill some unneeded defines and struct members.
Owain Ainsworth
2008-08-16
Apply a light paddling with the knf stick. No binary change.
Owain Ainsworth
2008-08-13
Kill file_priv->refs, it is always 1. Also move two things from 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
Since we're not ifdefed anymore, change
Owain Ainsworth
2008-06-26
Kill the rest of the ifdef maze in drm_*.c
Owain Ainsworth
2008-06-03
Make *drm(4) use D_CLONE so that the per-open data actually works. Since
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