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

Commit 1955e0b7 authored by Pankaj Gupta's avatar Pankaj Gupta
Browse files

msm: kgsl: Enable content protection for lito



Enable content protection feature for secure rendering in lito.

Change-Id: Ic113d1de118c4b7b5ff0bb7ef303d2793e63d258
Signed-off-by: default avatarPankaj Gupta <gpankaj@codeaurora.org>
parent a7d847f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -333,7 +333,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 2,
		.minor = 0,
		.patchid = 0,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION,
		.sqefw_name = "a650_sqe.fw",
		.zap_name = "a620_zap",
		.gpudev = &adreno_a6xx_gpudev,