Home
last modified time | relevance | path

Searched refs:rc_model_size (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/
A Drc_calc_dpi.c55 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()
/linux/drivers/gpu/drm/display/
A Ddrm_dsc_helper.c218 pps_payload->rc_model_size = cpu_to_be16(dsc_cfg->rc_model_size); in drm_dsc_pps_payload_pack()
283 if (!vdsc_cfg->rc_model_size) in drm_dsc_set_const_params()
284 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in drm_dsc_set_const_params()
1371 vdsc_cfg->final_offset = vdsc_cfg->rc_model_size - in drm_dsc_compute_rc_parameters()
1375 if (vdsc_cfg->final_offset >= vdsc_cfg->rc_model_size) { in drm_dsc_compute_rc_parameters()
1380 final_scale = (vdsc_cfg->rc_model_size * 8) / in drm_dsc_compute_rc_parameters()
1381 (vdsc_cfg->rc_model_size - vdsc_cfg->final_offset); in drm_dsc_compute_rc_parameters()
1397 vdsc_cfg->slice_bpg_offset = DIV_ROUND_UP(((vdsc_cfg->rc_model_size - in drm_dsc_compute_rc_parameters()
1427 rbs_min = vdsc_cfg->rc_model_size - vdsc_cfg->initial_offset + in drm_dsc_compute_rc_parameters()
1461 return 8 * dsc->rc_model_size / (dsc->rc_model_size - dsc->initial_offset); in drm_dsc_initial_scale_value()
[all …]
/linux/include/drm/display/
A Ddrm_dsc.h183 u16 rc_model_size; member
466 __be16 rc_model_size; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/
A Drc_calc_fpu.h49 int rc_model_size; member
A Drc_calc_fpu.c240 rc->rc_model_size = 8192; in _do_calc_rc_params()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
A Ddcn20_dsc.c325 DC_LOG_DSC("\trc_model_size %d", pps->rc_model_size); in dsc_log_pps()
346 rc->rc_model_size = override->rc_model_size; in dsc_override_rc_params()
559 reg_vals->pps.rc_model_size = 8192; in dsc_init_reg_values()
684 RC_MODEL_SIZE, reg_vals->pps.rc_model_size); in dsc_write_to_registers()
/linux/drivers/gpu/drm/i915/display/
A Dintel_vdsc_regs.h153 #define DSC_PPS9_RC_MODEL_SIZE(rc_model_size) REG_FIELD_PREP(DSC_PPS9_RC_MODEL_SIZE_MASK, \ argument
154 rc_model_size)
A Dintel_vdsc.c343 vdsc_cfg->initial_scale_value = (vdsc_cfg->rc_model_size << 3) / in intel_dsc_compute_params()
344 (vdsc_cfg->rc_model_size - vdsc_cfg->initial_offset); in intel_dsc_compute_params()
504 pps_val = DSC_PPS9_RC_MODEL_SIZE(vdsc_cfg->rc_model_size) | in intel_dsc_pps_configure()
914 vdsc_cfg->rc_model_size = REG_FIELD_GET(DSC_PPS9_RC_MODEL_SIZE_MASK, pps_temp); in intel_dsc_get_pps_config()
A Dicl_dsi.c1600 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in gen11_dsi_dsc_compute_config()
A Dintel_bios.c3587 vdsc_cfg->rc_model_size = drm_dsc_dp_rc_buffer_size(dsc->rc_buffer_block_size, in fill_dsc()
A Dintel_dp.c1827 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in intel_dp_dsc_compute_params()
A Dintel_display.c5466 PIPE_CONF_CHECK_I(dsc.config.rc_model_size); in intel_pipe_config_compare()
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_dsc.c116 data = dsc->rc_model_size; in dpu_hw_dsc_config()
A Ddpu_hw_dsc_1_2.c211 (dsc->rc_model_size) & 0xffff); in dpu_hw_dsc_config_1_2()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_hw_types.h826 int32_t rc_model_size; member
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
A Ddcn401_dsc.c324 RC_MODEL_SIZE, reg_vals->pps.rc_model_size); in dsc_write_to_registers()

Completed in 67 milliseconds