Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_hdmi.c1376 bool live_status = false; in intel_hdmi_detect() local
1384 for (try = 0; !live_status && try < 9; try++) { in intel_hdmi_detect()
1387 live_status = intel_digital_port_connected(dev_priv, in intel_hdmi_detect()
1391 if (!live_status) { in intel_hdmi_detect()
1399 live_status = true; in intel_hdmi_detect()
1404 if (intel_hdmi_set_edid(connector, live_status)) { in intel_hdmi_detect()