summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drm_crtc_helper.c
AgeCommit message (Expand)Author
2024-01-16update drm to linux 6.6.12Jonathan Gray
2023-01-01update drm to linux 6.1.2Jonathan Gray
2021-07-07update drm to linux 5.10.47Jonathan Gray
2020-06-08update drm to linux 5.7Jonathan Gray
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2015-09-23Update inteldrm to the code from Linux 3.14.52 (which corresponds toMark Kettenis
2015-07-11Make use of recent drm_linux.h additions to further reduce theJonathan Gray
2015-04-18add and use module param macrosJonathan Gray
2015-04-06Add an empty drm_sysfs_hotplug_event() function and use itJonathan Gray
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-10use linux function names when locking mode configJonathan Gray
2015-01-27remove the second void * argument on tasks.David Gwynne
2014-03-09use linux style memory allocations in shared drm codeJonathan Gray
2013-12-16Switch generic drm modesetting code over to Linux-style negative errnoMark Kettenis
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqDavid Gwynne
2013-10-29Move most of the uses of workqs in drm to the new task/taskq api.Jonathan Gray
2013-09-02add static back to functions that originally had itJonathan Gray
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2013-03-18Significantly increase the wordlist for ddb hangman,Jonathan Gray