Lines Matching refs:pipe_config

123 				  struct intel_crtc_state *pipe_config)  in intel_lvds_get_config()  argument
129 pipe_config->output_types |= BIT(INTEL_OUTPUT_LVDS); in intel_lvds_get_config()
141 pipe_config->hw.adjusted_mode.flags |= flags; in intel_lvds_get_config()
144 pipe_config->gmch_pfit.lvds_border_bits = in intel_lvds_get_config()
151 pipe_config->gmch_pfit.control |= tmp & PANEL_8TO6_DITHER_ENABLE; in intel_lvds_get_config()
154 pipe_config->hw.adjusted_mode.crtc_clock = pipe_config->port_clock; in intel_lvds_get_config()
229 const struct intel_crtc_state *pipe_config, in intel_pre_enable_lvds() argument
234 struct intel_crtc *crtc = to_intel_crtc(pipe_config->uapi.crtc); in intel_pre_enable_lvds()
235 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_pre_enable_lvds()
242 pipe_config->shared_dpll); in intel_pre_enable_lvds()
262 temp |= pipe_config->gmch_pfit.lvds_border_bits; in intel_pre_enable_lvds()
292 if (pipe_config->dither && pipe_config->pipe_bpp == 18) in intel_pre_enable_lvds()
311 const struct intel_crtc_state *pipe_config, in intel_enable_lvds() argument
329 intel_backlight_enable(pipe_config, conn_state); in intel_enable_lvds()
410 struct intel_crtc_state *pipe_config, in intel_lvds_compute_config() argument
418 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_lvds_compute_config()
419 struct intel_crtc *crtc = to_intel_crtc(pipe_config->uapi.crtc); in intel_lvds_compute_config()
434 if (lvds_bpp != pipe_config->pipe_bpp && !pipe_config->bw_constrained) { in intel_lvds_compute_config()
437 pipe_config->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
438 pipe_config->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
441 pipe_config->output_format = INTEL_OUTPUT_FORMAT_RGB; in intel_lvds_compute_config()
457 pipe_config->has_pch_encoder = true; in intel_lvds_compute_config()
459 ret = intel_panel_fitting(pipe_config, conn_state); in intel_lvds_compute_config()