Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c1980 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 dsc_max_bpc) in intel_dp_dsc_compute_bpp() argument
1988 if (dsc_max_bpc >= dsc_bpc[i]) in intel_dp_dsc_compute_bpp()
2003 u8 dsc_max_bpc; in intel_dp_dsc_compute_config() local
2013 dsc_max_bpc = min_t(u8, DP_DSC_MAX_SUPPORTED_BPC, in intel_dp_dsc_compute_config()
2016 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, dsc_max_bpc); in intel_dp_dsc_compute_config()