From: Chris Wilson Date: Tue, 7 Apr 2015 15:20:48 +0000 (+0100) Subject: drm/i915: Use simpler form of spin_lock_irq(execlist_lock) X-Git-Tag: omap-for-v4.3/legacy-v2-signed~46^2~58^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5eba37283181fefe2a4c3b81f1c8f29d9d96904;p=pandora-kernel.git drm/i915: Use simpler form of spin_lock_irq(execlist_lock) We can use the simpler spinlock form to disable interrupts as we are always outside of an irq/softirq handler. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed