Searched refs:rc_model_size (Results 1 – 11 of 11) sorted by relevance
55 to->rc_model_size = from->rc_model_size; in copy_pps_fields()89 dsc_cfg->rc_model_size = rc->rc_model_size; in copy_rc_to_cfg()106 …dsc_params->pps.initial_scale_value = 8 * rc->rc_model_size / (rc->rc_model_size - rc->initial_ful… in dscc_compute_dsc_parameters()
183 u16 rc_model_size; member466 __be16 rc_model_size; member
49 int rc_model_size; member
240 rc->rc_model_size = 8192; in _do_calc_rc_params()
163 #define DSC_PPS9_RC_MODEL_SIZE(rc_model_size) REG_FIELD_PREP(DSC_PPS9_RC_MODEL_SIZE_MASK, \ argument164 rc_model_size)
369 vdsc_cfg->initial_scale_value = (vdsc_cfg->rc_model_size << 3) / in intel_dsc_compute_params()370 (vdsc_cfg->rc_model_size - vdsc_cfg->initial_offset); in intel_dsc_compute_params()548 pps_val = DSC_PPS9_RC_MODEL_SIZE(vdsc_cfg->rc_model_size) | in intel_dsc_pps_configure()992 vdsc_cfg->rc_model_size = REG_FIELD_GET(DSC_PPS9_RC_MODEL_SIZE_MASK, pps_temp); in intel_dsc_get_pps_config()
1634 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in gen11_dsi_dsc_compute_config()
3602 vdsc_cfg->rc_model_size = drm_dsc_dp_rc_buffer_size(dsc->rc_buffer_block_size, in fill_dsc()
1913 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in intel_dp_dsc_compute_params()
5459 PIPE_CONF_CHECK_I(dsc.config.rc_model_size); in intel_pipe_config_compare()
846 int32_t rc_model_size; member