Lines Matching refs:pipe_bpp

698 u32 intel_dp_dsc_nearest_valid_bpp(struct drm_i915_private *i915, u32 bpp, u32 pipe_bpp)  in intel_dp_dsc_nearest_valid_bpp()  argument
712 bits_per_pixel = min(bits_per_pixel, pipe_bpp - 1); in intel_dp_dsc_nearest_valid_bpp()
747 u32 pipe_bpp, in intel_dp_dsc_get_output_bpp() argument
798 bits_per_pixel = intel_dp_dsc_nearest_valid_bpp(i915, bits_per_pixel, pipe_bpp); in intel_dp_dsc_get_output_bpp()
1168 int pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, U8_MAX); in intel_dp_mode_valid() local
1188 pipe_bpp, 64) >> 4; in intel_dp_mode_valid()
1378 bpc = crtc_state->pipe_bpp / 3; in intel_dp_max_bpp()
1503 pipe_config->pipe_bpp = bpp; in intel_dp_compute_link_config_wide()
1665 int pipe_bpp; in intel_dp_dsc_compute_config() local
1678 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, conn_state->max_requested_bpc); in intel_dp_dsc_compute_config()
1680 pipe_bpp = pipe_config->pipe_bpp; in intel_dp_dsc_compute_config()
1683 pipe_bpp = intel_dp->force_dsc_bpc * 3; in intel_dp_dsc_compute_config()
1684 drm_dbg_kms(&dev_priv->drm, "Input DSC BPP forced to %d", pipe_bpp); in intel_dp_dsc_compute_config()
1688 if (pipe_bpp < 8 * 3) { in intel_dp_dsc_compute_config()
1699 pipe_config->pipe_bpp = pipe_bpp; in intel_dp_dsc_compute_config()
1706 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
1727 pipe_bpp, in intel_dp_dsc_compute_config()
1764 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
1784 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1792 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1874 pipe_config->pipe_bpp, in intel_dp_compute_link_config()
1886 pipe_config->pipe_bpp); in intel_dp_compute_link_config()
1891 pipe_config->pipe_bpp), in intel_dp_compute_link_config()
1922 return crtc_state->pipe_bpp != 18 && in intel_dp_limited_color_range()
2011 vsc->bpc = crtc_state->pipe_bpp / 3; in intel_dp_compute_vsc_colorimetry()
2315 pipe_config->pipe_bpp); in intel_dp_compute_config()
3044 void intel_edp_fixup_vbt_bpp(struct intel_encoder *encoder, int pipe_bpp) in intel_edp_fixup_vbt_bpp() argument
3050 if (connector->panel.vbt.edp.bpp && pipe_bpp > connector->panel.vbt.edp.bpp) { in intel_edp_fixup_vbt_bpp()
3066 pipe_bpp, connector->panel.vbt.edp.bpp); in intel_edp_fixup_vbt_bpp()
3067 connector->panel.vbt.edp.bpp = pipe_bpp; in intel_edp_fixup_vbt_bpp()