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