Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_edid.c4077 info->has_hdmi_infoframe = true; in do_hdmi_vsdb_modes()
4895 display->has_hdmi_infoframe = true; in drm_parse_hdmi_forum_vsdb()
5113 info->has_hdmi_infoframe = false; in drm_reset_display_info()
5563 bool has_hdmi_infoframe = connector ? in drm_mode_hdmi_vic() local
5564 connector->display_info.has_hdmi_infoframe : false; in drm_mode_hdmi_vic()
5566 if (!has_hdmi_infoframe) in drm_mode_hdmi_vic()
5875 bool has_hdmi_infoframe = connector ? in drm_hdmi_vendor_infoframe_from_display_mode() local
5876 connector->display_info.has_hdmi_infoframe : false; in drm_hdmi_vendor_infoframe_from_display_mode()
5882 if (!has_hdmi_infoframe) in drm_hdmi_vendor_infoframe_from_display_mode()
/drivers/gpu/drm/i915/display/
Dintel_hdmi.c815 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()