drm/i915/dp_mst: Clear only the ACT sent flag from DP_TP_STATUS
authorImre Deak <imre.deak@intel.com>
Tue, 16 Jun 2020 14:18:53 +0000 (17:18 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 23 Jun 2020 07:12:27 +0000 (10:12 +0300)
commit3d289d2578eff2a274fc5e63fca2a611404a3003
treed83be109d00e74524a7fed618c399e2777e62c1e
parente60b8672526cc0e1a033380998eff6978b8d3e09
drm/i915/dp_mst: Clear only the ACT sent flag from DP_TP_STATUS

It's not clear if the DP_TP_STATUS flags other than the ACT sent flag
have some side-effect, so don't clear those; we don't depend on the
state of these flags anyway.

Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
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-4-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c