Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_connector.c315 uint32_t hpd_int_status, hpd_int_ctrl; in hdmi_connector_irq() local
319 hpd_int_ctrl = hdmi_read(hdmi, REG_HDMI_HPD_INT_CTRL); in hdmi_connector_irq()
321 if ((hpd_int_ctrl & HDMI_HPD_INT_CTRL_INT_EN) && in hdmi_connector_irq()
329 DBG("status=%04x, ctrl=%04x", hpd_int_status, hpd_int_ctrl); in hdmi_connector_irq()
332 hpd_int_ctrl = HDMI_HPD_INT_CTRL_INT_EN; in hdmi_connector_irq()
334 hpd_int_ctrl |= HDMI_HPD_INT_CTRL_INT_CONNECT; in hdmi_connector_irq()
335 hdmi_write(hdmi, REG_HDMI_HPD_INT_CTRL, hpd_int_ctrl); in hdmi_connector_irq()