Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H 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/include/drm/display/
H A Ddrm_dsc.h183 u16 rc_model_size; member
466 __be16 rc_model_size; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/
H A Drc_calc_fpu.h49 int rc_model_size; member
H A Drc_calc_fpu.c240 rc->rc_model_size = 8192; in _do_calc_rc_params()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc_regs.h163 #define DSC_PPS9_RC_MODEL_SIZE(rc_model_size) REG_FIELD_PREP(DSC_PPS9_RC_MODEL_SIZE_MASK, \ argument
164 rc_model_size)
H A Dintel_vdsc.c369 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()
H A Dicl_dsi.c1634 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in gen11_dsi_dsc_compute_config()
H A Dintel_bios.c3602 vdsc_cfg->rc_model_size = drm_dsc_dp_rc_buffer_size(dsc->rc_buffer_block_size, in fill_dsc()
H A Dintel_dp.c1913 vdsc_cfg->rc_model_size = DSC_RC_MODEL_SIZE_CONST; in intel_dp_dsc_compute_params()
H A Dintel_display.c5459 PIPE_CONF_CHECK_I(dsc.config.rc_model_size); in intel_pipe_config_compare()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h846 int32_t rc_model_size; member