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

Commit eedfb960 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Enable content protection for lito"

parents 1412b86f 1955e0b7
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,