Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c444 bool need_enable; in hdmi4_bridge_edid_read() local
447 need_enable = hdmi->core_enabled == false; in hdmi4_bridge_edid_read()
449 if (need_enable) { in hdmi4_bridge_edid_read()
487 if (need_enable) in hdmi4_bridge_edid_read()
H A Dhdmi5.c432 bool need_enable; in hdmi5_bridge_edid_read() local
436 need_enable = hdmi->core_enabled == false; in hdmi5_bridge_edid_read()
438 if (need_enable) { in hdmi5_bridge_edid_read()
463 if (need_enable) in hdmi5_bridge_edid_read()