mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user