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_lock.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
2014-03-09
remove dri1 interfaces
Jonathan Gray
2011-06-02
Add $OpenBSD$ after oga said 'go ahead and fix that'
Paul de Weerd
2010-05-24
Remove the drm drivers that are not enabled (and have never been so).
Owain Ainsworth
2009-03-29
Remove the lock_time member from the hardware lock. It's not that
Owain Ainsworth
2008-11-17
Instead of using a width-1 bitfield for storing the driver capabilities
Owain Ainsworth
2008-11-06
Remove the drm_locked_tasklet interface. The only consumer that used it
Owain Ainsworth
2008-11-04
If we need to call the tasklet function on unlock, we don't need to hold
Owain Ainsworth
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-07
Kill some unneeded defines and struct members.
Owain Ainsworth
2008-09-06
Kill the stats data structures and noop some other parts. Nothing in
Owain Ainsworth
2008-09-02
detypedef some more. No functional change.
Owain Ainsworth
2008-08-16
Apply a light paddling with the knf stick. No binary change.
Owain Ainsworth
2008-08-13
Change the drm_lock*() api to take a pointer to the struct as a
Owain Ainsworth
2008-07-07
The current drm_locked_task*() code sometimes tries to sleep in an
Owain Ainsworth
2008-06-26
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
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