Lines Matching refs:pipe_bpp
675 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
689 bits_per_pixel = min(bits_per_pixel, pipe_bpp - 1); in intel_dp_dsc_nearest_valid_bpp()
709 u32 pipe_bpp, in intel_dp_dsc_get_output_bpp() argument
750 bits_per_pixel = intel_dp_dsc_nearest_valid_bpp(i915, bits_per_pixel, pipe_bpp); in intel_dp_dsc_get_output_bpp()
1037 int pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, U8_MAX); in intel_dp_mode_valid() local
1053 pipe_bpp, 64) >> 4; in intel_dp_mode_valid()
1245 bpc = crtc_state->pipe_bpp / 3; in intel_dp_max_bpp()
1370 pipe_config->pipe_bpp = bpp; in intel_dp_compute_link_config_wide()
1494 int pipe_bpp; in intel_dp_dsc_compute_config() local
1504 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, conn_state->max_requested_bpc); in intel_dp_dsc_compute_config()
1506 pipe_bpp = pipe_config->pipe_bpp; in intel_dp_dsc_compute_config()
1509 pipe_bpp = intel_dp->force_dsc_bpc * 3; in intel_dp_dsc_compute_config()
1510 drm_dbg_kms(&dev_priv->drm, "Input DSC BPP forced to %d", pipe_bpp); in intel_dp_dsc_compute_config()
1514 if (pipe_bpp < 8 * 3) { in intel_dp_dsc_compute_config()
1525 pipe_config->pipe_bpp = pipe_bpp; in intel_dp_dsc_compute_config()
1532 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
1548 pipe_bpp, in intel_dp_dsc_compute_config()
1576 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
1604 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1612 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1694 pipe_config->pipe_bpp, in intel_dp_compute_link_config()
1706 pipe_config->pipe_bpp); in intel_dp_compute_link_config()
1711 pipe_config->pipe_bpp), in intel_dp_compute_link_config()
1742 return crtc_state->pipe_bpp != 18 && in intel_dp_limited_color_range()
1831 vsc->bpc = crtc_state->pipe_bpp / 3; in intel_dp_compute_vsc_colorimetry()
2131 pipe_config->pipe_bpp); in intel_dp_compute_config()
2828 void intel_edp_fixup_vbt_bpp(struct intel_encoder *encoder, int pipe_bpp) in intel_edp_fixup_vbt_bpp() argument
2834 if (connector->panel.vbt.edp.bpp && pipe_bpp > connector->panel.vbt.edp.bpp) { in intel_edp_fixup_vbt_bpp()
2850 pipe_bpp, connector->panel.vbt.edp.bpp); in intel_edp_fixup_vbt_bpp()
2851 connector->panel.vbt.edp.bpp = pipe_bpp; in intel_edp_fixup_vbt_bpp()