Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_dp.c1341 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 max_req_bpc) in intel_dp_dsc_compute_bpp() argument
1350 dsc_max_bpc = min_t(u8, 12, max_req_bpc); in intel_dp_dsc_compute_bpp()
1352 dsc_max_bpc = min_t(u8, 10, max_req_bpc); in intel_dp_dsc_compute_bpp()