index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
radeon_irq.c
Age
Commit message (
Expand
)
Author
2013-03-04
sync vblank code with linux
Jonathan Gray
2013-02-07
Revert "sync i915_irq.c with linux"
Jonathan Gray
2013-02-05
sync i915_irq.c with linux
Jonathan Gray
2011-06-19
Don't assume no interrupts if the command processor is not running.
Owain Ainsworth
2011-06-02
Add $OpenBSD$ after oga said 'go ahead and fix that'
Paul de Weerd
2011-05-30
Add RADEON_CS ioctl support for r600 and r700.
Owain Ainsworth
2010-04-15
Use IPL_TTY instead of IPB_BIO as suggested by oga.
Marco Peereboom
2010-03-27
DRM for R600 and R700 chipsets.
Owain Ainsworth
2009-04-05
Rework the vblank subsystem so that instead of having various bits in
Owain Ainsworth
2009-04-03
${XORGNAME}_driver_irq_handler() is a stupid name for an interrupt
Owain Ainsworth
2009-04-03
More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLED
Owain Ainsworth
2009-04-03
kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch to
Owain Ainsworth
2009-04-03
Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove
Owain Ainsworth
2009-04-03
Add a lock to protect races for the software interrupt on radeon chips
Owain Ainsworth
2009-04-03
Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep,
Owain Ainsworth
2009-03-27
Remove a bunch of compat macros, just expand them to the openbsd
Owain Ainsworth
2009-03-05
De-macro the ring manipulation macros in favour of functions. Saves a
Owain Ainsworth
2009-03-05
Do a similar thing to inteldrm re removing the old vblank crtc
Owain Ainsworth
2009-03-05
Remove the stats_boxes counters and associated code from radeondrm.
Owain Ainsworth
2009-02-15
dev_priv->irq_enabled is only set to zero and then ignored. kill it.
Owain Ainsworth
2008-11-24
destatic radeondrm almost completely. I'm sick of ddb lying to me.
Owain Ainsworth
2008-11-24
Fixup wakeup pointers. interrupts work properly again.
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-22
using ``wait queues' for sleep is a linuxism. Kill them and just sleep
Owain Ainsworth
2008-10-07
Kill the linux-ready negative return codes in ``shared'' code. We handle
Owain Ainsworth
2008-07-29
Update to DRM git.
Owain Ainsworth
2008-07-03
Update the radeondrm driver to be level with drm git.
Owain Ainsworth
2008-06-11
Update to DRM git as of a few days ago. This mostly affects the
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth