Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dg4x_hdmi.c111 pipe_config->has_infoframe = true; in intel_hdmi_get_config()
382 pipe_config->has_infoframe, in intel_hdmi_pre_enable()
402 pipe_config->has_infoframe, in vlv_hdmi_pre_enable()
479 pipe_config->has_infoframe, in chv_hdmi_pre_enable()
Dintel_hdmi.c718 if (!crtc_state->has_infoframe) in intel_hdmi_compute_avi_infoframe()
772 if (!crtc_state->has_infoframe) in intel_hdmi_compute_spd_infoframe()
802 if (!crtc_state->has_infoframe || !info->has_hdmi_infoframe) in intel_hdmi_compute_hdmi_infoframe()
833 if (!crtc_state->has_infoframe) in intel_hdmi_compute_drm_infoframe()
1024 if (IS_G4X(dev_priv) || !crtc_state->has_infoframe) in intel_hdmi_compute_gcp_infoframe()
2255 pipe_config->has_infoframe = true; in intel_hdmi_compute_config()
Dintel_crtc_state_dump.c213 pipe_config->has_audio, pipe_config->has_infoframe, in intel_crtc_state_dump()
Dintel_display_types.h1047 bool has_infoframe; member
Dintel_ddi.c2514 crtc_state->has_infoframe, in intel_ddi_pre_enable_hdmi()
2557 crtc_state->has_infoframe, in intel_ddi_pre_enable()
3334 pipe_config->has_infoframe = true; in intel_ddi_read_func_ctl()
Dintel_display.c5783 PIPE_CONF_CHECK_BOOL(has_infoframe); in intel_pipe_config_compare()