Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5.c488 bool need_enable; in hdmi_read_edid() local
491 need_enable = hdmi.core_enabled == false; in hdmi_read_edid()
493 if (need_enable) { in hdmi_read_edid()
501 if (need_enable) in hdmi_read_edid()
H A Dhdmi4.c458 bool need_enable = !hdmi.core_enabled; in hdmi_read_edid() local
461 if (need_enable) { in hdmi_read_edid()
469 if (need_enable) in hdmi_read_edid()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c445 bool need_enable; in hdmi4_bridge_edid_read() local
448 need_enable = hdmi->core_enabled == false; in hdmi4_bridge_edid_read()
450 if (need_enable) { in hdmi4_bridge_edid_read()
488 if (need_enable) in hdmi4_bridge_edid_read()
H A Dhdmi5.c433 bool need_enable; in hdmi5_bridge_edid_read() local
437 need_enable = hdmi->core_enabled == false; in hdmi5_bridge_edid_read()
439 if (need_enable) { in hdmi5_bridge_edid_read()
464 if (need_enable) in hdmi5_bridge_edid_read()