Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc.c51 (pps->native_422 ? CM_422 : in calc_rc_params()
56 is_navite_422_or_420 = pps->native_422 || pps->native_420; in calc_rc_params()
H A Drc_calc_dpi.c37 to->native_422 = from->native_422; in copy_pps_fields()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc_1_2.c129 if (dsc->native_422) in dpu_hw_dsc_config_1_2()
139 if (dsc->native_422 || dsc->native_420) in dpu_hw_dsc_config_1_2()
221 if (dsc->native_422) in dpu_hw_dsc_config_1_2()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c254 pps_payload->native_422_420 = dsc_cfg->native_422 | in drm_dsc_pps_payload_pack()
1321 if (vdsc_cfg->native_420 || vdsc_cfg->native_422) { in drm_dsc_compute_rc_parameters()
1345 else if (vdsc_cfg->native_422) in drm_dsc_compute_rc_parameters()
/openbmc/linux/include/drm/display/
H A Ddrm_dsc.h252 bool native_422; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c271 vdsc_cfg->native_422 = false; in intel_dsc_compute_params()
385 if (vdsc_cfg->native_422) in intel_dsc_pps_configure()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c318 DC_LOG_DSC("\tnative_422 %d", pps->native_422); in dsc_log_pps()
431 dsc_reg_vals->pps.native_422 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR422); in dsc_prepare_config()