drm/bridge: synopsys: dw-hdmi-qp: Removed stop sending packet when hdmi disable

This is an ineffective change, and accessing the register after
HDMI disabled will cause system crash.

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I0633f83fcdf4abaff1e8f72fe3c9f7845c492a2e
This commit is contained in:
Algea Cao
2022-01-14 10:12:38 +08:00
committed by Tao Huang
parent 7141e52192
commit 90629f20d9

View File

@@ -1920,7 +1920,6 @@ static void dw_hdmi_qp_bridge_atomic_disable(struct drm_bridge *bridge,
mutex_lock(&hdmi->mutex);
hdmi->disabled = true;
hdmi->curr_conn = NULL;
hdmi_writel(hdmi, 0, PKTSCHED_PKT_EN);
if (hdmi->phy.ops->disable)
hdmi->phy.ops->disable(hdmi, hdmi->phy.data);
mutex_unlock(&hdmi->mutex);