Home
last modified time | relevance | path

Searched refs:dsc_max_bpc (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_bios.h257 int dsc_max_bpc);
Dintel_bios.c3429 int dsc_max_bpc) in fill_dsc() argument
3437 if (dsc->support_12bpc && dsc_max_bpc >= 12) in fill_dsc()
3439 else if (dsc->support_10bpc && dsc_max_bpc >= 10) in fill_dsc()
3441 else if (dsc->support_8bpc && dsc_max_bpc >= 8) in fill_dsc()
3445 dsc_max_bpc); in fill_dsc()
3494 int dsc_max_bpc) in intel_bios_get_dsc_params() argument
3511 fill_dsc(crtc_state, devdata->dsc, dsc_max_bpc); in intel_bios_get_dsc_params()
Dintel_dp.c119 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 dsc_max_bpc);
1371 u8 dsc_max_bpc; in intel_dp_dsc_compute_bpp() local
1375 dsc_max_bpc = min_t(u8, 12, max_req_bpc); in intel_dp_dsc_compute_bpp()
1377 dsc_max_bpc = min_t(u8, 10, max_req_bpc); in intel_dp_dsc_compute_bpp()
1382 if (dsc_max_bpc >= dsc_bpc[i]) in intel_dp_dsc_compute_bpp()
Dicl_dsi.c1613 int dsc_max_bpc = DISPLAY_VER(dev_priv) >= 12 ? 12 : 10; in gen11_dsi_dsc_compute_config() local
1617 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc); in gen11_dsi_dsc_compute_config()