Commit 4b9bcaa7 authored by Russell King's avatar Russell King

drm: bridge/dw_hdmi: use our own drm_device

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a1b9f2ae
......@@ -1504,7 +1504,7 @@ static irqreturn_t dw_hdmi_irq(int irq, void *dev_id)
dw_hdmi_poweroff(hdmi);
}
drm_helper_hpd_irq_event(hdmi->connector.dev);
drm_helper_hpd_irq_event(hdmi->bridge->dev);
}
hdmi_writeb(hdmi, intr_stat, HDMI_IH_PHY_STAT0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment