Searched refs:dsc_max_bpc (Results 1 – 5 of 5) sorted by relevance
245 int dsc_max_bpc);
138 u8 dsc_max_bpc);
3462 int dsc_max_bpc) in fill_dsc() argument3471 if (dsc->support_12bpc && dsc_max_bpc >= 12) in fill_dsc()3473 else if (dsc->support_10bpc && dsc_max_bpc >= 10) in fill_dsc()3475 else if (dsc->support_8bpc && dsc_max_bpc >= 8) in fill_dsc()3479 dsc_max_bpc); in fill_dsc()3530 int dsc_max_bpc) in intel_bios_get_dsc_params() argument3545 fill_dsc(crtc_state, devdata->dsc, dsc_max_bpc); in intel_bios_get_dsc_params()
1821 int dsc_max_bpc; in intel_dp_dsc_compute_max_bpp() local1823 dsc_max_bpc = intel_dp_dsc_max_src_input_bpc(display); in intel_dp_dsc_compute_max_bpp()1825 if (!dsc_max_bpc) in intel_dp_dsc_compute_max_bpp()1826 return dsc_max_bpc; in intel_dp_dsc_compute_max_bpp()1828 dsc_max_bpc = min(dsc_max_bpc, max_req_bpc); in intel_dp_dsc_compute_max_bpp()1833 if (dsc_max_bpc >= dsc_bpc[i]) in intel_dp_dsc_compute_max_bpp()2518 int dsc_max_bpc = intel_dp_dsc_max_src_input_bpc(display); in intel_dp_dsc_compute_pipe_bpp_limits() local2520 limits->pipe.max_bpp = clamp(limits->pipe.max_bpp, dsc_min_bpc * 3, dsc_max_bpc * 3); in intel_dp_dsc_compute_pipe_bpp_limits()2521 limits->pipe.min_bpp = clamp(limits->pipe.min_bpp, dsc_min_bpc * 3, dsc_max_bpc * 3); in intel_dp_dsc_compute_pipe_bpp_limits()
1588 int dsc_max_bpc = DISPLAY_VER(display) >= 12 ? 12 : 10; in gen11_dsi_dsc_compute_config() local1592 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc); in gen11_dsi_dsc_compute_config()