From: Daniel Vetter Date: Mon, 15 Sep 2014 12:55:26 +0000 (+0200) Subject: drm/i915: Clarify irq_lock locking, work functions X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~79^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb21832280643f4ca96cad0edbef6f45baacf8c;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed