summaryrefslogtreecommitdiff
path: root/host-common
diff options
context:
space:
mode:
authorLingfeng Yang <lfy@google.com>2021-01-22 20:37:09 -0800
committerLingfeng Yang <lfy@google.com>2021-01-23 02:13:32 -0800
commit9ee8efa34a03886b84d346d12cd51ce95e9249c3 (patch)
tree3925653e39ad08dfb0da303976c2ba7f6b5bb018 /host-common
parent7280d8976900813bca14086a52c27f2b0f33f05a (diff)
downloadvulkan-cereal-9ee8efa34a03886b84d346d12cd51ce95e9249c3.tar.gz
[3/n] RingStream: RENDERING state, read large xfers more efficiently
Bug: 177241396 Change-Id: If7f70a1c5d1d50e5482d8c8f17b3ad56c6f1b4f4
Diffstat (limited to 'host-common')
-rw-r--r--host-common/address_space_graphics_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/host-common/address_space_graphics_types.h b/host-common/address_space_graphics_types.h
index b91edfa3..6653c79b 100644
--- a/host-common/address_space_graphics_types.h
+++ b/host-common/address_space_graphics_types.h
@@ -102,6 +102,9 @@ enum asg_host_state {
// Error: Something weird happened and we need to exit.
ASG_HOST_STATE_ERROR = 3,
+
+ // Rendering
+ ASG_HOST_STATE_RENDERING = 4,
};
struct asg_ring_config;