Lines Matching refs:bpp
107 * 119000. At 18bpp that's 2142000 kilobits per second.
114 intel_dp_link_required(int pixel_clock, int bpp)
116 return (pixel_clock * bpp + 9) / 10;
693 int bpp, mode_rate;
720 /* Walk through all bpp values. Luckily they're all nicely spaced with 2
722 bpp = pipe_config->pipe_bpp;
724 bpp = min(bpp, dev_priv->vbt.edp_bpp);
726 for (; bpp >= 6*3; bpp -= 2*3) {
727 mode_rate = intel_dp_link_required(adjusted_mode->clock, bpp);
751 if (bpp != 18 && drm_match_cea_mode(adjusted_mode) > 1)
762 pipe_config->pipe_bpp = bpp;
765 DRM_DEBUG_KMS("DP link bw %02x lane count %d clock %d bpp %d\n",
767 pipe_config->port_clock, bpp);
771 intel_link_compute_m_n(bpp, lane_count,