Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/hdmi/
A Dhdmi_connector.c148 uint32_t hpd_ctrl; in msm_hdmi_hpd_enable() local
186 hpd_ctrl = hdmi_read(hdmi, REG_HDMI_HPD_CTRL); in msm_hdmi_hpd_enable()
187 hpd_ctrl |= HDMI_HPD_CTRL_TIMEOUT(0x1fff); in msm_hdmi_hpd_enable()
191 ~HDMI_HPD_CTRL_ENABLE & hpd_ctrl); in msm_hdmi_hpd_enable()
193 HDMI_HPD_CTRL_ENABLE | hpd_ctrl); in msm_hdmi_hpd_enable()

Completed in 4 milliseconds