drm/i915: Don't require dev->struct_mutex in psr_match_conditions
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 4 Aug 2014 08:45:00 +0000 (10:45 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 7 Aug 2014 09:07:18 +0000 (11:07 +0200)
commitcba38bfc448b5ea569077e652938cc4385ab38fe
tree14625d2edfad9960f9c1bb6b40454964aaee9192
parent864c61811c7c3d877e8fb3162eeb8616f2c8e9b8
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 <przanoni@gmail.com>
Reported-by: Paulo Zanoni <przanoni@gmail.com>
Acked-by: Paulo Zanoni <przanoni@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c