summaryrefslogtreecommitdiff
path: root/gxp-internal.h
diff options
context:
space:
mode:
authorIlamparithi Mahendran <ilamparithim@google.com>2022-04-04 07:04:43 +0000
committerIlamparithi Mahendran <ilamparithim@google.com>2022-04-04 07:19:27 +0000
commit14814a3c18c7057fe4bea3f0f41bcd7b4af5bda4 (patch)
treeb5612c1a101ea547f2e8c6cf48062672c97450ec /gxp-internal.h
parenta739c7f7e74e637cf882fa9ee73dee0aeb4374ee (diff)
downloadgs201-14814a3c18c7057fe4bea3f0f41bcd7b4af5bda4.tar.gz
Merge branch 'gs201-release' to android13-gs-pixel-5.10
* gs201-release: gxp: remove redundant aurora_base global var Bug: 176984045 gxp: remove obsolete TODO of wakelock Bug: 201600514 gxp: correct frequency values for the memory rail Bug: 227334108 gxp: Enforce required wakelocks on OOD IOCTLs gxp: Cleanup and rearrange the IOCTLs ordering gxp: Split version info into its own IOCTL gxp: Fix a race condition in response processing Bug: 226982987 gxp: Fix non-aggressor flag behavior bugs Bug: 226682644 gxp: Require BLOCK wakelock to read global counter Bug: 225402208 gxp: Clean-up pending commands on mailbox close Bug: 194060459, 184572070 gxp: Add missing break in gxp_ioctl() Bug: 226501806 gxp: fix the READY state support in mailbox ioctl Bug: b/226281679 gxp: set non-aggressor bit with non-aggressor vote Bug: 221320387 gxp: support NON_AGGRESSOR flag in power IOCTLs Bug: 221320387 Signed-off-by: Ilamparithi Mahendran <ilamparithim@google.com> Change-Id: I397bf1e41305d2c3b10ad4073d4ba2d81da99de9
Diffstat (limited to 'gxp-internal.h')
-rw-r--r--gxp-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gxp-internal.h b/gxp-internal.h
index 96ca1d4..c7b66e7 100644
--- a/gxp-internal.h
+++ b/gxp-internal.h
@@ -111,6 +111,7 @@ struct gxp_dev {
* May be NULL if the chip does not support firmware authentication
*/
struct device *gsa_dev;
+ u32 memory_per_core;
};
/* GXP device IO functions */