Lines Matching refs:pipe_bpp
5782 pipe_config->pipe_bpp); in ironlake_fdi_compute_config()
5786 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock, in ironlake_fdi_compute_config()
5791 if (!setup_ok && pipe_config->pipe_bpp > 6*3) { in ironlake_fdi_compute_config()
5792 pipe_config->pipe_bpp -= 2*3; in ironlake_fdi_compute_config()
5794 pipe_config->pipe_bpp); in ironlake_fdi_compute_config()
5812 pipe_config->pipe_bpp <= 24; in hsw_compute_ips_config()
5861 if ((IS_G4X(dev) || IS_VALLEYVIEW(dev)) && pipe_config->pipe_bpp > 10*3) { in intel_crtc_compute_config()
5862 pipe_config->pipe_bpp = 10*3; /* 12bpc is gen5+ */ in intel_crtc_compute_config()
5863 } else if (INTEL_INFO(dev)->gen <= 4 && pipe_config->pipe_bpp > 8*3) { in intel_crtc_compute_config()
5866 pipe_config->pipe_bpp = 8*3; in intel_crtc_compute_config()
6736 if (intel_crtc->config->dither && intel_crtc->config->pipe_bpp != 30) in i9xx_set_pipeconf()
6740 switch (intel_crtc->config->pipe_bpp) { in i9xx_set_pipeconf()
7059 pipe_config->pipe_bpp = 18; in i9xx_get_pipe_config()
7062 pipe_config->pipe_bpp = 24; in i9xx_get_pipe_config()
7065 pipe_config->pipe_bpp = 30; in i9xx_get_pipe_config()
7527 switch (intel_crtc->config->pipe_bpp) { in ironlake_set_pipeconf()
7652 switch (intel_crtc->config->pipe_bpp) { in haswell_set_pipeconf()
8189 pipe_config->pipe_bpp = 18; in ironlake_get_pipe_config()
8192 pipe_config->pipe_bpp = 24; in ironlake_get_pipe_config()
8195 pipe_config->pipe_bpp = 30; in ironlake_get_pipe_config()
8198 pipe_config->pipe_bpp = 36; in ironlake_get_pipe_config()
10376 int bpp = pipe_config->pipe_bpp; in connected_sink_compute_bpp()
10387 pipe_config->pipe_bpp = connector->base.display_info.bpc*3; in connected_sink_compute_bpp()
10403 pipe_config->pipe_bpp = clamp_bpp; in connected_sink_compute_bpp()
10454 pipe_config->pipe_bpp = bpp; in compute_baseline_pipe_bpp()
10493 pipe_config->pipe_bpp, pipe_config->dither); in intel_dump_pipe_config()
10757 pipe_config->dither = pipe_config->pipe_bpp != plane_bpp; in intel_modeset_pipe_config()
10759 plane_bpp, pipe_config->pipe_bpp, pipe_config->dither); in intel_modeset_pipe_config()
11117 PIPE_CONF_CHECK_I(pipe_bpp); in intel_pipe_config_compare()