msm: kgsl: Reduce CP preemption record size
A5xx GPUs currently don't need more than 64KB for CP preemption record. CRs-Fixed: 1019529 Change-Id: I3df22b7b282fb8ff3269f01b2b258318fc83cbcb Signed-off-by: Hareesh Gundu <hareeshg@codeaurora.org>
This commit is contained in:
parent
3dd8da5917
commit
9613ec8da8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
#define A5XX_CP_CTXRECORD_MAGIC_REF 0x27C4BAFCUL
|
#define A5XX_CP_CTXRECORD_MAGIC_REF 0x27C4BAFCUL
|
||||||
/* Size of each CP preemption record */
|
/* 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) */
|
/* Size of the preemption counter block (in bytes) */
|
||||||
#define A5XX_CP_CTXRECORD_PREEMPTION_COUNTER_SIZE (16 * 4)
|
#define A5XX_CP_CTXRECORD_PREEMPTION_COUNTER_SIZE (16 * 4)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue