Home
last modified time | relevance | path

Searched hist:"4 cb21832280643f4ca96cad0edbef6f45baacf8c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_irq.cdiff 4cb21832280643f4ca96cad0edbef6f45baacf8c Mon Sep 15 07:55:26 CDT 2014 Daniel Vetter <daniel.vetter@ffwll.ch> drm/i915: Clarify irq_lock locking, work functions

Work functions are in process context, so plain _irq spinlock variants
is all we need.

The hpd reenable work didn't follow the _work/_work_func postfix
naming scheme, so adjust that while at it.

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>