1a8c21a54SThe etnaviv authors #ifndef CMDSTREAM_XML
2a8c21a54SThe etnaviv authors #define CMDSTREAM_XML
3a8c21a54SThe etnaviv authors 
4a8c21a54SThe etnaviv authors /* Autogenerated file, DO NOT EDIT manually!
5a8c21a54SThe etnaviv authors 
6a8c21a54SThe etnaviv authors This file was generated by the rules-ng-ng headergen tool in this git repository:
7a8c21a54SThe etnaviv authors http://0x04.net/cgit/index.cgi/rules-ng-ng
8a8c21a54SThe etnaviv authors git clone git://0x04.net/rules-ng-ng
9a8c21a54SThe etnaviv authors 
10a8c21a54SThe etnaviv authors The rules-ng-ng source files this header was generated from are:
11a8c21a54SThe etnaviv authors - cmdstream.xml (  12589 bytes, from 2014-02-17 14:57:56)
12a8c21a54SThe etnaviv authors - common.xml    (  18437 bytes, from 2015-03-25 11:27:41)
13a8c21a54SThe etnaviv authors 
14a8c21a54SThe etnaviv authors Copyright (C) 2014
15a8c21a54SThe etnaviv authors */
16a8c21a54SThe etnaviv authors 
17a8c21a54SThe etnaviv authors 
18a8c21a54SThe etnaviv authors #define FE_OPCODE_LOAD_STATE					0x00000001
19a8c21a54SThe etnaviv authors #define FE_OPCODE_END						0x00000002
20a8c21a54SThe etnaviv authors #define FE_OPCODE_NOP						0x00000003
21a8c21a54SThe etnaviv authors #define FE_OPCODE_DRAW_2D					0x00000004
22a8c21a54SThe etnaviv authors #define FE_OPCODE_DRAW_PRIMITIVES				0x00000005
23a8c21a54SThe etnaviv authors #define FE_OPCODE_DRAW_INDEXED_PRIMITIVES			0x00000006
24a8c21a54SThe etnaviv authors #define FE_OPCODE_WAIT						0x00000007
25a8c21a54SThe etnaviv authors #define FE_OPCODE_LINK						0x00000008
26a8c21a54SThe etnaviv authors #define FE_OPCODE_STALL						0x00000009
27a8c21a54SThe etnaviv authors #define FE_OPCODE_CALL						0x0000000a
28a8c21a54SThe etnaviv authors #define FE_OPCODE_RETURN					0x0000000b
29a8c21a54SThe etnaviv authors #define FE_OPCODE_CHIP_SELECT					0x0000000d
30a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_POINTS					0x00000001
31a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_LINES					0x00000002
32a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_LINE_STRIP				0x00000003
33a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_TRIANGLES				0x00000004
34a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_TRIANGLE_STRIP				0x00000005
35a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_TRIANGLE_FAN				0x00000006
36a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_LINE_LOOP				0x00000007
37a8c21a54SThe etnaviv authors #define PRIMITIVE_TYPE_QUADS					0x00000008
38a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE					0x00000000
39a8c21a54SThe etnaviv authors 
40a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER				0x00000000
41a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_OP__MASK			0xf8000000
42a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_OP__SHIFT			27
43a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_OP_LOAD_STATE			0x08000000
44a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_FIXP				0x04000000
45a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_COUNT__MASK			0x03ff0000
46a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_COUNT__SHIFT			16
47a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_COUNT(x)			(((x) << VIV_FE_LOAD_STATE_HEADER_COUNT__SHIFT) & VIV_FE_LOAD_STATE_HEADER_COUNT__MASK)
48a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_OFFSET__MASK			0x0000ffff
49a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_OFFSET__SHIFT			0
50a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_OFFSET(x)			(((x) << VIV_FE_LOAD_STATE_HEADER_OFFSET__SHIFT) & VIV_FE_LOAD_STATE_HEADER_OFFSET__MASK)
51a8c21a54SThe etnaviv authors #define VIV_FE_LOAD_STATE_HEADER_OFFSET__SHR			2
52a8c21a54SThe etnaviv authors 
53a8c21a54SThe etnaviv authors #define VIV_FE_END						0x00000000
54a8c21a54SThe etnaviv authors 
55a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER					0x00000000
56a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER_EVENT_ID__MASK			0x0000001f
57a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER_EVENT_ID__SHIFT			0
58a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER_EVENT_ID(x)				(((x) << VIV_FE_END_HEADER_EVENT_ID__SHIFT) & VIV_FE_END_HEADER_EVENT_ID__MASK)
59a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER_EVENT_ENABLE				0x00000100
60a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER_OP__MASK				0xf8000000
61a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER_OP__SHIFT				27
62a8c21a54SThe etnaviv authors #define VIV_FE_END_HEADER_OP_END				0x10000000
63a8c21a54SThe etnaviv authors 
64a8c21a54SThe etnaviv authors #define VIV_FE_NOP						0x00000000
65a8c21a54SThe etnaviv authors 
66a8c21a54SThe etnaviv authors #define VIV_FE_NOP_HEADER					0x00000000
67a8c21a54SThe etnaviv authors #define VIV_FE_NOP_HEADER_OP__MASK				0xf8000000
68a8c21a54SThe etnaviv authors #define VIV_FE_NOP_HEADER_OP__SHIFT				27
69a8c21a54SThe etnaviv authors #define VIV_FE_NOP_HEADER_OP_NOP				0x18000000
70a8c21a54SThe etnaviv authors 
71a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D						0x00000000
72a8c21a54SThe etnaviv authors 
73a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER					0x00000000
74a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_COUNT__MASK			0x0000ff00
75a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_COUNT__SHIFT			8
76a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_COUNT(x)				(((x) << VIV_FE_DRAW_2D_HEADER_COUNT__SHIFT) & VIV_FE_DRAW_2D_HEADER_COUNT__MASK)
77a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_DATA_COUNT__MASK			0x07ff0000
78a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_DATA_COUNT__SHIFT			16
79a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_DATA_COUNT(x)			(((x) << VIV_FE_DRAW_2D_HEADER_DATA_COUNT__SHIFT) & VIV_FE_DRAW_2D_HEADER_DATA_COUNT__MASK)
80a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_OP__MASK				0xf8000000
81a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_OP__SHIFT				27
82a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_HEADER_OP_DRAW_2D			0x20000000
83a8c21a54SThe etnaviv authors 
84a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_TOP_LEFT					0x00000008
85a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_TOP_LEFT_X__MASK				0x0000ffff
86a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_TOP_LEFT_X__SHIFT			0
87a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_TOP_LEFT_X(x)				(((x) << VIV_FE_DRAW_2D_TOP_LEFT_X__SHIFT) & VIV_FE_DRAW_2D_TOP_LEFT_X__MASK)
88a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_TOP_LEFT_Y__MASK				0xffff0000
89a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_TOP_LEFT_Y__SHIFT			16
90a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_TOP_LEFT_Y(x)				(((x) << VIV_FE_DRAW_2D_TOP_LEFT_Y__SHIFT) & VIV_FE_DRAW_2D_TOP_LEFT_Y__MASK)
91a8c21a54SThe etnaviv authors 
92a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_BOTTOM_RIGHT				0x0000000c
93a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_BOTTOM_RIGHT_X__MASK			0x0000ffff
94a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_BOTTOM_RIGHT_X__SHIFT			0
95a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_BOTTOM_RIGHT_X(x)			(((x) << VIV_FE_DRAW_2D_BOTTOM_RIGHT_X__SHIFT) & VIV_FE_DRAW_2D_BOTTOM_RIGHT_X__MASK)
96a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_BOTTOM_RIGHT_Y__MASK			0xffff0000
97a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_BOTTOM_RIGHT_Y__SHIFT			16
98a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_2D_BOTTOM_RIGHT_Y(x)			(((x) << VIV_FE_DRAW_2D_BOTTOM_RIGHT_Y__SHIFT) & VIV_FE_DRAW_2D_BOTTOM_RIGHT_Y__MASK)
99a8c21a54SThe etnaviv authors 
100a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES					0x00000000
101a8c21a54SThe etnaviv authors 
102a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_HEADER				0x00000000
103a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_HEADER_OP__MASK			0xf8000000
104a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_HEADER_OP__SHIFT			27
105a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_HEADER_OP_DRAW_PRIMITIVES	0x28000000
106a8c21a54SThe etnaviv authors 
107a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_COMMAND				0x00000004
108a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_COMMAND_TYPE__MASK		0x000000ff
109a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_COMMAND_TYPE__SHIFT		0
110a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_COMMAND_TYPE(x)			(((x) << VIV_FE_DRAW_PRIMITIVES_COMMAND_TYPE__SHIFT) & VIV_FE_DRAW_PRIMITIVES_COMMAND_TYPE__MASK)
111a8c21a54SThe etnaviv authors 
112a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_START				0x00000008
113a8c21a54SThe etnaviv authors 
114a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_PRIMITIVES_COUNT				0x0000000c
115a8c21a54SThe etnaviv authors 
116a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES				0x00000000
117a8c21a54SThe etnaviv authors 
118a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_HEADER			0x00000000
119a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_HEADER_OP__MASK		0xf8000000
120a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_HEADER_OP__SHIFT		27
121a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_HEADER_OP_DRAW_INDEXED_PRIMITIVES	0x30000000
122a8c21a54SThe etnaviv authors 
123a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_COMMAND			0x00000004
124a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_COMMAND_TYPE__MASK	0x000000ff
125a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_COMMAND_TYPE__SHIFT	0
126a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_COMMAND_TYPE(x)		(((x) << VIV_FE_DRAW_INDEXED_PRIMITIVES_COMMAND_TYPE__SHIFT) & VIV_FE_DRAW_INDEXED_PRIMITIVES_COMMAND_TYPE__MASK)
127a8c21a54SThe etnaviv authors 
128a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_START			0x00000008
129a8c21a54SThe etnaviv authors 
130a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_COUNT			0x0000000c
131a8c21a54SThe etnaviv authors 
132a8c21a54SThe etnaviv authors #define VIV_FE_DRAW_INDEXED_PRIMITIVES_OFFSET			0x00000010
133a8c21a54SThe etnaviv authors 
134a8c21a54SThe etnaviv authors #define VIV_FE_WAIT						0x00000000
135a8c21a54SThe etnaviv authors 
136a8c21a54SThe etnaviv authors #define VIV_FE_WAIT_HEADER					0x00000000
137a8c21a54SThe etnaviv authors #define VIV_FE_WAIT_HEADER_DELAY__MASK				0x0000ffff
138a8c21a54SThe etnaviv authors #define VIV_FE_WAIT_HEADER_DELAY__SHIFT				0
139a8c21a54SThe etnaviv authors #define VIV_FE_WAIT_HEADER_DELAY(x)				(((x) << VIV_FE_WAIT_HEADER_DELAY__SHIFT) & VIV_FE_WAIT_HEADER_DELAY__MASK)
140a8c21a54SThe etnaviv authors #define VIV_FE_WAIT_HEADER_OP__MASK				0xf8000000
141a8c21a54SThe etnaviv authors #define VIV_FE_WAIT_HEADER_OP__SHIFT				27
142a8c21a54SThe etnaviv authors #define VIV_FE_WAIT_HEADER_OP_WAIT				0x38000000
143a8c21a54SThe etnaviv authors 
144a8c21a54SThe etnaviv authors #define VIV_FE_LINK						0x00000000
145a8c21a54SThe etnaviv authors 
146a8c21a54SThe etnaviv authors #define VIV_FE_LINK_HEADER					0x00000000
147a8c21a54SThe etnaviv authors #define VIV_FE_LINK_HEADER_PREFETCH__MASK			0x0000ffff
148a8c21a54SThe etnaviv authors #define VIV_FE_LINK_HEADER_PREFETCH__SHIFT			0
149a8c21a54SThe etnaviv authors #define VIV_FE_LINK_HEADER_PREFETCH(x)				(((x) << VIV_FE_LINK_HEADER_PREFETCH__SHIFT) & VIV_FE_LINK_HEADER_PREFETCH__MASK)
150a8c21a54SThe etnaviv authors #define VIV_FE_LINK_HEADER_OP__MASK				0xf8000000
151a8c21a54SThe etnaviv authors #define VIV_FE_LINK_HEADER_OP__SHIFT				27
152a8c21a54SThe etnaviv authors #define VIV_FE_LINK_HEADER_OP_LINK				0x40000000
153a8c21a54SThe etnaviv authors 
154a8c21a54SThe etnaviv authors #define VIV_FE_LINK_ADDRESS					0x00000004
155a8c21a54SThe etnaviv authors 
156a8c21a54SThe etnaviv authors #define VIV_FE_STALL						0x00000000
157a8c21a54SThe etnaviv authors 
158a8c21a54SThe etnaviv authors #define VIV_FE_STALL_HEADER					0x00000000
159a8c21a54SThe etnaviv authors #define VIV_FE_STALL_HEADER_OP__MASK				0xf8000000
160a8c21a54SThe etnaviv authors #define VIV_FE_STALL_HEADER_OP__SHIFT				27
161a8c21a54SThe etnaviv authors #define VIV_FE_STALL_HEADER_OP_STALL				0x48000000
162a8c21a54SThe etnaviv authors 
163a8c21a54SThe etnaviv authors #define VIV_FE_STALL_TOKEN					0x00000004
164a8c21a54SThe etnaviv authors #define VIV_FE_STALL_TOKEN_FROM__MASK				0x0000001f
165a8c21a54SThe etnaviv authors #define VIV_FE_STALL_TOKEN_FROM__SHIFT				0
166a8c21a54SThe etnaviv authors #define VIV_FE_STALL_TOKEN_FROM(x)				(((x) << VIV_FE_STALL_TOKEN_FROM__SHIFT) & VIV_FE_STALL_TOKEN_FROM__MASK)
167a8c21a54SThe etnaviv authors #define VIV_FE_STALL_TOKEN_TO__MASK				0x00001f00
168a8c21a54SThe etnaviv authors #define VIV_FE_STALL_TOKEN_TO__SHIFT				8
169a8c21a54SThe etnaviv authors #define VIV_FE_STALL_TOKEN_TO(x)				(((x) << VIV_FE_STALL_TOKEN_TO__SHIFT) & VIV_FE_STALL_TOKEN_TO__MASK)
170a8c21a54SThe etnaviv authors 
171a8c21a54SThe etnaviv authors #define VIV_FE_CALL						0x00000000
172a8c21a54SThe etnaviv authors 
173a8c21a54SThe etnaviv authors #define VIV_FE_CALL_HEADER					0x00000000
174a8c21a54SThe etnaviv authors #define VIV_FE_CALL_HEADER_PREFETCH__MASK			0x0000ffff
175a8c21a54SThe etnaviv authors #define VIV_FE_CALL_HEADER_PREFETCH__SHIFT			0
176a8c21a54SThe etnaviv authors #define VIV_FE_CALL_HEADER_PREFETCH(x)				(((x) << VIV_FE_CALL_HEADER_PREFETCH__SHIFT) & VIV_FE_CALL_HEADER_PREFETCH__MASK)
177a8c21a54SThe etnaviv authors #define VIV_FE_CALL_HEADER_OP__MASK				0xf8000000
178a8c21a54SThe etnaviv authors #define VIV_FE_CALL_HEADER_OP__SHIFT				27
179a8c21a54SThe etnaviv authors #define VIV_FE_CALL_HEADER_OP_CALL				0x50000000
180a8c21a54SThe etnaviv authors 
181a8c21a54SThe etnaviv authors #define VIV_FE_CALL_ADDRESS					0x00000004
182a8c21a54SThe etnaviv authors 
183a8c21a54SThe etnaviv authors #define VIV_FE_CALL_RETURN_PREFETCH				0x00000008
184a8c21a54SThe etnaviv authors 
185a8c21a54SThe etnaviv authors #define VIV_FE_CALL_RETURN_ADDRESS				0x0000000c
186a8c21a54SThe etnaviv authors 
187a8c21a54SThe etnaviv authors #define VIV_FE_RETURN						0x00000000
188a8c21a54SThe etnaviv authors 
189a8c21a54SThe etnaviv authors #define VIV_FE_RETURN_HEADER					0x00000000
190a8c21a54SThe etnaviv authors #define VIV_FE_RETURN_HEADER_OP__MASK				0xf8000000
191a8c21a54SThe etnaviv authors #define VIV_FE_RETURN_HEADER_OP__SHIFT				27
192a8c21a54SThe etnaviv authors #define VIV_FE_RETURN_HEADER_OP_RETURN				0x58000000
193a8c21a54SThe etnaviv authors 
194a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT					0x00000000
195a8c21a54SThe etnaviv authors 
196a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER				0x00000000
197a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_OP__MASK			0xf8000000
198a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_OP__SHIFT			27
199a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_OP_CHIP_SELECT		0x68000000
200a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP15			0x00008000
201a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP14			0x00004000
202a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP13			0x00002000
203a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP12			0x00001000
204a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP11			0x00000800
205a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP10			0x00000400
206a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP9			0x00000200
207a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP8			0x00000100
208a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP7			0x00000080
209a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP6			0x00000040
210a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP5			0x00000020
211a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP4			0x00000010
212a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP3			0x00000008
213a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP2			0x00000004
214a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP1			0x00000002
215a8c21a54SThe etnaviv authors #define VIV_FE_CHIP_SELECT_HEADER_ENABLE_CHIP0			0x00000001
216a8c21a54SThe etnaviv authors 
217a8c21a54SThe etnaviv authors 
218a8c21a54SThe etnaviv authors #endif /* CMDSTREAM_XML */
219