From: Thomas Hellstrom Date: Mon, 9 Mar 2015 08:56:21 +0000 (-0700) Subject: drm/vmwgfx: Fix a couple of lock dependency violations X-Git-Tag: omap-for-v4.1/wl12xx-dt~11^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5151adb37a5918957f4c33a8d8e7629c0fb00563;p=pandora-kernel.git drm/vmwgfx: Fix a couple of lock dependency violations Experimental lockdep annotation added to the TTM lock has unveiled a couple of lock dependency violations in the vmwgfx driver. In both cases it turns out that the device_private::reservation_sem is not needed so the offending code is moved out of that lock. Cc: Acked-by: Sinclair Yeh Signed-off-by: Thomas Hellstrom --- Reading git-diff-tree failed