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

Commit 324e5ca2 authored by Urvashi Agrawal's avatar Urvashi Agrawal
Browse files

msm: kgsl: Enable I/O coherency on A660



Enable I/O coherency on A660 GPU so that GPU can
support I/O coherency on cached buffers.

Change-Id: I3809ce70cc2b729193f5dab8ae33268e119ee5aa
Signed-off-by: default avatarUrvashi Agrawal <urvaagra@codeaurora.org>
parent 8bbd1df3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1441,7 +1441,8 @@ static const struct adreno_a6xx_core adreno_gpu_core_a610 = {
static const struct adreno_a6xx_core adreno_gpu_core_a660 = {
	{
		DEFINE_ADRENO_REV(ADRENO_REV_A660, 6, 6, 0, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV,
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_base = 0,
		.gmem_size = SZ_1M + SZ_512K,