Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c57 to->flatness_max_qp = from->flatness_max_qp; in copy_pps_fields()
82 dsc_cfg->flatness_max_qp = rc->flatness_max_qp; in copy_rc_to_cfg()
/linux/include/drm/display/
H A Ddrm_dsc.h189 * @flatness_max_qp: Maximum QP where flatness information is sent
191 u8 flatness_max_qp; member
456 * @flatness_max_qp:
461 u8 flatness_max_qp; member
/linux/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c216 pps_payload->flatness_max_qp = dsc_cfg->flatness_max_qp; in drm_dsc_pps_payload_pack()
337 u8 flatness_max_qp; member
1281 vdsc_cfg->flatness_max_qp = rc_params->flatness_max_qp; in drm_dsc_setup_rc_params()
1514 cfg->flatness_min_qp, cfg->flatness_max_qp); in drm_dsc_dump_config_main_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/
H A Drc_calc_fpu.h44 int flatness_max_qp; member
H A Drc_calc_fpu.c226 rc->flatness_max_qp = ((bpc == BPC_8) ? (12) : ((bpc == BPC_10) ? (16) : (20))) - ((minor_version == 1 && cm == CM_444) ? 1 : 0); in _do_calc_rc_params()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c311 DC_LOG_DSC("\tflatness_max_qp %d", pps->flatness_max_qp); in dsc_log_pps()
358 rc->flatness_max_qp = override->flatness_max_qp; in dsc_override_rc_params()
551 reg_vals->pps.flatness_max_qp = 12; in dsc_init_reg_values()
676 FLATNESS_MAX_QP, reg_vals->pps.flatness_max_qp, in dsc_write_to_registers()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.c113 data |= dsc->flatness_max_qp << 5; in dpu_hw_dsc_config()
H A Ddpu_hw_dsc_1_2.c205 ((dsc->flatness_max_qp & 0x1f) << 5) | in dpu_hw_dsc_config_1_2()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h856 int32_t flatness_max_qp; member
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c298 FLATNESS_MAX_QP, reg_vals->pps.flatness_max_qp, in dsc_write_to_registers()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c5403 PIPE_CONF_CHECK_I(dsc.config.flatness_max_qp); in intel_pipe_config_compare()