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

Commit 78c217f6 authored by Raviteja Tamatam's avatar Raviteja Tamatam
Browse files

drm/msm/sde: allow LUTDMA, DSI xin during secure transitions



Enable xin-id 7 corresponding to LUTDMA, DSI to be unblocked
in sui_block_xin_mask in sm6170. The  xin-mask defines
which xin-clients should be be blocked during secure-ui
session.

Change-Id: Iabdb2264eb6799061b9beeabedb4f8b447eafbcb
Signed-off-by: default avatarRaviteja Tamatam <travitej@codeaurora.org>
parent 38454009
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3622,7 +3622,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
		sde_cfg->delay_prg_fetch_start = true;
		sde_cfg->sui_ns_allowed = true;
		sde_cfg->sui_misr_supported = true;
		sde_cfg->sui_block_xin_mask = 0x2EE1;
		sde_cfg->sui_block_xin_mask = 0x2E61;
	} else {
		SDE_ERROR("unsupported chipset id:%X\n", hw_rev);
		sde_cfg->perf.min_prefill_lines = 0xffff;