Lines Matching refs:pipe_bpp

679 				       u32 pipe_bpp)  in intel_dp_dsc_get_output_bpp()  argument
723 bits_per_pixel = min(bits_per_pixel, pipe_bpp - 1); in intel_dp_dsc_get_output_bpp()
1021 int pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, U8_MAX); in intel_dp_mode_valid() local
1037 pipe_bpp) >> 4; in intel_dp_mode_valid()
1229 bpc = crtc_state->pipe_bpp / 3; in intel_dp_max_bpp()
1354 pipe_config->pipe_bpp = bpp; in intel_dp_compute_link_config_wide()
1476 int pipe_bpp; in intel_dp_dsc_compute_config() local
1485 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, conn_state->max_requested_bpc); in intel_dp_dsc_compute_config()
1488 pipe_bpp = intel_dp->force_dsc_bpc * 3; in intel_dp_dsc_compute_config()
1489 drm_dbg_kms(&dev_priv->drm, "Input DSC BPP forced to %d", pipe_bpp); in intel_dp_dsc_compute_config()
1493 if (pipe_bpp < 8 * 3) { in intel_dp_dsc_compute_config()
1504 pipe_config->pipe_bpp = pipe_bpp; in intel_dp_dsc_compute_config()
1511 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
1526 pipe_bpp); in intel_dp_dsc_compute_config()
1539 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
1564 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1572 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1654 pipe_config->pipe_bpp, in intel_dp_compute_link_config()
1666 pipe_config->pipe_bpp); in intel_dp_compute_link_config()
1671 pipe_config->pipe_bpp), in intel_dp_compute_link_config()
1702 return crtc_state->pipe_bpp != 18 && in intel_dp_limited_color_range()
1791 vsc->bpc = crtc_state->pipe_bpp / 3; in intel_dp_compute_vsc_colorimetry()
2072 pipe_config->pipe_bpp); in intel_dp_compute_config()
2764 void intel_edp_fixup_vbt_bpp(struct intel_encoder *encoder, int pipe_bpp) in intel_edp_fixup_vbt_bpp() argument
2770 if (connector->panel.vbt.edp.bpp && pipe_bpp > connector->panel.vbt.edp.bpp) { in intel_edp_fixup_vbt_bpp()
2786 pipe_bpp, connector->panel.vbt.edp.bpp); in intel_edp_fixup_vbt_bpp()
2787 connector->panel.vbt.edp.bpp = pipe_bpp; in intel_edp_fixup_vbt_bpp()