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

Commit 2a3e7f59 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

msm: kgsl: Increase the global memory size



This is needed to accommodate the preemption buffers
for a6xx. The per ringbuffer preemption buffer is
little more than 2 mb, so increase the size to 20 mb.

Change-Id: I968cb69c3b023f97a43ddb5e07c3a361bec06b2a
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent 2d097a73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
 * These defines control the address range for allocations that
 * are mapped into all pagetables.
 */
#define KGSL_IOMMU_GLOBAL_MEM_SIZE	SZ_8M
#define KGSL_IOMMU_GLOBAL_MEM_SIZE	(20 * SZ_1M)
#define KGSL_IOMMU_GLOBAL_MEM_BASE	0xf8000000

#define KGSL_IOMMU_SECURE_SIZE SZ_256M