From cba38bfc448b5ea569077e652938cc4385ab38fe Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Mon, 4 Aug 2014 10:45:00 +0200 Subject: [PATCH] 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-format-patch failed