Home
last modified time | relevance | path

Searched refs:simple_422 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c36 to->simple_422 = from->simple_422; in copy_pps_fields()
H A Drc_calc.c50 mode = pps->convert_rgb ? CM_RGB : (pps->simple_422 ? CM_444 : in calc_rc_params()
/openbmc/linux/include/drm/display/
H A Ddrm_dsc.h106 bool simple_422; member
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.c67 data |= (dsc->simple_422 << 2); in dpu_hw_dsc_config()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c272 vdsc_cfg->simple_422 = false; in intel_dsc_compute_params()
392 if (vdsc_cfg->simple_422) in intel_dsc_pps_configure()
H A Dicl_dsi.c1598 drm_WARN_ON(&dev_priv->drm, vdsc_cfg->simple_422); in gen11_dsi_dsc_compute_config()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c296 DC_LOG_DSC("\tsimple_422 %d", pps->simple_422); in dsc_log_pps()
433 dsc_reg_vals->pps.simple_422 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_SIMPLE_YCBCR422); in dsc_prepare_config()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c125 dsc_cfg->simple_422 << DSC_PPS_SIMPLE422_SHIFT | in drm_dsc_pps_payload_pack()
/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c1756 dsc->simple_422 = 0; in dsi_populate_dsc_params()