Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1928 int dsc_max_bpc; in intel_dp_dsc_compute_max_bpp() local
1930 dsc_max_bpc = intel_dp_dsc_max_src_input_bpc(display); in intel_dp_dsc_compute_max_bpp()
1932 if (!dsc_max_bpc) in intel_dp_dsc_compute_max_bpp()
1933 return dsc_max_bpc; in intel_dp_dsc_compute_max_bpp()
1935 dsc_max_bpc = min(dsc_max_bpc, max_req_bpc); in intel_dp_dsc_compute_max_bpp()
1937 return align_max_sink_dsc_input_bpp(connector, dsc_max_bpc * 3); in intel_dp_dsc_compute_max_bpp()
2691 int dsc_max_bpc = intel_dp_dsc_max_src_input_bpc(display); in intel_dp_dsc_compute_pipe_bpp_limits() local
2696 limits->pipe.max_bpp = min(limits->pipe.max_bpp, dsc_max_bpc * 3); in intel_dp_dsc_compute_pipe_bpp_limits()
2704 dsc_min_bpc * 3, dsc_max_bpc * 3, in intel_dp_dsc_compute_pipe_bpp_limits()
H A Dicl_dsi.c1622 int dsc_max_bpc = DISPLAY_VER(display) >= 12 ? 12 : 10; in gen11_dsi_dsc_compute_config() local
1626 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc); in gen11_dsi_dsc_compute_config()