Searched refs:dsc_max_bpc (Results 1 – 4 of 4) sorted by relevance
250 int dsc_max_bpc);
2715 int dsc_max_bpc) in fill_dsc() argument2723 if (dsc->support_12bpc && dsc_max_bpc >= 12) in fill_dsc()2725 else if (dsc->support_10bpc && dsc_max_bpc >= 10) in fill_dsc()2727 else if (dsc->support_8bpc && dsc_max_bpc >= 8) in fill_dsc()2731 dsc_max_bpc); in fill_dsc()2780 int dsc_max_bpc) in intel_bios_get_dsc_params() argument2797 fill_dsc(crtc_state, devdata->dsc, dsc_max_bpc); in intel_bios_get_dsc_params()
112 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 dsc_max_bpc);1097 u8 dsc_max_bpc; in intel_dp_dsc_compute_bpp() local1101 dsc_max_bpc = min_t(u8, 12, max_req_bpc); in intel_dp_dsc_compute_bpp()1103 dsc_max_bpc = min_t(u8, 10, max_req_bpc); in intel_dp_dsc_compute_bpp()1108 if (dsc_max_bpc >= dsc_bpc[i]) in intel_dp_dsc_compute_bpp()
1603 int dsc_max_bpc = DISPLAY_VER(dev_priv) >= 12 ? 12 : 10; in gen11_dsi_dsc_compute_config() local1607 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc); in gen11_dsi_dsc_compute_config()