Searched refs:rc_model_size (Results 1 – 13 of 13) sorted by relevance
217 pps_payload->rc_model_size = cpu_to_be16(dsc_cfg->rc_model_size); in drm_dsc_pps_payload_pack()342 vdsc_cfg->final_offset = vdsc_cfg->rc_model_size - in drm_dsc_compute_rc_parameters()346 if (vdsc_cfg->final_offset >= vdsc_cfg->rc_model_size) { in drm_dsc_compute_rc_parameters()351 final_scale = (vdsc_cfg->rc_model_size * 8) / in drm_dsc_compute_rc_parameters()352 (vdsc_cfg->rc_model_size - vdsc_cfg->final_offset); in drm_dsc_compute_rc_parameters()368 vdsc_cfg->slice_bpg_offset = DIV_ROUND_UP(((vdsc_cfg->rc_model_size - in drm_dsc_compute_rc_parameters()398 rbs_min = vdsc_cfg->rc_model_size - vdsc_cfg->initial_offset + in drm_dsc_compute_rc_parameters()
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()107 …dsc_params->pps.initial_scale_value = 8 * rc.rc_model_size / (rc.rc_model_size - rc.initial_fullne… in dscc_compute_dsc_parameters()
186 u16 rc_model_size; member469 __be16 rc_model_size; member
49 int rc_model_size; member
240 rc->rc_model_size = 8192; in _do_calc_rc_params()
545 vdsc_cfg->initial_scale_value = (vdsc_cfg->rc_model_size << 3) / in intel_dsc_compute_params()546 (vdsc_cfg->rc_model_size - vdsc_cfg->initial_offset); in intel_dsc_compute_params()833 pps_val |= DSC_RC_MODEL_SIZE(vdsc_cfg->rc_model_size) | in intel_dsc_pps_configure()
1631 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in gen11_dsi_dsc_compute_config()
3480 vdsc_cfg->rc_model_size = drm_dsc_dp_rc_buffer_size(dsc->rc_buffer_block_size, in fill_dsc()
1417 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in intel_dp_dsc_compute_params()
109 data = dsc->rc_model_size; in dpu_hw_dsc_config()
331 DC_LOG_DSC("\trc_model_size %d", pps->rc_model_size); in dsc_log_pps()532 reg_vals->pps.rc_model_size = 8192; in dsc_init_reg_values()657 RC_MODEL_SIZE, reg_vals->pps.rc_model_size); in dsc_write_to_registers()
1769 dsc->rc_model_size = 8192; in dsi_populate_dsc_params()
8141 #define DSC_RC_MODEL_SIZE(rc_model_size) ((rc_model_size) << 0) argument