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

Commit 63f532d8 authored by Raghu Ananya Arabolu's avatar Raghu Ananya Arabolu
Browse files

msm: kgsl: Enable Content Protection for A650 GPU



Enable Content Protection feature for A650 GPU. This feature allows
the user to create secure memory and to put the GPU into secure mode.

Change-Id: I7845ccca9ec0d7c7f3d04e34802ebcc62295276b
Signed-off-by: default avatarRaghu Ananya Arabolu <rarabolu@codeaurora.org>
parent 4ea4bac2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 0,
		.patchid = 0,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT,
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION,
		.sqefw_name = "a650_sqe.fw",
		.zap_name = "a650_zap",
		.gpudev = &adreno_a6xx_gpudev,