Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/hdmi/
Dhdmi_hpd.c233 enum drm_connector_status stat_gpio, stat_reg; in msm_hdmi_bridge_detect() local
244 stat_gpio = detect_gpio(hdmi); in msm_hdmi_bridge_detect()
247 if (stat_gpio == stat_reg) in msm_hdmi_bridge_detect()
257 if (stat_gpio != stat_reg) { in msm_hdmi_bridge_detect()
259 DBG("hpd gpio tells us: %d", stat_gpio); in msm_hdmi_bridge_detect()
262 return stat_gpio; in msm_hdmi_bridge_detect()