Home
last modified time | relevance | path

Searched refs:hpd_int_ctrl (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi_connector.c244 uint32_t hpd_int_status, hpd_int_ctrl; in hdmi_connector_irq() local
248 hpd_int_ctrl = hdmi_read(hdmi, REG_HDMI_HPD_INT_CTRL); in hdmi_connector_irq()
250 if ((hpd_int_ctrl & HDMI_HPD_INT_CTRL_INT_EN) && in hdmi_connector_irq()
258 DBG("status=%04x, ctrl=%04x", hpd_int_status, hpd_int_ctrl); in hdmi_connector_irq()
261 hpd_int_ctrl = HDMI_HPD_INT_CTRL_INT_EN; in hdmi_connector_irq()
263 hpd_int_ctrl |= HDMI_HPD_INT_CTRL_INT_CONNECT; in hdmi_connector_irq()
264 hdmi_write(hdmi, REG_HDMI_HPD_INT_CTRL, hpd_int_ctrl); in hdmi_connector_irq()