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

Commit 18d8f9eb authored by Lynus Vaz's avatar Lynus Vaz
Browse files

msm: kgsl: Enable IO coherency for A640



Permit userspace to specify buffers as IO coherent on A640.

Change-Id: Id9a070b4991413b64149fefba6eaac4094c75205
Signed-off-by: default avatarLynus Vaz <lvaz@codeaurora.org>
parent f8fb6e05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 0,
		.patchid = 0,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION,
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a640_zap",
		.gpudev = &adreno_a6xx_gpudev,
@@ -407,7 +407,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 0,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_CONTENT_PROTECTION,
			ADRENO_CONTENT_PROTECTION | ADRENO_IOCOHERENT,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a640_zap",
		.gpudev = &adreno_a6xx_gpudev,