Lines Matching refs:pipe_config

763 				  struct intel_crtc_state *pipe_config)  in intel_hdmi_get_config()  argument
784 pipe_config->has_hdmi_sink = true; in intel_hdmi_get_config()
787 pipe_config->has_infoframe = true; in intel_hdmi_get_config()
790 pipe_config->has_audio = true; in intel_hdmi_get_config()
794 pipe_config->limited_color_range = true; in intel_hdmi_get_config()
796 pipe_config->base.adjusted_mode.flags |= flags; in intel_hdmi_get_config()
799 dotclock = pipe_config->port_clock * 2 / 3; in intel_hdmi_get_config()
801 dotclock = pipe_config->port_clock; in intel_hdmi_get_config()
804 ironlake_check_encoder_dotclock(pipe_config, dotclock); in intel_hdmi_get_config()
806 pipe_config->base.adjusted_mode.crtc_clock = dotclock; in intel_hdmi_get_config()
990 struct intel_crtc_state *pipe_config) in intel_hdmi_compute_config() argument
994 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode; in intel_hdmi_compute_config()
995 int clock_12bpc = pipe_config->base.adjusted_mode.crtc_clock * 3 / 2; in intel_hdmi_compute_config()
999 pipe_config->has_hdmi_sink = intel_hdmi->has_hdmi_sink; in intel_hdmi_compute_config()
1001 if (pipe_config->has_hdmi_sink) in intel_hdmi_compute_config()
1002 pipe_config->has_infoframe = true; in intel_hdmi_compute_config()
1006 if (pipe_config->has_hdmi_sink && in intel_hdmi_compute_config()
1014 pipe_config->pixel_multiplier = 2; in intel_hdmi_compute_config()
1018 pipe_config->limited_color_range = true; in intel_hdmi_compute_config()
1021 pipe_config->has_pch_encoder = true; in intel_hdmi_compute_config()
1023 if (pipe_config->has_hdmi_sink && intel_hdmi->has_audio) in intel_hdmi_compute_config()
1024 pipe_config->has_audio = true; in intel_hdmi_compute_config()
1032 if (pipe_config->pipe_bpp > 8*3 && pipe_config->has_hdmi_sink && in intel_hdmi_compute_config()
1034 hdmi_12bpc_possible(pipe_config)) { in intel_hdmi_compute_config()
1039 pipe_config->port_clock = clock_12bpc; in intel_hdmi_compute_config()
1045 if (!pipe_config->bw_constrained) { in intel_hdmi_compute_config()
1047 pipe_config->pipe_bpp = desired_bpp; in intel_hdmi_compute_config()