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

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

Merge "msm: kgsl: Enable IO coherency for A650"

parents 9dc403c3 a570c1c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -452,7 +452,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 5,
		.minor = 0,
		.patchid = 0,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT,
		.sqefw_name = "a650_sqe.fw",
		.zap_name = "a650_zap",
		.gpudev = &adreno_a6xx_gpudev,