Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 888c92cc authored by Jayant Shekhar's avatar Jayant Shekhar Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: enable secure-ui-misr feature for sdm670/710 target



Enable the secure-ui-misr feature flag and add the blocked
xin-mask for sdm670/710 target. The blocked xin-mask defines
which xin-clients should be be blocked during secure-ui
session.

Change-Id: Ic498d215427bdd39068750687ec0e2b4654670cc
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent b5117b38
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3269,6 +3269,8 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
		sde_cfg->perf.min_prefill_lines = 24;
		sde_cfg->vbif_qos_nlvl = 8;
		sde_cfg->ts_prefill_rev = 2;
		sde_cfg->sui_misr_supported = true;
		sde_cfg->sui_block_xin_mask = 0x3F71;
	} else {
		SDE_ERROR("unsupported chipset id:%X\n", hw_rev);
		sde_cfg->perf.min_prefill_lines = 0xffff;