Home
last modified time | relevance | path

Searched refs:pipe_config (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_lvds.c301 struct intel_crtc_config *pipe_config) in intel_lvds_compute_config() argument
309 struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; in intel_lvds_compute_config()
310 struct drm_display_mode *mode = &pipe_config->requested_mode; in intel_lvds_compute_config()
331 if (lvds_bpp != pipe_config->pipe_bpp) { in intel_lvds_compute_config()
333 pipe_config->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
334 pipe_config->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
346 pipe_config->has_pch_encoder = true; in intel_lvds_compute_config()
374 pipe_config->timings_set = true; in intel_lvds_compute_config()
Dintel_hdmi.c773 struct intel_crtc_config *pipe_config) in intel_hdmi_compute_config() argument
777 struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; in intel_hdmi_compute_config()
789 pipe_config->limited_color_range = true; in intel_hdmi_compute_config()
792 pipe_config->has_pch_encoder = true; in intel_hdmi_compute_config()
799 if (pipe_config->pipe_bpp > 8*3 && HAS_PCH_SPLIT(dev)) { in intel_hdmi_compute_config()
801 pipe_config->pipe_bpp = 12*3; in intel_hdmi_compute_config()
804 pipe_config->pipe_bpp = 8*3; in intel_hdmi_compute_config()
Dintel_display.c3981 struct intel_crtc_config *pipe_config) in intel_crtc_compute_config() argument
3984 struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; in intel_crtc_compute_config()
3988 if (pipe_config->requested_mode.clock * 3 in intel_crtc_compute_config()
3996 if (!pipe_config->timings_set) in intel_crtc_compute_config()
4006 if ((IS_G4X(dev) || IS_VALLEYVIEW(dev)) && pipe_config->pipe_bpp > 10*3) { in intel_crtc_compute_config()
4007 pipe_config->pipe_bpp = 10*3; /* 12bpc is gen5+ */ in intel_crtc_compute_config()
4008 } else if (INTEL_INFO(dev)->gen <= 4 && pipe_config->pipe_bpp > 8*3) { in intel_crtc_compute_config()
4011 pipe_config->pipe_bpp = 8*3; in intel_crtc_compute_config()
4761 struct intel_crtc_config *pipe_config) in i9xx_get_pipe_config() argument
5735 struct intel_crtc_config *pipe_config) in ironlake_get_pipe_config() argument
[all …]
Dintel_dp.c665 struct intel_crtc_config *pipe_config) in intel_dp_compute_config() argument
669 struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; in intel_dp_compute_config()
670 struct drm_display_mode *mode = &pipe_config->requested_mode; in intel_dp_compute_config()
681 pipe_config->has_pch_encoder = true; in intel_dp_compute_config()
683 pipe_config->has_dp_encoder = true; in intel_dp_compute_config()
704 bpp = min_t(int, 8*3, pipe_config->pipe_bpp); in intel_dp_compute_config()
740 pipe_config->limited_color_range = true; in intel_dp_compute_config()
745 pipe_config->pipe_bpp = bpp; in intel_dp_compute_config()
746 pipe_config->pixel_target_clock = target_clock; in intel_dp_compute_config()
756 &pipe_config->dp_m_n); in intel_dp_compute_config()
Dintel_sdvo.c1045 struct intel_crtc_config *pipe_config) in intel_sdvo_compute_config() argument
1048 struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; in intel_sdvo_compute_config()
1049 struct drm_display_mode *mode = &pipe_config->requested_mode; in intel_sdvo_compute_config()
1052 pipe_config->pipe_bpp = 8*3; in intel_sdvo_compute_config()
1055 pipe_config->has_pch_encoder = true; in intel_sdvo_compute_config()
1082 pipe_config->pixel_multiplier = in intel_sdvo_compute_config()
1084 adjusted_mode->clock *= pipe_config->pixel_multiplier; in intel_sdvo_compute_config()
1098 pipe_config->limited_color_range = true; in intel_sdvo_compute_config()
Dintel_ddi.c1482 struct intel_crtc_config *pipe_config) in intel_ddi_compute_config() argument
1489 return intel_hdmi_compute_config(encoder, pipe_config); in intel_ddi_compute_config()
1491 return intel_dp_compute_config(encoder, pipe_config); in intel_ddi_compute_config()
Dintel_drv.h484 struct intel_crtc_config *pipe_config);
507 struct intel_crtc_config *pipe_config);
Dintel_crt.c203 struct intel_crtc_config *pipe_config) in intel_crt_compute_config() argument
208 pipe_config->has_pch_encoder = true; in intel_crt_compute_config()
Dintel_tv.c909 struct intel_crtc_config *pipe_config) in intel_tv_compute_config() argument
920 pipe_config->adjusted_mode.clock = tv_mode->clock; in intel_tv_compute_config()
922 pipe_config->pipe_bpp = 8*3; in intel_tv_compute_config()