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_crtc.c
Age
Commit message (
Expand
)
Author
2015-09-27
Switch remaining users of the FreeBSD refcount apis back to the original
Jonathan Gray
2015-09-23
Update inteldrm to the code from Linux 3.14.52 (which corresponds to
Mark Kettenis
2015-05-05
fix a return path that lacked a rw_exit_write() call
Jonathan Gray
2015-04-06
Add an empty drm_sysfs_hotplug_event() function and use it
Jonathan Gray
2015-04-06
Add get_user() and put_user() compatibility interfaces and use them.
Mark Kettenis
2015-04-05
Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL.
Mark Kettenis
2015-04-05
Another round of reducing diffs with Linux. This one moves the various
Mark Kettenis
2015-02-12
Add mutex_is_locked and use it wherever linux uses it.
Mark Kettenis
2015-02-11
Switch most printf style functions calls back to linux function names
Jonathan Gray
2015-02-10
switch most mtx_* calls back to linux spinlocks
Jonathan Gray
2015-02-10
use linux function names when locking mode config
Jonathan Gray
2014-03-09
use linux style memory allocations in shared drm code
Jonathan Gray
2014-02-13
Make sure we copy out the right amount of data in the various copyout() calls
Mark Kettenis
2014-01-18
Update the drm headers based on libdrm 2.4.51
Jonathan Gray
2013-12-16
Switch generic drm modesetting code over to Linux-style negative errno
Mark Kettenis
2013-12-15
Fix error handling of ->fb_create() call. Prevents kernel panic if an
Mark Kettenis
2013-09-02
fb refcount must be initialised to 1 not 0 to match the behaviour
Jonathan Gray
2013-09-02
add static back to functions that originally had it
Jonathan Gray
2013-03-18
Significantly increase the wordlist for ddb hangman,
Jonathan Gray