summaryrefslogtreecommitdiff
path: root/gxp-internal.h
diff options
context:
space:
mode:
authorNeela Chithirala <chithiralan@google.com>2022-03-21 04:33:21 +0000
committerNeela Chithirala <chithiralan@google.com>2022-03-21 04:33:21 +0000
commita739c7f7e74e637cf882fa9ee73dee0aeb4374ee (patch)
tree1aae9b40f31130bdad07184b92e73be61b1e46ea /gxp-internal.h
parent8f54b9374e56fd08f990fe2fe4dc8b3bde1c00d2 (diff)
downloadgs201-a739c7f7e74e637cf882fa9ee73dee0aeb4374ee.tar.gz
Merge branch 'gs201-release' to android13-gs-pixel-5.10
* gs201-release: gxp: Allow registering eventfds for mailbox responses Bug: 223917403 gxp: support MUX clock switch in power state api Bug: 222625456 gxp: Add power_flags to the mailbox command IOCTL Bug: 221320387 gxp: support power state with mailbox IOCTL Bug: 220975116 Signed-off-by: Neela Chithirala <chithiralan@google.com> Change-Id: I5ca5d964dcff4121d6a0aa0accf4f8a0ed454111
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 1fa71d1..96ca1d4 100644
--- a/gxp-internal.h
+++ b/gxp-internal.h
@@ -68,6 +68,7 @@ struct gxp_dev {
struct gxp_mapped_resource fwbufs[GXP_NUM_CORES]; /* FW carveout */
struct gxp_mapped_resource fwdatabuf; /* Shared FW data carveout */
struct gxp_mapped_resource coredumpbuf; /* core dump carveout */
+ struct gxp_mapped_resource cmu; /* CMU CSRs */
struct gxp_mailbox_manager *mailbox_mgr;
struct gxp_power_manager *power_mgr;
/*