Lines Matching refs:pipe_config
122 struct intel_crtc_state *pipe_config) in intel_crt_get_config() argument
124 pipe_config->output_types |= BIT(INTEL_OUTPUT_ANALOG); in intel_crt_get_config()
126 pipe_config->base.adjusted_mode.flags |= intel_crt_get_flags(encoder); in intel_crt_get_config()
128 pipe_config->base.adjusted_mode.crtc_clock = pipe_config->port_clock; in intel_crt_get_config()
132 struct intel_crtc_state *pipe_config) in hsw_crt_get_config() argument
136 intel_ddi_get_config(encoder, pipe_config); in hsw_crt_get_config()
138 pipe_config->base.adjusted_mode.flags &= ~(DRM_MODE_FLAG_PHSYNC | in hsw_crt_get_config()
142 pipe_config->base.adjusted_mode.flags |= intel_crt_get_flags(encoder); in hsw_crt_get_config()
144 pipe_config->base.adjusted_mode.crtc_clock = lpt_get_iclkip(dev_priv); in hsw_crt_get_config()
348 struct intel_crtc_state *pipe_config, in intel_crt_compute_config() argument
352 &pipe_config->base.adjusted_mode; in intel_crt_compute_config()
361 struct intel_crtc_state *pipe_config, in pch_crt_compute_config() argument
365 &pipe_config->base.adjusted_mode; in pch_crt_compute_config()
370 pipe_config->has_pch_encoder = true; in pch_crt_compute_config()
376 struct intel_crtc_state *pipe_config, in hsw_crt_compute_config() argument
381 &pipe_config->base.adjusted_mode; in hsw_crt_compute_config()
391 pipe_config->has_pch_encoder = true; in hsw_crt_compute_config()
395 if (pipe_config->bw_constrained && pipe_config->pipe_bpp < 24) { in hsw_crt_compute_config()
400 pipe_config->pipe_bpp = 24; in hsw_crt_compute_config()
404 pipe_config->port_clock = 135000 * 2; in hsw_crt_compute_config()