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

Commit edc86270 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 A608 GPU"

parents bcd1c759 e4f3b6a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -447,7 +447,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 0,
		.major = 0,
		.minor = 8,
		.minor = 8,
		.patchid = ANY_ID,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION,
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
			ADRENO_IOCOHERENT,
		.sqefw_name = "a630_sqe.fw",
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a608_zap",
		.zap_name = "a608_zap",
		.gpudev = &adreno_a6xx_gpudev,
		.gpudev = &adreno_a6xx_gpudev,