Searched refs:dsc_max_bpc (Results 1 – 4 of 4) sorted by relevance
2757 int dsc_max_bpc) in fill_dsc() argument2765 if (dsc->support_12bpc && dsc_max_bpc >= 12) in fill_dsc()2767 else if (dsc->support_10bpc && dsc_max_bpc >= 10) in fill_dsc()2769 else if (dsc->support_8bpc && dsc_max_bpc >= 8) in fill_dsc()2773 dsc_max_bpc); in fill_dsc()2822 int dsc_max_bpc) in intel_bios_get_dsc_params() argument2839 fill_dsc(crtc_state, devdata->dsc, dsc_max_bpc); in intel_bios_get_dsc_params()
250 int dsc_max_bpc);
116 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 dsc_max_bpc);1238 u8 dsc_max_bpc; in intel_dp_dsc_compute_bpp() local1242 dsc_max_bpc = min_t(u8, 12, max_req_bpc); in intel_dp_dsc_compute_bpp()1244 dsc_max_bpc = min_t(u8, 10, max_req_bpc); in intel_dp_dsc_compute_bpp()1249 if (dsc_max_bpc >= dsc_bpc[i]) in intel_dp_dsc_compute_bpp()
1606 int dsc_max_bpc = DISPLAY_VER(dev_priv) >= 12 ? 12 : 10; in gen11_dsi_dsc_compute_config() local1610 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc); in gen11_dsi_dsc_compute_config()
Completed in 21 milliseconds