Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_dsc.c258 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg) in drm_dsc_compute_rc_parameters() function
395 EXPORT_SYMBOL(drm_dsc_compute_rc_parameters);
/Linux-v5.4/include/drm/
Ddrm_dsc.h607 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc_dpi.c140 ret = drm_dsc_compute_rc_parameters(&dsc_cfg); in dscc_compute_dsc_parameters()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_vdsc.c456 return drm_dsc_compute_rc_parameters(vdsc_cfg); in intel_dp_compute_dsc_params()