From: Daniel Vetter Date: Wed, 26 Nov 2014 09:26:05 +0000 (+0100) Subject: drm/i915: Check locking in i915_gem_request_unreference X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~43^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f245860ece9b18394b679c2c55738babc904f506;p=pandora-kernel.git drm/i915: Check locking in i915_gem_request_unreference With refcounting it looks like you can just drop that refcount, but that's not really the case. So make sure no one forgets. Motivated by the unlocked call in the mmio flip code. Cc: John Harrison Cc: Thomas Daniel Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed