summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/radeon_irq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't assume no interrupts if the command processor is not running.oga2011-06-191-4/+1
* Add $OpenBSD$ after oga said 'go ahead and fix that'weerd2011-06-021-0/+1
* Add RADEON_CS ioctl support for r600 and r700.oga2011-05-301-0/+2
* Use IPL_TTY instead of IPB_BIO as suggested by oga.marco2010-04-151-1/+1
* DRM for R600 and R700 chipsets.oga2010-03-271-13/+18
* Rework the vblank subsystem so that instead of having various bits inoga2009-04-051-1/+1
* ${XORGNAME}_driver_irq_handler() is a stupid name for an interruptoga2009-04-031-3/+3
* More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLEDoga2009-04-031-2/+2
* kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch tooga2009-04-031-3/+3
* Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and removeoga2009-04-031-0/+1
* Add a lock to protect races for the software interrupt on radeon chipsoga2009-04-031-44/+41
* Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep,oga2009-04-031-6/+5
* Remove a bunch of compat macros, just expand them to the openbsdoga2009-03-271-1/+1
* De-macro the ring manipulation macros in favour of functions. Saves aoga2009-03-051-1/+0
* Do a similar thing to inteldrm re removing the old vblank crtcoga2009-03-051-19/+0
* Remove the stats_boxes counters and associated code from radeondrm.oga2009-03-051-2/+0
* dev_priv->irq_enabled is only set to zero and then ignored. kill it.oga2009-02-151-2/+0
* destatic radeondrm almost completely. I'm sick of ddb lying to me.oga2008-11-241-5/+15
* Fixup wakeup pointers. interrupts work properly again.oga2008-11-241-1/+1
* Map device interrupts in the attach routine. and remove more need foroga2008-11-231-7/+10
* Move vblank data allocation to happening at attach, not at irq enable.oga2008-11-231-5/+0
* using ``wait queues' for sleep is a linuxism. Kill them and just sleepoga2008-11-221-3/+2
* Kill the linux-ready negative return codes in ``shared'' code. We handleoga2008-10-071-6/+6
* Update to DRM git.oga2008-07-291-41/+14
* Update the radeondrm driver to be level with drm git.oga2008-07-031-1/+1
* Update to DRM git as of a few days ago. This mostly affects theoga2008-06-111-102/+198
* Initial import of the DRM (direct rendering manager).oga2007-11-281-0/+321