Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_hdmi_state_helper.c437 if (!info->has_hdmi_infoframe) in hdmi_generate_hdmi_vendor_infoframe()
698 if (info->has_hdmi_infoframe) { in drm_atomic_helper_connector_hdmi_update_infoframes()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_edid.c6212 info->has_hdmi_infoframe = true; in drm_parse_hdmi_forum_scds()
6350 info->has_hdmi_infoframe = true; in drm_parse_hdmi_vsdb_video()
6596 info->has_hdmi_infoframe = false; in drm_reset_display_info()
7156 bool has_hdmi_infoframe = connector ? in drm_mode_hdmi_vic() local
7157 connector->display_info.has_hdmi_infoframe : false; in drm_mode_hdmi_vic()
7159 if (!has_hdmi_infoframe) in drm_mode_hdmi_vic()
7385 bool has_hdmi_infoframe = connector ? in drm_hdmi_vendor_infoframe_from_display_mode() local
7386 connector->display_info.has_hdmi_infoframe : false; in drm_hdmi_vendor_infoframe_from_display_mode()
7392 if (!has_hdmi_infoframe) in drm_hdmi_vendor_infoframe_from_display_mode()
/linux-6.15/include/drm/
H A Ddrm_connector.h772 bool has_hdmi_infoframe; member
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c809 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()