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

Commit 914ef093 authored by Hareesh Gundu's avatar Hareesh Gundu Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Reduce CP preemption record size



A5xx GPUs currently don't need more than 64KB for
CP preemption record.

Change-Id: I3df22b7b282fb8ff3269f01b2b258318fc83cbcb
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@

#define A5XX_CP_CTXRECORD_MAGIC_REF     0x27C4BAFCUL
/* Size of each CP preemption record */
#define A5XX_CP_CTXRECORD_SIZE_IN_BYTES     0x100000
#define A5XX_CP_CTXRECORD_SIZE_IN_BYTES     0x10000
/* Size of the preemption counter block (in bytes) */
#define A5XX_CP_CTXRECORD_PREEMPTION_COUNTER_SIZE   (16 * 4)