Home
last modified time | relevance | path

Searched refs:has_hdmi_infoframe (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c4076 info->has_hdmi_infoframe = true; in do_hdmi_vsdb_modes()
4880 display->has_hdmi_infoframe = true; in drm_parse_hdmi_forum_vsdb()
5097 info->has_hdmi_infoframe = false; in drm_reset_display_info()
5547 bool has_hdmi_infoframe = connector ? in drm_mode_hdmi_vic() local
5548 connector->display_info.has_hdmi_infoframe : false; in drm_mode_hdmi_vic()
5550 if (!has_hdmi_infoframe) in drm_mode_hdmi_vic()
5859 bool has_hdmi_infoframe = connector ? in drm_hdmi_vendor_infoframe_from_display_mode() local
5860 connector->display_info.has_hdmi_infoframe : false; in drm_hdmi_vendor_infoframe_from_display_mode()
5866 if (!has_hdmi_infoframe) in drm_hdmi_vendor_infoframe_from_display_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_edid.c6083 info->has_hdmi_infoframe = true; in drm_parse_hdmi_forum_scds()
6219 info->has_hdmi_infoframe = true; in drm_parse_hdmi_vsdb_video()
6465 info->has_hdmi_infoframe = false; in drm_reset_display_info()
7007 bool has_hdmi_infoframe = connector ? in drm_mode_hdmi_vic() local
7008 connector->display_info.has_hdmi_infoframe : false; in drm_mode_hdmi_vic()
7010 if (!has_hdmi_infoframe) in drm_mode_hdmi_vic()
7236 bool has_hdmi_infoframe = connector ? in drm_hdmi_vendor_infoframe_from_display_mode() local
7237 connector->display_info.has_hdmi_infoframe : false; in drm_hdmi_vendor_infoframe_from_display_mode()
7243 if (!has_hdmi_infoframe) in drm_hdmi_vendor_infoframe_from_display_mode()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_connector.h509 * @has_hdmi_infoframe: Does the sink support the HDMI infoframe?
511 bool has_hdmi_infoframe; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_connector.h740 * @has_hdmi_infoframe: Does the sink support the HDMI infoframe?
742 bool has_hdmi_infoframe; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c815 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()

Completed in 36 milliseconds