Searched refs:dsc_max_bpc (Results 1 – 1 of 1) sorted by relevance
1980 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 dsc_max_bpc) in intel_dp_dsc_compute_bpp() argument1988 if (dsc_max_bpc >= dsc_bpc[i]) in intel_dp_dsc_compute_bpp()2003 u8 dsc_max_bpc; in intel_dp_dsc_compute_config() local2013 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()