Home
last modified time | relevance | path

Searched refs:native_420 (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc.c52 pps->native_420 ? CM_420 : CM_444)); 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.c38 to->native_420 = from->native_420; in copy_pps_fields()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c39 to->native_420 = from->native_420; in copy_pps_fields()
H A Drc_calc.c190 /* in native_422 or native_420 modes, the bits_per_pixel is double the in _do_calc_rc_params()
330 pps->native_420 ? CM_420 : CM_444)); in calc_rc_params()
334 is_navite_422_or_420 = pps->native_422 || pps->native_420; in calc_rc_params()
362 bool is_navite_422_or_420 = pps->native_422 || pps->native_420; in calc_dsc_bytes_per_pixel()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c63 intel_lookup_range_min_qp(bpc, buf, bpp, vdsc_cfg->native_420); in intel_vdsc_set_min_max_qp()
65 intel_lookup_range_max_qp(bpc, buf, bpp, vdsc_cfg->native_420); in intel_vdsc_set_min_max_qp()
92 * According to DSC 1.2 spec in Section 4.1 if native_420 is set: in calculate_rc_params()
101 if (vdsc_cfg->native_420) { in calculate_rc_params()
132 if (vdsc_cfg->native_420) { in calculate_rc_params()
269 vdsc_cfg->native_420 = true; in intel_dsc_compute_params()
280 * According to DSC 1.2 specs in Section 4.1 if native_420 is set in intel_dsc_compute_params()
283 if (vdsc_cfg->native_420) in intel_dsc_compute_params()
383 if (vdsc_cfg->native_420) in intel_dsc_pps_configure()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dsc.c228 dsc_cfg->native_420 << DSC_PPS_NATIVE_420_SHIFT; in drm_dsc_pps_payload_pack()
266 if (vdsc_cfg->native_420 || vdsc_cfg->native_422) { in drm_dsc_compute_rc_parameters()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc_1_2.c131 if (dsc->native_420) in dpu_hw_dsc_config_1_2()
139 if (dsc->native_422 || dsc->native_420) in dpu_hw_dsc_config_1_2()
223 else if (dsc->native_420) in dpu_hw_dsc_config_1_2()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dsc.h254 * @native_420: True if Native 4:2:0 supported else false.
256 bool native_420; member
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dsc.h254 * @native_420: True if Native 4:2:0 supported else false.
256 bool native_420; member
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c255 dsc_cfg->native_420 << DSC_PPS_NATIVE_420_SHIFT; in drm_dsc_pps_payload_pack()
1321 if (vdsc_cfg->native_420 || vdsc_cfg->native_422) { in drm_dsc_compute_rc_parameters()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c311 DC_LOG_DSC("\tnative_420 %d", pps->native_420); in dsc_log_pps()
398 dsc_reg_vals->pps.native_420 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR420); in dsc_prepare_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c317 DC_LOG_DSC("\tnative_420 %d", pps->native_420); in dsc_log_pps()
432 dsc_reg_vals->pps.native_420 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR420); in dsc_prepare_config()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_connector.h257 /** @native_420: Does sink support DSC with 4:2:0 compression */
258 bool native_420; member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_edid.c6009 hdmi_dsc->native_420 = hf_scds[11] & DRM_EDID_DSC_NATIVE_420; in drm_parse_dsc_info()

Completed in 22 milliseconds