| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add $OpenBSD$ after oga said 'go ahead and fix that' |  weerd | 2011-06-02 | 1 | -0/+1 |
| * | In drm_modeset_ctl make sure to check the (now signed) value is > 0 as |  oga | 2011-02-22 | 1 | -1/+1 |
| * | Support from vblank events in drm. |  oga | 2010-07-18 | 1 | -1/+108 |
| * | Use IPL_TTY instead of IPB_BIO as suggested by oga. |  marco | 2010-04-15 | 1 | -1/+1 |
| * | hold the mutex in drm_handle_vblank(). |  oga | 2009-05-12 | 1 | -0/+6 |
| * | Remove the vblank_disable_allowed crud. |  oga | 2009-05-12 | 1 | -7/+0 |
| * | add a bunch of #ifdef DRM_VBLANK_DEBUG debugging to the vblank code. |  oga | 2009-05-12 | 1 | -7/+22 |
| * | Rework the vblank subsystem so that instead of having various bits in |  oga | 2009-04-05 | 1 | -93/+86 |
| * | A couple of fixes (based mostly on stuff from upstream) to stop |  oga | 2009-04-04 | 1 | -9/+24 |
| * | Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove |  oga | 2009-04-03 | 1 | -15/+0 |
| * | Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep, |  oga | 2009-04-03 | 1 | -10/+3 |
| * | Remove the DRM_SPIN lock macros, just expand them to mutex operations. |  oga | 2009-03-30 | 1 | -14/+14 |
| * | Remove a bunch of compat macros, just expand them to the openbsd |  oga | 2009-03-27 | 1 | -5/+1 |
| * | The drm_* allocation functions have been #defined to not use most of |  oga | 2009-03-26 | 1 | -3/+2 |
| * | Unbreak the tree |  oga | 2008-11-25 | 1 | -1/+1 |
| * | Don't try and enable the vblank handler if irqs are disabled. |  oga | 2008-11-25 | 1 | -5/+10 |
| * | change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, and |  oga | 2008-11-24 | 1 | -6/+5 |
| * | Map device interrupts in the attach routine. and remove more need for |  oga | 2008-11-23 | 1 | -27/+4 |
| * | Move vblank data allocation to happening at attach, not at irq enable. |  oga | 2008-11-23 | 1 | -2/+2 |
| * | Instead of using a width-1 bitfield for storing the driver capabilities |  oga | 2008-11-17 | 1 | -1/+1 |
| * | Make sure we do not unlock twice. |  dhill | 2008-11-06 | 1 | -3/+1 |
| * | Remove the drm_locked_tasklet interface. The only consumer that used it |  oga | 2008-11-06 | 1 | -44/+0 |
| * | Move dev->driver over to being a pointer to a const struct, instead of stupidly |  oga | 2008-10-07 | 1 | -9/+9 |
| * | Rework the drm locking to be at least halfway sane. The freebsd code |  oga | 2008-09-18 | 1 | -40/+34 |
| * | Kill the stats data structures and noop some other parts. Nothing in |  oga | 2008-09-06 | 1 | -1/+0 |
| * | detypedef some more. No functional change. |  oga | 2008-09-02 | 1 | -5/+5 |
| * | Rip out the remnants of the vblank signal stuff. Nothing uses it, and |  oga | 2008-08-21 | 1 | -50/+0 |
| * | Instead of having a number of malloced arrays for vblank handling, just |  oga | 2008-08-21 | 1 | -63/+28 |
| * | Apply a light paddling with the knf stick. No binary change. |  oga | 2008-08-16 | 1 | -15/+15 |
| * | Change the drm_lock*() api to take a pointer to the struct as a |  oga | 2008-08-13 | 1 | -2/+2 |
| * | Kill a bunch of the drm context code that nothing uses anymore, the |  oga | 2008-08-13 | 1 | -2/+0 |
| * | Update to DRM git. |  oga | 2008-07-29 | 1 | -84/+69 |
| * | Switch all instances of malloc/free in the DRM to drm_alloc, drm_free |  oga | 2008-07-29 | 1 | -6/+3 |
| * | The current drm_locked_task*() code sometimes tries to sleep in an |  oga | 2008-07-07 | 1 | -19/+24 |
| * | Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use |  oga | 2008-06-26 | 1 | -10/+10 |
| * | Kill the rest of the ifdef maze in drm_*.c |  oga | 2008-06-26 | 1 | -100/+1 |
| * | Don't play with the vblank refcount if we didn't increase it first. |  oga | 2008-06-19 | 1 | -1/+1 |
| * | Check the right refcount so that the vblank irq has a hope of being |  oga | 2008-06-19 | 1 | -3/+4 |
| * | Update to DRM git as of a few days ago. This mostly affects the |  oga | 2008-06-11 | 1 | -21/+279 |
| * | When i first ported the drm, i completely misunderstood the FreeBSD taskqueue |  oga | 2008-05-27 | 1 | -16/+11 |
| * | drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps. |  oga | 2008-02-05 | 1 | -1/+1 |
| * | destatic the static functions, they only make debugging harder. |  oga | 2007-12-16 | 1 | -22/+21 |
| * | Initial import of the DRM (direct rendering manager). |  oga | 2007-11-28 | 1 | -0/+402 |