From 70d2ee1bf46158e51cef6093438793f5036c057c Mon Sep 17 00:00:00 2001 From: Krishna Manikandan Date: Thu, 1 Oct 2020 12:02:42 +0530 Subject: [PATCH] disp: msm: sde: enable system cache support for shima This change enables system cache support for shima target which allows sde to read image from system cache instead of DDR memory during static display for video mode panels. Change-Id: I2d7e17c4a6f6b477acf84fd2914c8db2d83df286 Signed-off-by: Krishna Manikandan --- 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 ba54633b..744b517c 100644 --- a/msm/sde/sde_hw_catalog.c +++ b/msm/sde/sde_hw_catalog.c @@ -4803,6 +4803,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev) sde_cfg->vbif_disable_inner_outer_shareable = true; sde_cfg->mdss_hw_block_size = 0x158; sde_cfg->has_trusted_vm_support = true; + sde_cfg->syscache_supported = true; } else { SDE_ERROR("unsupported chipset id:%X\n", hw_rev); sde_cfg->perf.min_prefill_lines = 0xffff;