Age | Commit message (Expand) | Author |
2019-04-14 | Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to | Jonathan Gray |
2018-09-13 | In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren't | Mark Kettenis |
2018-03-28 | drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off) | Jonathan Gray |
2017-08-12 | Provide a stub implementation for request_irq() and free_irq(). | Martin Pieuchot |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2015-09-26 | Update drm_irq.c to the version from Linux 3.14.52. | Mark Kettenis |
2015-09-23 | Update inteldrm to the code from Linux 3.14.52 (which corresponds to | Mark Kettenis |
2015-04-18 | another round of reducing the diff to linux | Jonathan Gray |
2015-04-15 | Convert remaining drm ioctl implementation functions to return Linux-style | Mark Kettenis |
2015-04-12 | make wait_queue_head a struct with a mutex | Jonathan Gray |
2015-04-06 | move some inline linux compat into the dedicated files | Jonathan Gray |
2015-04-05 | whitespace | Mark Kettenis |
2015-02-12 | Add and use macros for linux memory barriers. Fix the call in | Jonathan Gray |
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 | Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-03-09 | use linux style memory allocations in shared drm code | Jonathan Gray |
2014-01-24 | drm: fix a use-after-free when GPU acceleration disabled | Jonathan Gray |
2013-10-29 | Move most of the uses of workqs in drm to the new task/taskq api. | Jonathan Gray |
2013-09-24 | Make (almost all) atomic operations really atomic. | Mark Kettenis |
2013-09-24 | Make sure vblank_time_lock blocks interrupts to match Linux. | Mark Kettenis |
2013-09-02 | use DRM_MEMORYBARRIER() for smp_mb__* | Jonathan Gray |
2013-09-02 | add static back to functions that originally had it | Jonathan Gray |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
2013-07-01 | Within ns_to_timeval() change the rem field type from unsigned to signed. | Brad Smith |
2013-04-22 | handle long long time_t in debug code | Theo de Raadt |
2013-03-18 | Significantly increase the wordlist for ddb hangman, | Jonathan Gray |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2011-02-22 | In drm_modeset_ctl make sure to check the (now signed) value is > 0 as | Owain Ainsworth |
2010-07-18 | Support from vblank events in drm. | Owain Ainsworth |
2010-04-15 | Use IPL_TTY instead of IPB_BIO as suggested by oga. | Marco Peereboom |
2009-05-12 | hold the mutex in drm_handle_vblank(). | Owain Ainsworth |
2009-05-12 | Remove the vblank_disable_allowed crud. | Owain Ainsworth |
2009-05-12 | add a bunch of #ifdef DRM_VBLANK_DEBUG debugging to the vblank code. | Owain Ainsworth |
2009-04-05 | Rework the vblank subsystem so that instead of having various bits in | Owain Ainsworth |
2009-04-04 | A couple of fixes (based mostly on stuff from upstream) to stop | Owain Ainsworth |
2009-04-03 | Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove | Owain Ainsworth |
2009-04-03 | Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep, | Owain Ainsworth |
2009-03-30 | Remove the DRM_SPIN lock macros, just expand them to mutex operations. | Owain Ainsworth |
2009-03-27 | Remove a bunch of compat macros, just expand them to the openbsd | Owain Ainsworth |
2009-03-26 | The drm_* allocation functions have been #defined to not use most of | Owain Ainsworth |
2008-11-25 | Unbreak the tree | Owain Ainsworth |
2008-11-25 | Don't try and enable the vblank handler if irqs are disabled. | Owain Ainsworth |
2008-11-24 | change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, and | Owain Ainsworth |
2008-11-23 | Map device interrupts in the attach routine. and remove more need for | Owain Ainsworth |
2008-11-23 | Move vblank data allocation to happening at attach, not at irq enable. | Owain Ainsworth |
2008-11-17 | Instead of using a width-1 bitfield for storing the driver capabilities | Owain Ainsworth |
2008-11-06 | Make sure we do not unlock twice. | David Hill |