Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dg4x_hdmi.c184 pipe_config->has_infoframe = true; in intel_hdmi_get_config()
473 pipe_config->has_infoframe, in intel_hdmi_pre_enable()
492 pipe_config->has_infoframe, in vlv_hdmi_pre_enable()
567 pipe_config->has_infoframe, in chv_hdmi_pre_enable()
H A Dintel_hdmi.c720 if (!crtc_state->has_infoframe) in intel_hdmi_compute_avi_infoframe()
775 if (!crtc_state->has_infoframe) in intel_hdmi_compute_spd_infoframe()
809 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()
840 if (!crtc_state->has_infoframe) in intel_hdmi_compute_drm_infoframe()
1033 if (IS_G4X(dev_priv) || !crtc_state->has_infoframe) in intel_hdmi_compute_gcp_infoframe()
2339 pipe_config->has_infoframe = true; in intel_hdmi_compute_config()
H A Dintel_crtc_state_dump.c257 pipe_config->has_audio, pipe_config->has_infoframe, in intel_crtc_state_dump()
H A Dintel_display_types.h1021 bool has_infoframe; member
H A Dintel_ddi.c2996 crtc_state->has_infoframe, in intel_ddi_pre_enable_hdmi()
3045 crtc_state->has_infoframe, in intel_ddi_pre_enable()
3994 crtc_state->has_infoframe = true; in intel_ddi_read_func_ctl_hdmi()
H A Dintel_display.c5249 PIPE_CONF_CHECK_BOOL(has_infoframe); in intel_pipe_config_compare()