Lines Matching refs:pipe_config

121 				  struct intel_crtc_state *pipe_config)  in intel_lvds_get_config()  argument
127 pipe_config->output_types |= BIT(INTEL_OUTPUT_LVDS); in intel_lvds_get_config()
139 pipe_config->base.adjusted_mode.flags |= flags; in intel_lvds_get_config()
142 pipe_config->gmch_pfit.lvds_border_bits = in intel_lvds_get_config()
149 pipe_config->gmch_pfit.control |= tmp & PANEL_8TO6_DITHER_ENABLE; in intel_lvds_get_config()
152 pipe_config->base.adjusted_mode.crtc_clock = pipe_config->port_clock; in intel_lvds_get_config()
233 const struct intel_crtc_state *pipe_config, in intel_pre_enable_lvds() argument
238 struct intel_crtc *crtc = to_intel_crtc(pipe_config->base.crtc); in intel_pre_enable_lvds()
239 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode; in intel_pre_enable_lvds()
246 pipe_config->shared_dpll); in intel_pre_enable_lvds()
266 temp |= pipe_config->gmch_pfit.lvds_border_bits; in intel_pre_enable_lvds()
296 if (pipe_config->dither && pipe_config->pipe_bpp == 18) in intel_pre_enable_lvds()
314 const struct intel_crtc_state *pipe_config, in intel_enable_lvds() argument
329 intel_panel_enable_backlight(pipe_config, conn_state); in intel_enable_lvds()
392 struct intel_crtc_state *pipe_config, in intel_lvds_compute_config() argument
400 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode; in intel_lvds_compute_config()
401 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc); in intel_lvds_compute_config()
415 if (lvds_bpp != pipe_config->pipe_bpp && !pipe_config->bw_constrained) { in intel_lvds_compute_config()
417 pipe_config->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
418 pipe_config->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
434 pipe_config->has_pch_encoder = true; in intel_lvds_compute_config()
436 intel_pch_panel_fitting(intel_crtc, pipe_config, in intel_lvds_compute_config()
439 intel_gmch_panel_fitting(intel_crtc, pipe_config, in intel_lvds_compute_config()