Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_vdsc.c491 u32 pps_val = 0; in intel_configure_pps_for_dsc_encoder() local
498 pps_val = DSC_VER_MAJ | vdsc_cfg->dsc_version_minor << in intel_configure_pps_for_dsc_encoder()
503 pps_val |= DSC_BLOCK_PREDICTION; in intel_configure_pps_for_dsc_encoder()
505 pps_val |= DSC_COLOR_SPACE_CONVERSION; in intel_configure_pps_for_dsc_encoder()
507 pps_val |= DSC_422_ENABLE; in intel_configure_pps_for_dsc_encoder()
509 pps_val |= DSC_VBR_ENABLE; in intel_configure_pps_for_dsc_encoder()
510 DRM_INFO("PPS0 = 0x%08x\n", pps_val); in intel_configure_pps_for_dsc_encoder()
512 I915_WRITE(DSCA_PICTURE_PARAMETER_SET_0, pps_val); in intel_configure_pps_for_dsc_encoder()
518 I915_WRITE(DSCC_PICTURE_PARAMETER_SET_0, pps_val); in intel_configure_pps_for_dsc_encoder()
520 I915_WRITE(ICL_DSC0_PICTURE_PARAMETER_SET_0(pipe), pps_val); in intel_configure_pps_for_dsc_encoder()
[all …]