]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/dp: Fix DP MST error after unplugging TypeC cable
authorSrinivasan S <srinivasan.s@intel.com>
Wed, 25 Sep 2019 00:35:42 +0000 (06:05 +0530)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Oct 2019 11:56:07 +0000 (14:56 +0300)
commit99785b86eead0934dffc1b36f3e5820d0c87e69f
tree2b1d026c9a30a3f4aecce05b4d74411d2f4ebfd0
parentf8db4d051b5eb8d6272b67d76cf79971d117a728
drm/i915/dp: Fix DP MST error after unplugging TypeC cable

This patch avoids DP MST payload error message in dmesg, as it is trying
to update the payload to the disconnected DP MST device. After DP MST
device is disconnected we should not be updating the payload and
hence remove the error.

v2: Removed the connector status check and converted from error to debug.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111632
Signed-off-by: Srinivasan S <srinivasan.s@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1569371742-109402-1-git-send-email-srinivasan.s@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c