disp: msm: sde: enable trusted vm support for shima

Enable catalog entry to support trusted vm support
for shima target.

Change-Id: I1bdabf20243f7b52ad5978e75cd6decfa30c9b36
Signed-off-by: Krishna Manikandan <mkrishn@codeaurora.org>
This commit is contained in:
Krishna Manikandan
2020-09-17 11:19:56 +05:30
bovenliggende 1c5beba30c
commit 5bacc44468

Bestand weergeven

@@ -4802,6 +4802,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
sde_cfg->inline_disable_const_clr = true;
sde_cfg->vbif_disable_inner_outer_shareable = true;
sde_cfg->mdss_hw_block_size = 0x158;
sde_cfg->has_trusted_vm_support = true;
} else {
SDE_ERROR("unsupported chipset id:%X\n", hw_rev);
sde_cfg->perf.min_prefill_lines = 0xffff;