commit | 2ee6bcdcfa4d8b56b20bc6308cd5f9bced5b5324 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 09 23:44:32 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 22 16:25:46 2015 +0200 |
tree | 68efece5779ebf747a9ea600301f1e38f1630812 | |
parent | 8bb4da1df54a20d68c34427356e34315ba122c0f [diff] |
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>