drm/rockchip: dw-hdmi-qp: Fix hpd irq mute after resume

Change-Id: I027005f7978b8a2e2f8e2eada97b7f6e6a0adb18
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
Algea Cao
2024-06-25 15:00:10 +08:00
committed by Tao Huang
parent ad3c91351d
commit 70fc302a5b

View File

@@ -4277,6 +4277,9 @@ void dw_hdmi_qp_resume(struct device *dev, struct dw_hdmi_qp *hdmi)
mutex_unlock(&hdmi->mutex);
if (hdmi->phy.ops->setup_hpd)
hdmi->phy.ops->setup_hpd(hdmi, hdmi->phy.data);
result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data);
if (result == connector_status_connected) {
mutex_lock(&hdmi->connector.dev->mode_config.mutex);