Commit d54fbea3 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Rodrigo Vivi

drm/display/dsc: add YCbCr 4:2:2 and 4:2:0 RC parameters

Include RC parameters for YCbCr 4:2:2 and 4:2:0 configurations.
Reviewed-by: default avatarSuraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230517102807.2181589-9-dmitry.baryshkov@linaro.orgAcked-by: default avatarDave Airlie <airlied@redhat.com>
parent 3b292112
This diff is collapsed.
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
enum drm_dsc_params_type { enum drm_dsc_params_type {
DRM_DSC_1_2_444, DRM_DSC_1_2_444,
DRM_DSC_1_1_PRE_SCR, /* legacy params from DSC 1.1 */ DRM_DSC_1_1_PRE_SCR, /* legacy params from DSC 1.1 */
DRM_DSC_1_2_422,
DRM_DSC_1_2_420,
}; };
void drm_dsc_dp_pps_header_init(struct dp_sdp_header *pps_header); void drm_dsc_dp_pps_header_init(struct dp_sdp_header *pps_header);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment