Home
last modified time | relevance | path

Searched refs:flatness_max_qp (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c58 to->flatness_max_qp = from->flatness_max_qp; in copy_pps_fields()
83 dsc_cfg->flatness_max_qp = rc->flatness_max_qp; in copy_rc_to_cfg()
H A Drc_calc.h43 int flatness_max_qp; member
H A Drc_calc.c233 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c214 pps_payload->flatness_max_qp = dsc_cfg->flatness_max_qp; in drm_dsc_pps_payload_pack()
335 u8 flatness_max_qp; member
1279 vdsc_cfg->flatness_max_qp = rc_params->flatness_max_qp; in drm_dsc_setup_rc_params()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dsc.h192 * @flatness_max_qp: Maximum QP where flatness information is sent
194 u8 flatness_max_qp; member
458 * @flatness_max_qp:
463 u8 flatness_max_qp; member
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dsc.h192 * @flatness_max_qp: Maximum QP where flatness information is sent
194 u8 flatness_max_qp; member
459 * @flatness_max_qp:
464 u8 flatness_max_qp; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dsc.c186 pps_payload->flatness_max_qp = dsc_cfg->flatness_max_qp; in drm_dsc_pps_payload_pack()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c315 DC_LOG_DSC("\tflatness_max_qp %d", pps->flatness_max_qp); in dsc_log_pps()
362 rc->flatness_max_qp = override->flatness_max_qp; in dsc_override_rc_params()
555 reg_vals->pps.flatness_max_qp = 12; in dsc_init_reg_values()
680 FLATNESS_MAX_QP, reg_vals->pps.flatness_max_qp, in dsc_write_to_registers()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c43 u8 flatness_max_qp; member
428 vdsc_cfg->flatness_max_qp = rc_params->flatness_max_qp; in intel_dsc_compute_params()
669 DSC_FLATNESS_MAX_QP(vdsc_cfg->flatness_max_qp); in intel_dsc_pps_configure()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c309 DC_LOG_DSC("\tflatness_max_qp %d", pps->flatness_max_qp); in dsc_log_pps()
516 reg_vals->pps.flatness_max_qp = 12; in dsc_init_reg_values()
634 FLATNESS_MAX_QP, reg_vals->pps.flatness_max_qp, in dsc_write_to_registers()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.c110 data |= dsc->flatness_max_qp << 5; in dpu_hw_dsc_config()
H A Ddpu_hw_dsc_1_2.c203 ((dsc->flatness_max_qp & 0x1f) << 5) | in dpu_hw_dsc_config_1_2()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c127 vdsc_cfg->flatness_max_qp = 12 + qp_bpc_modifier; in calculate_rc_params()
546 DSC_FLATNESS_MAX_QP(vdsc_cfg->flatness_max_qp); in intel_dsc_pps_configure()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h820 int32_t flatness_max_qp; member

Completed in 15 milliseconds