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

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

Merge "msm: npu: Use write memory barrier at the end of npu_mem_write"

parents b1cccc0a 262a8bdd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -136,6 +136,8 @@ void npu_mem_write(struct npu_device *npu_dev, void *dst, void *src,
			dst_off += 1;
		}
	}

	__iowmb();
}

int32_t npu_mem_read(struct npu_device *npu_dev, void *src, void *dst,