drm/i915/dp_mst: Clear the ACT sent flag during encoder disabling too
authorImre Deak <imre.deak@intel.com>
Tue, 16 Jun 2020 14:18:54 +0000 (17:18 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 23 Jun 2020 07:12:35 +0000 (10:12 +0300)
commit90d4f99ac56b4aadf4e87871a4e9128474da259b
treec52ec071ec6b854fd83c021bc27449497a43c934
parent3d289d2578eff2a274fc5e63fca2a611404a3003
drm/i915/dp_mst: Clear the ACT sent flag during encoder disabling too

During encoder enabling we clear the flag before starting the ACT
sequence and wait for the flag, but the clearing is missing during
encoder disabling, add it there too. Since nothing cleared the flag
automatically we could've run subsequent disabling steps too early.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200616141855.746-5-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c