]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Clarify irq_lock locking, interrupt install/uninstall
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Sep 2014 12:55:27 +0000 (14:55 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:43:20 +0000 (14:43 +0200)
commit1e441dbe45f692074e5f4bb1a5589d3de2f79a67
tree44b0e1a1f491f0817953a709ae0a94b6f843dfbf
parent13c5a78276e27db70244ad778d6931ab35a3c318
drm/i915: Clarify irq_lock locking, interrupt install/uninstall

All the interrupt setup/teardown hooks are always run from plain
process context. So again just the _irq variant is good enough.

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c