Skip to content

Commit 0b5a8e8

Browse files
committed
drm/msm/dpu: correct the UBWC version on sm6115
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>
1 parent 213e63e commit 0b5a8e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ static const struct dpu_caps sm6115_dpu_caps = {
357357
.max_mixer_blendstages = 0x4,
358358
.qseed_type = DPU_SSPP_SCALER_QSEED3LITE,
359359
.smart_dma_rev = DPU_SSPP_SMART_DMA_V2, /* TODO: v2.5 */
360-
.ubwc_version = DPU_HW_UBWC_VER_20,
360+
.ubwc_version = DPU_HW_UBWC_VER_10,
361361
.has_dim_layer = true,
362362
.has_idle_pc = true,
363363
.max_linewidth = 2160,

0 commit comments

Comments
 (0)