]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon: Take all modeset locks for DP MST hotplug
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 9 Jul 2015 21:44:32 +0000 (23:44 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Jul 2015 14:25:46 +0000 (16:25 +0200)
commit2ee6bcdcfa4d8b56b20bc6308cd5f9bced5b5324
tree68efece5779ebf747a9ea600301f1e38f1630812
parent8bb4da1df54a20d68c34427356e34315ba122c0f
drm/radeon: Take all modeset locks for DP MST hotplug

Similar with the i915 take all modeset locks for mst hotplug. This is
needed to make sure radeon holds both mode_config.mutex and
mode_config.connection_mutex when updating the connector_list, which
is the new (interim) locking regime we want for that.

Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/radeon/radeon_dp_mst.c