From: Alex Deucher Date: Wed, 23 Sep 2015 18:32:06 +0000 (-0400) Subject: drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checks X-Git-Tag: omap-for-v4.3/fixes-rc5~94^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7fbc39b1d58d9f4113ef962743a67bcdfe6be2;p=pandora-kernel.git drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checks In commit 7a3f3d6667f5f9ffd1517f6b21d64bbf5312042c Author: Daniel Vetter Date: Thu Jul 9 23:44:28 2015 +0200 drm: Check locking in drm_for_each_connector I added locking checks to drm_for_each_connector but failed that through drm_helper_connector_dpms -> drm_helper_choose_encoder_dpms it's used in a few more places in the amdgpu resume/suspend code. Fix them up. Note that we could use the connector iterator macros in there too, but that's for the future. Port of radeon commit: drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checks Signed-off-by: Alex Deucher --- Reading git-diff-tree failed