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_auth.c
Age
Commit message (
Expand
)
Author
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2020-06-08
update drm to linux 5.7
Jonathan Gray
2009-03-26
Rework how we deal with the list of per-open datastructures, and the
Owain Ainsworth
2009-03-26
The drm_* allocation functions have been #defined to not use most of
Owain Ainsworth
2008-09-18
Rework the drm locking to be at least halfway sane. The freebsd code
Owain Ainsworth
2008-09-05
The helper functions in this file are only used in one place and
Owain Ainsworth
2008-09-02
detypedef some more. No functional change.
Owain Ainsworth
2008-08-13
idgen32 wasn't really right here. Change back to how it was, but
Owain Ainsworth
2008-08-13
Generate the magic id using idgen32(). While i'm here fix the locking a
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-04-16
Some formatting nits. No functional change.
Owain Ainsworth
2008-04-16
Replace handrolled hashes with a splay tree, while there plug a memleak
Pierre-Yves Ritschard
2008-04-12
Switch part of the magic hashtable over to using a TAILQ instead
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