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

Commit 1825a454 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Increase memstore size



Increase the memstore size to increase the number
of the kgsl context that can be supported simultaneously.

Change-Id: I9de0ba1669a7c93073e364dec31649fd89c7a0eb
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 79551c4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2008-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2008-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -31,7 +31,7 @@
/* The number of memstore arrays limits the number of contexts allowed.
 * If more contexts are needed, update multiple for MEMSTORE_SIZE
 */
#define KGSL_MEMSTORE_SIZE	((int)(PAGE_SIZE * 2))
#define KGSL_MEMSTORE_SIZE	((int)(PAGE_SIZE * 8))
#define KGSL_MEMSTORE_GLOBAL	(0)
#define KGSL_PRIORITY_MAX_RB_LEVELS 4
#define KGSL_MEMSTORE_MAX	(KGSL_MEMSTORE_SIZE / \