Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/
Ddrm_edid.c6262 info->has_hdmi_infoframe = true; in drm_parse_hdmi_forum_scds()
6400 info->has_hdmi_infoframe = true; in drm_parse_hdmi_vsdb_video()
6646 info->has_hdmi_infoframe = false; in drm_reset_display_info()
7205 bool has_hdmi_infoframe = connector ? in drm_mode_hdmi_vic() local
7206 connector->display_info.has_hdmi_infoframe : false; in drm_mode_hdmi_vic()
7208 if (!has_hdmi_infoframe) in drm_mode_hdmi_vic()
7434 bool has_hdmi_infoframe = connector ? in drm_hdmi_vendor_infoframe_from_display_mode() local
7435 connector->display_info.has_hdmi_infoframe : false; in drm_hdmi_vendor_infoframe_from_display_mode()
7441 if (!has_hdmi_infoframe) in drm_hdmi_vendor_infoframe_from_display_mode()
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_connector.h769 bool has_hdmi_infoframe; member
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_hdmi.c804 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()