Searched refs:dsc_max_bpc (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_bios.h | 247 int dsc_max_bpc);
|
D | intel_bios.c | 2484 int dsc_max_bpc) in fill_dsc() argument 2492 if (dsc->support_12bpc && dsc_max_bpc >= 12) in fill_dsc() 2494 else if (dsc->support_10bpc && dsc_max_bpc >= 10) in fill_dsc() 2496 else if (dsc->support_8bpc && dsc_max_bpc >= 8) in fill_dsc() 2500 dsc_max_bpc); in fill_dsc() 2554 int dsc_max_bpc) in intel_bios_get_dsc_params() argument 2571 fill_dsc(crtc_state, devdata->dsc, dsc_max_bpc); in intel_bios_get_dsc_params()
|
D | icl_dsi.c | 1480 int dsc_max_bpc = INTEL_GEN(dev_priv) >= 12 ? 12 : 10; in gen11_dsi_dsc_compute_config() local 1484 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc); in gen11_dsi_dsc_compute_config()
|
D | intel_dp.c | 2159 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 dsc_max_bpc) in intel_dp_dsc_compute_bpp() argument 2167 if (dsc_max_bpc >= dsc_bpc[i]) in intel_dp_dsc_compute_bpp() 2242 u8 dsc_max_bpc; in intel_dp_dsc_compute_config() local 2254 dsc_max_bpc = min_t(u8, 12, conn_state->max_requested_bpc); in intel_dp_dsc_compute_config() 2256 dsc_max_bpc = min_t(u8, 10, in intel_dp_dsc_compute_config() 2259 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, dsc_max_bpc); in intel_dp_dsc_compute_config()
|