drm/i915: Clarify irq_lock locking, irq handlers
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Sep 2014 12:55:28 +0000 (14:55 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:43:21 +0000 (14:43 +0200)
commit222c7f51b074cc8bfbda5821ee7f875e51f841b5
tree7221eab0f327f5974e71ae5d1effd5b26629c3aa
parentd62074358de148da197a90262551217f26937b5e
drm/i915: Clarify irq_lock locking, irq handlers

irq handlers always run with interrupts locally disabled, so
plain spinlocks is all we need. I've also reviewed again that they
all follow the _irq_handler postfix convention.

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