Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_bios.h245 int dsc_max_bpc);
H A Dintel_dp.h138 u8 dsc_max_bpc);
H A Dintel_bios.c3462 int dsc_max_bpc) in fill_dsc() argument
3471 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() argument
3545 fill_dsc(crtc_state, devdata->dsc, dsc_max_bpc); in intel_bios_get_dsc_params()
H A Dintel_dp.c1821 int dsc_max_bpc; in intel_dp_dsc_compute_max_bpp() local
1823 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() local
2520 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()
H A Dicl_dsi.c1588 int dsc_max_bpc = DISPLAY_VER(display) >= 12 ? 12 : 10; in gen11_dsi_dsc_compute_config() local
1592 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc); in gen11_dsi_dsc_compute_config()