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

Commit e4f3b6a2 authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

msm: kgsl: Enable IO coherency for A608 GPU



Enable IO coherency support for A608 to allow
userspace to mark buffers as IO coherent.

Change-Id: Idcfc35a9f2458f73de390268a7e0fb4fc3a6c09e
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent cf5c5a2f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -447,7 +447,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 0,
		.minor = 8,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION,
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
			ADRENO_IOCOHERENT,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a608_zap",
		.gpudev = &adreno_a6xx_gpudev,