Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc_dpi.c61 to->flatness_max_qp = from->flatness_max_qp; in copy_pps_fields()
86 dsc_cfg->flatness_max_qp = rc->flatness_max_qp; in copy_rc_to_cfg()
Drc_calc.h44 int flatness_max_qp; member
Drc_calc.c223 …rc->flatness_max_qp = ((bpc == BPC_8) ? (12) : ((bpc == BPC_10) ? (16) : (20))) - ((minor_vers… in calc_rc_params()
/Linux-v5.4/include/drm/
Ddrm_dsc.h194 u8 flatness_max_qp; member
463 u8 flatness_max_qp; member
/Linux-v5.4/drivers/gpu/drm/
Ddrm_dsc.c186 pps_payload->flatness_max_qp = dsc_cfg->flatness_max_qp; in drm_dsc_pps_payload_pack()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_vdsc.c46 u8 flatness_max_qp; member
417 vdsc_cfg->flatness_max_qp = in intel_dp_compute_dsc_params()
418 rc_params[row_index][column_index].flatness_max_qp; in intel_dp_compute_dsc_params()
630 DSC_FLATNESS_MAX_QP(vdsc_cfg->flatness_max_qp); in intel_configure_pps_for_dsc_encoder()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c283 DC_LOG_DSC("\tflatness_max_qp %d", pps->flatness_max_qp); in dsc_log_pps()
489 reg_vals->pps.flatness_max_qp = 12; in dsc_init_reg_values()
608 FLATNESS_MAX_QP, reg_vals->pps.flatness_max_qp, in dsc_write_to_registers()