From: Paulo Zanoni Date: Thu, 2 Jul 2015 22:25:13 +0000 (-0300) Subject: drm/i915: FBC doesn't need struct_mutex anymore X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80ac8548d167dfb7affdb997d99d875bb1a28a3;p=pandora-kernel.git drm/i915: FBC doesn't need struct_mutex anymore Everything is covered either by fbc.lock or mm.stolen_lock, and intel_fbc.c is already responsible for grabbing the appropriate locks when it needs them. Reviewed-by: Chris wilson Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed