drm/msm/disp/dpu1: add dspp support for sc7280
authorKalyan Thota <quic_kalyant@quicinc.com>
Tue, 21 Jun 2022 09:06:26 +0000 (02:06 -0700)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 4 Jul 2022 18:18:44 +0000 (21:18 +0300)
Add destination side post processing hw block support in sc7280.

This hwblock enablement is necessary to support color features
like CT Matix (Ex: Night Light feature)

Signed-off-by: Kalyan Thota <quic_kalyant@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/490382/
Link: https://lore.kernel.org/r/1655802387-15275-1-git-send-email-quic_kalyant@quicinc.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

index c7d46cd..0239a81 100644 (file)
@@ -1015,7 +1015,7 @@ static const struct dpu_lm_cfg sm8150_lm[] = {
 
 static const struct dpu_lm_cfg sc7280_lm[] = {
        LM_BLK("lm_0", LM_0, 0x44000, MIXER_SC7180_MASK,
-               &sc7180_lm_sblk, PINGPONG_0, 0, 0),
+               &sc7180_lm_sblk, PINGPONG_0, 0, DSPP_0),
        LM_BLK("lm_2", LM_2, 0x46000, MIXER_SC7180_MASK,
                &sc7180_lm_sblk, PINGPONG_2, LM_3, 0),
        LM_BLK("lm_3", LM_3, 0x47000, MIXER_SC7180_MASK,
@@ -1884,6 +1884,8 @@ static const struct dpu_mdss_cfg sc7280_dpu_cfg = {
        .ctl = sc7280_ctl,
        .sspp_count = ARRAY_SIZE(sc7280_sspp),
        .sspp = sc7280_sspp,
+       .dspp_count = ARRAY_SIZE(sc7180_dspp),
+       .dspp = sc7180_dspp,
        .mixer_count = ARRAY_SIZE(sc7280_lm),
        .mixer = sc7280_lm,
        .pingpong_count = ARRAY_SIZE(sc7280_pp),