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

Commit 5d1edf77 authored by Rajesh Kemisetti's avatar Rajesh Kemisetti
Browse files

msm: kgsl: Enable Content protection and GPMU features for SDM670



Enable the ADRENO_CONTENT_PROTECTION flag to indicate
that the GPU is ready to handle secure allocations.

Also enable ADRENO_GPMU flag to load Graphics Management Unit
firmware to handle GPU power states.

Change-Id: Ibfb13c610ab6ff91c65d505ba4d6893249da3299
Signed-off-by: default avatarRajesh Kemisetti <rajeshk@codeaurora.org>
parent 1d9aee75
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -346,7 +346,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 1,
		.minor = 5,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_RPMH,
		.features = ADRENO_64BIT | ADRENO_RPMH |
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a615_zap",
		.gpudev = &adreno_a6xx_gpudev,