From fdc95c8daea834287a38ace986950dce5baa565b Mon Sep 17 00:00:00 2001 From: Akash Gajjar Date: Thu, 21 Mar 2024 11:12:05 +0530 Subject: [PATCH] disp: msm: sde: enable uidle support for palawan target This change enables the uidle feature support for palawan target. Change-Id: I91010e4ce26dd74ea0e9367b6eee0165ee7814f7 Signed-off-by: Akash Gajjar --- msm/sde/sde_hw_catalog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/msm/sde/sde_hw_catalog.c b/msm/sde/sde_hw_catalog.c index 5f4fa74ab9..2de2dc0849 100644 --- a/msm/sde/sde_hw_catalog.c +++ b/msm/sde/sde_hw_catalog.c @@ -5499,6 +5499,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev) sde_cfg->ts_prefill_rev = 2; sde_cfg->ctl_rev = SDE_CTL_CFG_VERSION_1_0_0; sde_cfg->true_inline_rot_rev = SDE_INLINE_ROT_VERSION_2_0_1; + sde_cfg->uidle_cfg.uidle_rev = SDE_UIDLE_VERSION_1_0_4; sde_cfg->sid_rev = SDE_SID_VERSION_2_0_0; sde_cfg->mdss_hw_block_size = 0x158; sde_cfg->demura_supported[SSPP_DMA1][0] = BIT(DEMURA_0) | BIT(DEMURA_2);