From: Daniel Vetter Date: Mon, 4 Aug 2014 08:45:00 +0000 (+0200) Subject: drm/i915: Don't require dev->struct_mutex in psr_match_conditions X-Git-Tag: omap-for-v3.17/fixes-against-rc2~124^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba38bfc448b5ea569077e652938cc4385ab38fe;p=pandora-kernel.git drm/i915: Don't require dev->struct_mutex in psr_match_conditions Since I've reworked psr support to no longer require x-tiling we don't check any state protected by the Giant GEM Lock. So drop that check. Also boo for lockdep_assert_held for not yelling when lockdep is disabled. Cc: Paulo Zanoni Reported-by: Paulo Zanoni Acked-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed