]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Don't send hotplug in intel_dp_check_mst_status()
authorLyude Paul <lyude@redhat.com>
Tue, 29 Jan 2019 19:10:01 +0000 (14:10 -0500)
committerLyude Paul <lyude@redhat.com>
Wed, 6 Feb 2019 19:54:27 +0000 (14:54 -0500)
commitabe4476d433d7bc2b9b8a61bc5da2fbc8737df62
treece498f6f07f8cb8fd205af0563960b27a7e601c0
parent7908ecc55767598e7c5afa4cbacada12598a611b
drm/i915: Don't send hotplug in intel_dp_check_mst_status()

This hotplug also isn't needed: drm_dp_mst_topology_mgr_set_mst()
already sends a hotplug on its own from drm_dp_destroy_connector_work()
after destroying connectors in the MST topology.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190129191001.442-4-lyude@redhat.com
drivers/gpu/drm/i915/intel_dp.c