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_vm.c
Age
Commit message (
Expand
)
Author
2008-09-29
Fix mmap to always return the right value in the error path. While i'm
Owain Ainsworth
2008-09-02
detypedef some more. No functional change.
Owain Ainsworth
2008-08-28
replace usage of drm_memrange with extent(9). No functional change, but
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 ifdef maze. I've been considering doing this for months, it
Owain Ainsworth
2008-06-12
The mmap offsets for memory buffers currently are the kernel virtual
Owain Ainsworth
2008-06-11
Update to DRM git as of a few days ago. This mostly affects the
Owain Ainsworth
2008-06-03
Make *drm(4) use D_CLONE so that the per-open data actually works. Since
Owain Ainsworth
2008-05-06
Kill vtophys in drm.
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