Home
last modified time | relevance | path

Searched refs:has_infoframe (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dg4x_hdmi.c178 pipe_config->has_infoframe = true; in intel_hdmi_get_config()
464 pipe_config->has_infoframe, in intel_hdmi_pre_enable()
484 pipe_config->has_infoframe, in vlv_hdmi_pre_enable()
561 pipe_config->has_infoframe, in chv_hdmi_pre_enable()
H A Dintel_hdmi.c704 if (!crtc_state->has_infoframe) in intel_hdmi_compute_avi_infoframe()
759 if (!crtc_state->has_infoframe) in intel_hdmi_compute_spd_infoframe()
793 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()
824 if (!crtc_state->has_infoframe) in intel_hdmi_compute_drm_infoframe()
1015 if (IS_G4X(dev_priv) || !crtc_state->has_infoframe) in intel_hdmi_compute_gcp_infoframe()
2304 pipe_config->has_infoframe = true; in intel_hdmi_compute_config()
H A Dintel_crtc_state_dump.c271 pipe_config->has_audio, pipe_config->has_infoframe, in intel_crtc_state_dump()
H A Dintel_display_types.h1113 bool has_infoframe; member
H A Dintel_ddi.c2760 crtc_state->has_infoframe, in intel_ddi_pre_enable_hdmi()
2803 crtc_state->has_infoframe, in intel_ddi_pre_enable()
3699 pipe_config->has_infoframe = true; in intel_ddi_read_func_ctl()
H A Dintel_display.c5257 PIPE_CONF_CHECK_BOOL(has_infoframe); in intel_pipe_config_compare()