Searched refs:has_hdmi_infoframe (Results 1 – 3 of 3) sorted by relevance
511 bool has_hdmi_infoframe; member
4065 info->has_hdmi_infoframe = true; in do_hdmi_vsdb_modes()4868 display->has_hdmi_infoframe = true; in drm_parse_hdmi_forum_vsdb()5093 info->has_hdmi_infoframe = false; in drm_reset_display_info()5543 bool has_hdmi_infoframe = connector ? in drm_mode_hdmi_vic() local5544 connector->display_info.has_hdmi_infoframe : false; in drm_mode_hdmi_vic()5546 if (!has_hdmi_infoframe) in drm_mode_hdmi_vic()5852 bool has_hdmi_infoframe = connector ? in drm_hdmi_vendor_infoframe_from_display_mode() local5853 connector->display_info.has_hdmi_infoframe : false; in drm_hdmi_vendor_infoframe_from_display_mode()5859 if (!has_hdmi_infoframe) in drm_hdmi_vendor_infoframe_from_display_mode()
815 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()