Home
last modified time | relevance | path

Searched refs:rc_quant_incr_limit1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c45 to->rc_quant_incr_limit1 = from->rc_quant_incr_limit1; in copy_pps_fields()
76 dsc_cfg->rc_quant_incr_limit1 = rc->rc_quant_incr_limit1; in copy_rc_to_cfg()
/openbmc/linux/include/drm/display/
H A Ddrm_dsc.h139 u8 rc_quant_incr_limit1; member
488 u8 rc_quant_incr_limit1; member
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c227 pps_payload->rc_quant_incr_limit1 = in drm_dsc_pps_payload_pack()
228 dsc_cfg->rc_quant_incr_limit1; in drm_dsc_pps_payload_pack()
337 u8 rc_quant_incr_limit1; member
1281 vdsc_cfg->rc_quant_incr_limit1 = rc_params->rc_quant_incr_limit1; in drm_dsc_setup_rc_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/
H A Drc_calc_fpu.h38 int rc_quant_incr_limit1; member
H A Drc_calc_fpu.c190 …rc->rc_quant_incr_limit1 = ((bpc == BPC_8) ? 11 : (bpc == BPC_10 ? 15 : 19)) - ((minor_version == … in _do_calc_rc_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c325 DC_LOG_DSC("\trc_quant_incr_limit1 %d", pps->rc_quant_incr_limit1); in dsc_log_pps()
356 rc->rc_quant_incr_limit1 = override->rc_quant_incr_limit1; in dsc_override_rc_params()
559 reg_vals->pps.rc_quant_incr_limit1 = 11; in dsc_init_reg_values()
686 RC_QUANT_INCR_LIMIT1, reg_vals->pps.rc_quant_incr_limit1, in dsc_write_to_registers()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.c119 data |= dsc->rc_quant_incr_limit1 << 9; in dpu_hw_dsc_config()
H A Ddpu_hw_dsc_1_2.c213 data |= (dsc->rc_quant_incr_limit1 & 0x1f) << 13; in dpu_hw_dsc_config_1_2()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h814 int32_t rc_quant_incr_limit1; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c130 vdsc_cfg->rc_quant_incr_limit1 = 11 + qp_bpc_modifier; in calculate_rc_params()
646 DSC_RC_QUANT_INC_LIMIT1(vdsc_cfg->rc_quant_incr_limit1) | in intel_dsc_pps_configure()