Age | Commit message (Expand) | Author |
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 |
2008-11-06 | Remove the drm_locked_tasklet interface. The only consumer that used it | 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-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-21 | Rip out the remnants of the vblank signal stuff. Nothing uses it, and | Owain Ainsworth |
2008-08-21 | Instead of having a number of malloced arrays for vblank handling, just | 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-08-13 | Kill a bunch of the drm context code that nothing uses anymore, the | Owain Ainsworth |
2008-07-29 | Update to DRM git. | Owain Ainsworth |
2008-07-29 | Switch all instances of malloc/free in the DRM to drm_alloc, drm_free | 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 |
2008-06-26 | Kill the rest of the ifdef maze in drm_*.c | Owain Ainsworth |
2008-06-19 | Don't play with the vblank refcount if we didn't increase it first. | Owain Ainsworth |
2008-06-19 | Check the right refcount so that the vblank irq has a hope of being | Owain Ainsworth |
2008-06-11 | Update to DRM git as of a few days ago. This mostly affects the | Owain Ainsworth |
2008-05-27 | When i first ported the drm, i completely misunderstood the FreeBSD taskqueue | Owain Ainsworth |
2008-02-05 | drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps. | 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 |