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
/
mga_irq.c
Age
Commit message (
Expand
)
Author
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
Same as just done for radeon. Add and use a lock for procecting against
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
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-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