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

Commit a9554c54 authored by Jilai Wang's avatar Jilai Wang
Browse files

msm: npu: Enable auto PIL for lito



This change is to enable auto PIL for lito.

Change-Id: I76a1af0f4a95a380d4ba46d751201d8d8f154a25
Signed-off-by: default avatarJilai Wang <jilaiw@codeaurora.org>
parent 6b3ddc57
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -566,9 +566,6 @@ int npu_host_init(struct npu_device *npu_dev)
			npu_disable_fw_work);
	}

	if (npu_dev->hw_version != 0x20000000)
		host_ctx->auto_pil_disable = true;
	else
	host_ctx->auto_pil_disable = false;

	return sts;