Age | Commit message (Collapse) | Author |
|
irq handler in DRM(irq_install). Modify all drivers to ensure irq
handler is removed before cleanup and cleanup is called at takedown.
Remove unused buffer private struct fields in i810, i830. Check for
lock on init/cleanup in all drivers except i810/i830. The current DDX
for i810 and i830 doesn't hold the lock on kernel init (FIXME?).
|
|
non-ambiguous variable names, don't express subtraction in
unnecessarily complicated ways
|
|
signal directly from interrupt handler instead of using a taskqueue
(based on feedback by Linus Torvalds)
|
|
|
|
|