HomeSort by: relevance | last modified time | path
    Searched refs:dsc_max_bpc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.h 251 int dsc_max_bpc);
intel_bios.c 2423 int dsc_max_bpc)
2431 if (dsc->support_12bpc && dsc_max_bpc >= 12)
2433 else if (dsc->support_10bpc && dsc_max_bpc >= 10)
2435 else if (dsc->support_8bpc && dsc_max_bpc >= 8)
2439 dsc_max_bpc);
2493 int dsc_max_bpc)
2510 fill_dsc(crtc_state, devdata->dsc, dsc_max_bpc);
icl_dsi.c 1343 int dsc_max_bpc = INTEL_GEN(dev_priv) >= 12 ? 12 : 10; local in function:gen11_dsi_dsc_compute_config
1347 use_dsc = intel_bios_get_dsc_params(encoder, crtc_state, dsc_max_bpc);
intel_dp.c 2044 static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8 dsc_max_bpc)
2052 if (dsc_max_bpc >= dsc_bpc[i])
2124 u8 dsc_max_bpc; local in function:intel_dp_dsc_compute_config
2136 dsc_max_bpc = min_t(u8, 12, conn_state->max_requested_bpc);
2138 dsc_max_bpc = min_t(u8, 10,
2141 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, dsc_max_bpc);

Completed in 20 milliseconds