Home
last modified time | relevance | path

Searched refs:hpd_int_status (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
318 hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in hdmi_connector_irq()
322 (hpd_int_status & HDMI_HPD_INT_STATUS_INT)) { in hdmi_connector_irq()
323 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in hdmi_connector_irq()
329 DBG("status=%04x, ctrl=%04x", hpd_int_status, hpd_int_ctrl); in hdmi_connector_irq()
343 uint32_t hpd_int_status = hdmi_read(hdmi, REG_HDMI_HPD_INT_STATUS); in detect_reg() local
344 return (hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED) ? in detect_reg()