drm/msm/dpu: correct the UBWC version on sm6115
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 7 Dec 2022 14:28:32 +0000 (16:28 +0200)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 26 Jan 2023 19:06:39 +0000 (21:06 +0200)
According to downstream (bengal-sde.dtsi), the sm6115 uses UBWC 1.0.
Change the catalog entry accordingly.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/514337/
Link: https://lore.kernel.org/r/20221207142833.204193-3-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

index 404a14d..cf053e8 100644 (file)
@@ -357,7 +357,7 @@ static const struct dpu_caps sm6115_dpu_caps = {
        .max_mixer_blendstages = 0x4,
        .qseed_type = DPU_SSPP_SCALER_QSEED3LITE,
        .smart_dma_rev = DPU_SSPP_SMART_DMA_V2, /* TODO: v2.5 */
-       .ubwc_version = DPU_HW_UBWC_VER_20,
+       .ubwc_version = DPU_HW_UBWC_VER_10,
        .has_dim_layer = true,
        .has_idle_pc = true,
        .max_linewidth = 2160,