Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c6089 info->has_hdmi_infoframe = true; in drm_parse_hdmi_forum_scds()
6225 info->has_hdmi_infoframe = true; in drm_parse_hdmi_vsdb_video()
6471 info->has_hdmi_infoframe = false; in drm_reset_display_info()
7013 bool has_hdmi_infoframe = connector ? in drm_mode_hdmi_vic() local
7014 connector->display_info.has_hdmi_infoframe : false; in drm_mode_hdmi_vic()
7016 if (!has_hdmi_infoframe) in drm_mode_hdmi_vic()
7242 bool has_hdmi_infoframe = connector ? in drm_hdmi_vendor_infoframe_from_display_mode() local
7243 connector->display_info.has_hdmi_infoframe : false; in drm_hdmi_vendor_infoframe_from_display_mode()
7249 if (!has_hdmi_infoframe) in drm_hdmi_vendor_infoframe_from_display_mode()
/openbmc/linux/include/drm/
H A Ddrm_connector.h742 bool has_hdmi_infoframe; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c793 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()