From 9ee8efa34a03886b84d346d12cd51ce95e9249c3 Mon Sep 17 00:00:00 2001 From: Lingfeng Yang Date: Fri, 22 Jan 2021 20:37:09 -0800 Subject: [3/n] RingStream: RENDERING state, read large xfers more efficiently Bug: 177241396 Change-Id: If7f70a1c5d1d50e5482d8c8f17b3ad56c6f1b4f4 --- host-common/address_space_graphics_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host-common') 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; -- cgit v1.2.3