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

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

Merge "msm: kgsl: Enable I/O coherency on A660"

parents d04a88f4 324e5ca2
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,