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