xref: /dflybsd-src/sys/dev/drm/radeon/clearstate_si.h (revision c6f73aab61fac8c404b25589bb53548913079bc6)
157e252bfSMichael Neumann /*
257e252bfSMichael Neumann  * Copyright 2013 Advanced Micro Devices, Inc.
357e252bfSMichael Neumann  *
457e252bfSMichael Neumann  * Permission is hereby granted, free of charge, to any person obtaining a
557e252bfSMichael Neumann  * copy of this software and associated documentation files (the "Software"),
657e252bfSMichael Neumann  * to deal in the Software without restriction, including without limitation
757e252bfSMichael Neumann  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
857e252bfSMichael Neumann  * and/or sell copies of the Software, and to permit persons to whom the
957e252bfSMichael Neumann  * Software is furnished to do so, subject to the following conditions:
1057e252bfSMichael Neumann  *
1157e252bfSMichael Neumann  * The above copyright notice and this permission notice shall be included in
1257e252bfSMichael Neumann  * all copies or substantial portions of the Software.
1357e252bfSMichael Neumann  *
1457e252bfSMichael Neumann  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1557e252bfSMichael Neumann  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1657e252bfSMichael Neumann  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1757e252bfSMichael Neumann  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1857e252bfSMichael Neumann  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1957e252bfSMichael Neumann  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2057e252bfSMichael Neumann  * OTHER DEALINGS IN THE SOFTWARE.
2157e252bfSMichael Neumann  *
2257e252bfSMichael Neumann  */
2357e252bfSMichael Neumann 
2457e252bfSMichael Neumann static const u32 si_SECT_CONTEXT_def_1[] =
2557e252bfSMichael Neumann {
2657e252bfSMichael Neumann     0x00000000, // DB_RENDER_CONTROL
2757e252bfSMichael Neumann     0x00000000, // DB_COUNT_CONTROL
2857e252bfSMichael Neumann     0x00000000, // DB_DEPTH_VIEW
2957e252bfSMichael Neumann     0x00000000, // DB_RENDER_OVERRIDE
3057e252bfSMichael Neumann     0x00000000, // DB_RENDER_OVERRIDE2
3157e252bfSMichael Neumann     0x00000000, // DB_HTILE_DATA_BASE
3257e252bfSMichael Neumann     0, // HOLE
3357e252bfSMichael Neumann     0, // HOLE
3457e252bfSMichael Neumann     0x00000000, // DB_DEPTH_BOUNDS_MIN
3557e252bfSMichael Neumann     0x00000000, // DB_DEPTH_BOUNDS_MAX
3657e252bfSMichael Neumann     0x00000000, // DB_STENCIL_CLEAR
3757e252bfSMichael Neumann     0x00000000, // DB_DEPTH_CLEAR
3857e252bfSMichael Neumann     0x00000000, // PA_SC_SCREEN_SCISSOR_TL
3957e252bfSMichael Neumann     0x40004000, // PA_SC_SCREEN_SCISSOR_BR
4057e252bfSMichael Neumann     0, // HOLE
4157e252bfSMichael Neumann     0x00000000, // DB_DEPTH_INFO
4257e252bfSMichael Neumann     0x00000000, // DB_Z_INFO
4357e252bfSMichael Neumann     0x00000000, // DB_STENCIL_INFO
4457e252bfSMichael Neumann     0x00000000, // DB_Z_READ_BASE
4557e252bfSMichael Neumann     0x00000000, // DB_STENCIL_READ_BASE
4657e252bfSMichael Neumann     0x00000000, // DB_Z_WRITE_BASE
4757e252bfSMichael Neumann     0x00000000, // DB_STENCIL_WRITE_BASE
4857e252bfSMichael Neumann     0x00000000, // DB_DEPTH_SIZE
4957e252bfSMichael Neumann     0x00000000, // DB_DEPTH_SLICE
5057e252bfSMichael Neumann     0, // HOLE
5157e252bfSMichael Neumann     0, // HOLE
5257e252bfSMichael Neumann     0, // HOLE
5357e252bfSMichael Neumann     0, // HOLE
5457e252bfSMichael Neumann     0, // HOLE
5557e252bfSMichael Neumann     0, // HOLE
5657e252bfSMichael Neumann     0, // HOLE
5757e252bfSMichael Neumann     0, // HOLE
5857e252bfSMichael Neumann     0x00000000, // TA_BC_BASE_ADDR
5957e252bfSMichael Neumann     0, // HOLE
6057e252bfSMichael Neumann     0, // HOLE
6157e252bfSMichael Neumann     0, // HOLE
6257e252bfSMichael Neumann     0, // HOLE
6357e252bfSMichael Neumann     0, // HOLE
6457e252bfSMichael Neumann     0, // HOLE
6557e252bfSMichael Neumann     0, // HOLE
6657e252bfSMichael Neumann     0, // HOLE
6757e252bfSMichael Neumann     0, // HOLE
6857e252bfSMichael Neumann     0, // HOLE
6957e252bfSMichael Neumann     0, // HOLE
7057e252bfSMichael Neumann     0, // HOLE
7157e252bfSMichael Neumann     0, // HOLE
7257e252bfSMichael Neumann     0, // HOLE
7357e252bfSMichael Neumann     0, // HOLE
7457e252bfSMichael Neumann     0, // HOLE
7557e252bfSMichael Neumann     0, // HOLE
7657e252bfSMichael Neumann     0, // HOLE
7757e252bfSMichael Neumann     0, // HOLE
7857e252bfSMichael Neumann     0, // HOLE
7957e252bfSMichael Neumann     0, // HOLE
8057e252bfSMichael Neumann     0, // HOLE
8157e252bfSMichael Neumann     0, // HOLE
8257e252bfSMichael Neumann     0, // HOLE
8357e252bfSMichael Neumann     0, // HOLE
8457e252bfSMichael Neumann     0, // HOLE
8557e252bfSMichael Neumann     0, // HOLE
8657e252bfSMichael Neumann     0, // HOLE
8757e252bfSMichael Neumann     0, // HOLE
8857e252bfSMichael Neumann     0, // HOLE
8957e252bfSMichael Neumann     0, // HOLE
9057e252bfSMichael Neumann     0, // HOLE
9157e252bfSMichael Neumann     0, // HOLE
9257e252bfSMichael Neumann     0, // HOLE
9357e252bfSMichael Neumann     0, // HOLE
9457e252bfSMichael Neumann     0, // HOLE
9557e252bfSMichael Neumann     0, // HOLE
9657e252bfSMichael Neumann     0, // HOLE
9757e252bfSMichael Neumann     0, // HOLE
9857e252bfSMichael Neumann     0, // HOLE
9957e252bfSMichael Neumann     0, // HOLE
10057e252bfSMichael Neumann     0, // HOLE
10157e252bfSMichael Neumann     0, // HOLE
10257e252bfSMichael Neumann     0, // HOLE
10357e252bfSMichael Neumann     0, // HOLE
10457e252bfSMichael Neumann     0, // HOLE
10557e252bfSMichael Neumann     0, // HOLE
10657e252bfSMichael Neumann     0, // HOLE
10757e252bfSMichael Neumann     0, // HOLE
10857e252bfSMichael Neumann     0, // HOLE
10957e252bfSMichael Neumann     0, // HOLE
11057e252bfSMichael Neumann     0, // HOLE
11157e252bfSMichael Neumann     0, // HOLE
11257e252bfSMichael Neumann     0, // HOLE
11357e252bfSMichael Neumann     0, // HOLE
11457e252bfSMichael Neumann     0, // HOLE
11557e252bfSMichael Neumann     0, // HOLE
11657e252bfSMichael Neumann     0, // HOLE
11757e252bfSMichael Neumann     0, // HOLE
11857e252bfSMichael Neumann     0, // HOLE
11957e252bfSMichael Neumann     0, // HOLE
12057e252bfSMichael Neumann     0, // HOLE
12157e252bfSMichael Neumann     0, // HOLE
12257e252bfSMichael Neumann     0, // HOLE
12357e252bfSMichael Neumann     0, // HOLE
12457e252bfSMichael Neumann     0, // HOLE
12557e252bfSMichael Neumann     0, // HOLE
12657e252bfSMichael Neumann     0, // HOLE
12757e252bfSMichael Neumann     0, // HOLE
12857e252bfSMichael Neumann     0, // HOLE
12957e252bfSMichael Neumann     0, // HOLE
13057e252bfSMichael Neumann     0, // HOLE
13157e252bfSMichael Neumann     0, // HOLE
13257e252bfSMichael Neumann     0, // HOLE
13357e252bfSMichael Neumann     0, // HOLE
13457e252bfSMichael Neumann     0, // HOLE
13557e252bfSMichael Neumann     0, // HOLE
13657e252bfSMichael Neumann     0, // HOLE
13757e252bfSMichael Neumann     0, // HOLE
13857e252bfSMichael Neumann     0, // HOLE
13957e252bfSMichael Neumann     0, // HOLE
14057e252bfSMichael Neumann     0, // HOLE
14157e252bfSMichael Neumann     0, // HOLE
14257e252bfSMichael Neumann     0, // HOLE
14357e252bfSMichael Neumann     0, // HOLE
14457e252bfSMichael Neumann     0, // HOLE
14557e252bfSMichael Neumann     0, // HOLE
14657e252bfSMichael Neumann     0, // HOLE
14757e252bfSMichael Neumann     0, // HOLE
14857e252bfSMichael Neumann     0, // HOLE
14957e252bfSMichael Neumann     0, // HOLE
15057e252bfSMichael Neumann     0, // HOLE
15157e252bfSMichael Neumann     0, // HOLE
15257e252bfSMichael Neumann     0x00000000, // COHER_DEST_BASE_2
15357e252bfSMichael Neumann     0x00000000, // COHER_DEST_BASE_3
15457e252bfSMichael Neumann     0x00000000, // PA_SC_WINDOW_OFFSET
15557e252bfSMichael Neumann     0x80000000, // PA_SC_WINDOW_SCISSOR_TL
15657e252bfSMichael Neumann     0x40004000, // PA_SC_WINDOW_SCISSOR_BR
15757e252bfSMichael Neumann     0x0000ffff, // PA_SC_CLIPRECT_RULE
15857e252bfSMichael Neumann     0x00000000, // PA_SC_CLIPRECT_0_TL
15957e252bfSMichael Neumann     0x40004000, // PA_SC_CLIPRECT_0_BR
16057e252bfSMichael Neumann     0x00000000, // PA_SC_CLIPRECT_1_TL
16157e252bfSMichael Neumann     0x40004000, // PA_SC_CLIPRECT_1_BR
16257e252bfSMichael Neumann     0x00000000, // PA_SC_CLIPRECT_2_TL
16357e252bfSMichael Neumann     0x40004000, // PA_SC_CLIPRECT_2_BR
16457e252bfSMichael Neumann     0x00000000, // PA_SC_CLIPRECT_3_TL
16557e252bfSMichael Neumann     0x40004000, // PA_SC_CLIPRECT_3_BR
16657e252bfSMichael Neumann     0xaa99aaaa, // PA_SC_EDGERULE
16757e252bfSMichael Neumann     0x00000000, // PA_SU_HARDWARE_SCREEN_OFFSET
16857e252bfSMichael Neumann     0xffffffff, // CB_TARGET_MASK
16957e252bfSMichael Neumann     0xffffffff, // CB_SHADER_MASK
17057e252bfSMichael Neumann     0x80000000, // PA_SC_GENERIC_SCISSOR_TL
17157e252bfSMichael Neumann     0x40004000, // PA_SC_GENERIC_SCISSOR_BR
17257e252bfSMichael Neumann     0x00000000, // COHER_DEST_BASE_0
17357e252bfSMichael Neumann     0x00000000, // COHER_DEST_BASE_1
17457e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_0_TL
17557e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_0_BR
17657e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_1_TL
17757e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_1_BR
17857e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_2_TL
17957e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_2_BR
18057e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_3_TL
18157e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_3_BR
18257e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_4_TL
18357e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_4_BR
18457e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_5_TL
18557e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_5_BR
18657e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_6_TL
18757e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_6_BR
18857e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_7_TL
18957e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_7_BR
19057e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_8_TL
19157e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_8_BR
19257e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_9_TL
19357e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_9_BR
19457e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_10_TL
19557e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_10_BR
19657e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_11_TL
19757e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_11_BR
19857e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_12_TL
19957e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_12_BR
20057e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_13_TL
20157e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_13_BR
20257e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_14_TL
20357e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_14_BR
20457e252bfSMichael Neumann     0x80000000, // PA_SC_VPORT_SCISSOR_15_TL
20557e252bfSMichael Neumann     0x40004000, // PA_SC_VPORT_SCISSOR_15_BR
20657e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_0
20757e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_0
20857e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_1
20957e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_1
21057e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_2
21157e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_2
21257e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_3
21357e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_3
21457e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_4
21557e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_4
21657e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_5
21757e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_5
21857e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_6
21957e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_6
22057e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_7
22157e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_7
22257e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_8
22357e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_8
22457e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_9
22557e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_9
22657e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_10
22757e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_10
22857e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_11
22957e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_11
23057e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_12
23157e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_12
23257e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_13
23357e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_13
23457e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_14
23557e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_14
23657e252bfSMichael Neumann     0x00000000, // PA_SC_VPORT_ZMIN_15
23757e252bfSMichael Neumann     0x3f800000, // PA_SC_VPORT_ZMAX_15
23857e252bfSMichael Neumann };
23957e252bfSMichael Neumann static const u32 si_SECT_CONTEXT_def_2[] =
24057e252bfSMichael Neumann {
24157e252bfSMichael Neumann     0x00000000, // CP_PERFMON_CNTX_CNTL
24257e252bfSMichael Neumann     0x00000000, // CP_RINGID
24357e252bfSMichael Neumann     0x00000000, // CP_VMID
24457e252bfSMichael Neumann     0, // HOLE
24557e252bfSMichael Neumann     0, // HOLE
24657e252bfSMichael Neumann     0, // HOLE
24757e252bfSMichael Neumann     0, // HOLE
24857e252bfSMichael Neumann     0, // HOLE
24957e252bfSMichael Neumann     0, // HOLE
25057e252bfSMichael Neumann     0, // HOLE
25157e252bfSMichael Neumann     0, // HOLE
25257e252bfSMichael Neumann     0, // HOLE
25357e252bfSMichael Neumann     0, // HOLE
25457e252bfSMichael Neumann     0, // HOLE
25557e252bfSMichael Neumann     0, // HOLE
25657e252bfSMichael Neumann     0, // HOLE
25757e252bfSMichael Neumann     0, // HOLE
25857e252bfSMichael Neumann     0, // HOLE
25957e252bfSMichael Neumann     0, // HOLE
26057e252bfSMichael Neumann     0, // HOLE
26157e252bfSMichael Neumann     0, // HOLE
26257e252bfSMichael Neumann     0, // HOLE
26357e252bfSMichael Neumann     0, // HOLE
26457e252bfSMichael Neumann     0, // HOLE
26557e252bfSMichael Neumann     0, // HOLE
26657e252bfSMichael Neumann     0, // HOLE
26757e252bfSMichael Neumann     0, // HOLE
26857e252bfSMichael Neumann     0, // HOLE
26957e252bfSMichael Neumann     0, // HOLE
27057e252bfSMichael Neumann     0, // HOLE
27157e252bfSMichael Neumann     0, // HOLE
27257e252bfSMichael Neumann     0, // HOLE
27357e252bfSMichael Neumann     0, // HOLE
27457e252bfSMichael Neumann     0, // HOLE
27557e252bfSMichael Neumann     0, // HOLE
27657e252bfSMichael Neumann     0, // HOLE
27757e252bfSMichael Neumann     0, // HOLE
27857e252bfSMichael Neumann     0, // HOLE
27957e252bfSMichael Neumann     0, // HOLE
28057e252bfSMichael Neumann     0, // HOLE
28157e252bfSMichael Neumann     0xffffffff, // VGT_MAX_VTX_INDX
28257e252bfSMichael Neumann     0x00000000, // VGT_MIN_VTX_INDX
28357e252bfSMichael Neumann     0x00000000, // VGT_INDX_OFFSET
28457e252bfSMichael Neumann     0x00000000, // VGT_MULTI_PRIM_IB_RESET_INDX
28557e252bfSMichael Neumann     0, // HOLE
28657e252bfSMichael Neumann     0x00000000, // CB_BLEND_RED
28757e252bfSMichael Neumann     0x00000000, // CB_BLEND_GREEN
28857e252bfSMichael Neumann     0x00000000, // CB_BLEND_BLUE
28957e252bfSMichael Neumann     0x00000000, // CB_BLEND_ALPHA
29057e252bfSMichael Neumann     0, // HOLE
29157e252bfSMichael Neumann     0, // HOLE
29257e252bfSMichael Neumann     0x00000000, // DB_STENCIL_CONTROL
29357e252bfSMichael Neumann     0x00000000, // DB_STENCILREFMASK
29457e252bfSMichael Neumann     0x00000000, // DB_STENCILREFMASK_BF
29557e252bfSMichael Neumann     0, // HOLE
29657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE
29757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET
29857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE
29957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET
30057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE
30157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET
30257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_1
30357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_1
30457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_1
30557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_1
30657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_1
30757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_1
30857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_2
30957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_2
31057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_2
31157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_2
31257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_2
31357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_2
31457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_3
31557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_3
31657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_3
31757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_3
31857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_3
31957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_3
32057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_4
32157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_4
32257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_4
32357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_4
32457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_4
32557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_4
32657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_5
32757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_5
32857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_5
32957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_5
33057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_5
33157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_5
33257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_6
33357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_6
33457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_6
33557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_6
33657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_6
33757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_6
33857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_7
33957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_7
34057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_7
34157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_7
34257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_7
34357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_7
34457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_8
34557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_8
34657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_8
34757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_8
34857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_8
34957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_8
35057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_9
35157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_9
35257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_9
35357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_9
35457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_9
35557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_9
35657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_10
35757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_10
35857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_10
35957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_10
36057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_10
36157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_10
36257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_11
36357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_11
36457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_11
36557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_11
36657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_11
36757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_11
36857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_12
36957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_12
37057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_12
37157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_12
37257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_12
37357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_12
37457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_13
37557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_13
37657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_13
37757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_13
37857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_13
37957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_13
38057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_14
38157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_14
38257e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_14
38357e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_14
38457e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_14
38557e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_14
38657e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XSCALE_15
38757e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_XOFFSET_15
38857e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YSCALE_15
38957e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_YOFFSET_15
39057e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZSCALE_15
39157e252bfSMichael Neumann     0x00000000, // PA_CL_VPORT_ZOFFSET_15
39257e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_0_X
39357e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_0_Y
39457e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_0_Z
39557e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_0_W
39657e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_1_X
39757e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_1_Y
39857e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_1_Z
39957e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_1_W
40057e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_2_X
40157e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_2_Y
40257e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_2_Z
40357e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_2_W
40457e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_3_X
40557e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_3_Y
40657e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_3_Z
40757e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_3_W
40857e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_4_X
40957e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_4_Y
41057e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_4_Z
41157e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_4_W
41257e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_5_X
41357e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_5_Y
41457e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_5_Z
41557e252bfSMichael Neumann     0x00000000, // PA_CL_UCP_5_W
41657e252bfSMichael Neumann     0, // HOLE
41757e252bfSMichael Neumann     0, // HOLE
41857e252bfSMichael Neumann     0, // HOLE
41957e252bfSMichael Neumann     0, // HOLE
42057e252bfSMichael Neumann     0, // HOLE
42157e252bfSMichael Neumann     0, // HOLE
42257e252bfSMichael Neumann     0, // HOLE
42357e252bfSMichael Neumann     0, // HOLE
42457e252bfSMichael Neumann     0, // HOLE
42557e252bfSMichael Neumann     0, // HOLE
42657e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_0
42757e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_1
42857e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_2
42957e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_3
43057e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_4
43157e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_5
43257e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_6
43357e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_7
43457e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_8
43557e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_9
43657e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_10
43757e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_11
43857e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_12
43957e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_13
44057e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_14
44157e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_15
44257e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_16
44357e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_17
44457e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_18
44557e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_19
44657e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_20
44757e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_21
44857e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_22
44957e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_23
45057e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_24
45157e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_25
45257e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_26
45357e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_27
45457e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_28
45557e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_29
45657e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_30
45757e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_CNTL_31
45857e252bfSMichael Neumann     0x00000000, // SPI_VS_OUT_CONFIG
45957e252bfSMichael Neumann     0, // HOLE
46057e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_ENA
46157e252bfSMichael Neumann     0x00000000, // SPI_PS_INPUT_ADDR
46257e252bfSMichael Neumann     0x00000000, // SPI_INTERP_CONTROL_0
46357e252bfSMichael Neumann     0x00000002, // SPI_PS_IN_CONTROL
46457e252bfSMichael Neumann     0, // HOLE
46557e252bfSMichael Neumann     0x00000000, // SPI_BARYC_CNTL
46657e252bfSMichael Neumann     0, // HOLE
46757e252bfSMichael Neumann     0x00000000, // SPI_TMPRING_SIZE
46857e252bfSMichael Neumann     0, // HOLE
46957e252bfSMichael Neumann     0, // HOLE
47057e252bfSMichael Neumann     0, // HOLE
47157e252bfSMichael Neumann     0, // HOLE
47257e252bfSMichael Neumann     0, // HOLE
47357e252bfSMichael Neumann     0, // HOLE
47457e252bfSMichael Neumann     0x00000000, // SPI_WAVE_MGMT_1
47557e252bfSMichael Neumann     0x00000000, // SPI_WAVE_MGMT_2
47657e252bfSMichael Neumann     0x00000000, // SPI_SHADER_POS_FORMAT
47757e252bfSMichael Neumann     0x00000000, // SPI_SHADER_Z_FORMAT
47857e252bfSMichael Neumann     0x00000000, // SPI_SHADER_COL_FORMAT
47957e252bfSMichael Neumann     0, // HOLE
48057e252bfSMichael Neumann     0, // HOLE
48157e252bfSMichael Neumann     0, // HOLE
48257e252bfSMichael Neumann     0, // HOLE
48357e252bfSMichael Neumann     0, // HOLE
48457e252bfSMichael Neumann     0, // HOLE
48557e252bfSMichael Neumann     0, // HOLE
48657e252bfSMichael Neumann     0, // HOLE
48757e252bfSMichael Neumann     0, // HOLE
48857e252bfSMichael Neumann     0, // HOLE
48957e252bfSMichael Neumann     0, // HOLE
49057e252bfSMichael Neumann     0, // HOLE
49157e252bfSMichael Neumann     0, // HOLE
49257e252bfSMichael Neumann     0, // HOLE
49357e252bfSMichael Neumann     0, // HOLE
49457e252bfSMichael Neumann     0, // HOLE
49557e252bfSMichael Neumann     0, // HOLE
49657e252bfSMichael Neumann     0, // HOLE
49757e252bfSMichael Neumann     0, // HOLE
49857e252bfSMichael Neumann     0, // HOLE
49957e252bfSMichael Neumann     0, // HOLE
50057e252bfSMichael Neumann     0, // HOLE
50157e252bfSMichael Neumann     0, // HOLE
50257e252bfSMichael Neumann     0, // HOLE
50357e252bfSMichael Neumann     0, // HOLE
50457e252bfSMichael Neumann     0, // HOLE
50557e252bfSMichael Neumann     0x00000000, // CB_BLEND0_CONTROL
50657e252bfSMichael Neumann     0x00000000, // CB_BLEND1_CONTROL
50757e252bfSMichael Neumann     0x00000000, // CB_BLEND2_CONTROL
50857e252bfSMichael Neumann     0x00000000, // CB_BLEND3_CONTROL
50957e252bfSMichael Neumann     0x00000000, // CB_BLEND4_CONTROL
51057e252bfSMichael Neumann     0x00000000, // CB_BLEND5_CONTROL
51157e252bfSMichael Neumann     0x00000000, // CB_BLEND6_CONTROL
51257e252bfSMichael Neumann     0x00000000, // CB_BLEND7_CONTROL
51357e252bfSMichael Neumann };
51457e252bfSMichael Neumann static const u32 si_SECT_CONTEXT_def_3[] =
51557e252bfSMichael Neumann {
51657e252bfSMichael Neumann     0x00000000, // PA_CL_POINT_X_RAD
51757e252bfSMichael Neumann     0x00000000, // PA_CL_POINT_Y_RAD
51857e252bfSMichael Neumann     0x00000000, // PA_CL_POINT_SIZE
51957e252bfSMichael Neumann     0x00000000, // PA_CL_POINT_CULL_RAD
52057e252bfSMichael Neumann     0x00000000, // VGT_DMA_BASE_HI
52157e252bfSMichael Neumann     0x00000000, // VGT_DMA_BASE
52257e252bfSMichael Neumann };
52357e252bfSMichael Neumann static const u32 si_SECT_CONTEXT_def_4[] =
52457e252bfSMichael Neumann {
52557e252bfSMichael Neumann     0x00000000, // DB_DEPTH_CONTROL
52657e252bfSMichael Neumann     0x00000000, // DB_EQAA
52757e252bfSMichael Neumann     0x00000000, // CB_COLOR_CONTROL
52857e252bfSMichael Neumann     0x00000000, // DB_SHADER_CONTROL
52957e252bfSMichael Neumann     0x00090000, // PA_CL_CLIP_CNTL
53057e252bfSMichael Neumann     0x00000004, // PA_SU_SC_MODE_CNTL
53157e252bfSMichael Neumann     0x00000000, // PA_CL_VTE_CNTL
53257e252bfSMichael Neumann     0x00000000, // PA_CL_VS_OUT_CNTL
53357e252bfSMichael Neumann     0x00000000, // PA_CL_NANINF_CNTL
53457e252bfSMichael Neumann     0x00000000, // PA_SU_LINE_STIPPLE_CNTL
53557e252bfSMichael Neumann     0x00000000, // PA_SU_LINE_STIPPLE_SCALE
53657e252bfSMichael Neumann     0x00000000, // PA_SU_PRIM_FILTER_CNTL
53757e252bfSMichael Neumann     0, // HOLE
53857e252bfSMichael Neumann     0, // HOLE
53957e252bfSMichael Neumann     0, // HOLE
54057e252bfSMichael Neumann     0, // HOLE
54157e252bfSMichael Neumann     0, // HOLE
54257e252bfSMichael Neumann     0, // HOLE
54357e252bfSMichael Neumann     0, // HOLE
54457e252bfSMichael Neumann     0, // HOLE
54557e252bfSMichael Neumann     0, // HOLE
54657e252bfSMichael Neumann     0, // HOLE
54757e252bfSMichael Neumann     0, // HOLE
54857e252bfSMichael Neumann     0, // HOLE
54957e252bfSMichael Neumann     0, // HOLE
55057e252bfSMichael Neumann     0, // HOLE
55157e252bfSMichael Neumann     0, // HOLE
55257e252bfSMichael Neumann     0, // HOLE
55357e252bfSMichael Neumann     0, // HOLE
55457e252bfSMichael Neumann     0, // HOLE
55557e252bfSMichael Neumann     0, // HOLE
55657e252bfSMichael Neumann     0, // HOLE
55757e252bfSMichael Neumann     0, // HOLE
55857e252bfSMichael Neumann     0, // HOLE
55957e252bfSMichael Neumann     0, // HOLE
56057e252bfSMichael Neumann     0, // HOLE
56157e252bfSMichael Neumann     0, // HOLE
56257e252bfSMichael Neumann     0, // HOLE
56357e252bfSMichael Neumann     0, // HOLE
56457e252bfSMichael Neumann     0, // HOLE
56557e252bfSMichael Neumann     0, // HOLE
56657e252bfSMichael Neumann     0, // HOLE
56757e252bfSMichael Neumann     0, // HOLE
56857e252bfSMichael Neumann     0, // HOLE
56957e252bfSMichael Neumann     0, // HOLE
57057e252bfSMichael Neumann     0, // HOLE
57157e252bfSMichael Neumann     0, // HOLE
57257e252bfSMichael Neumann     0, // HOLE
57357e252bfSMichael Neumann     0, // HOLE
57457e252bfSMichael Neumann     0, // HOLE
57557e252bfSMichael Neumann     0, // HOLE
57657e252bfSMichael Neumann     0, // HOLE
57757e252bfSMichael Neumann     0, // HOLE
57857e252bfSMichael Neumann     0, // HOLE
57957e252bfSMichael Neumann     0, // HOLE
58057e252bfSMichael Neumann     0, // HOLE
58157e252bfSMichael Neumann     0, // HOLE
58257e252bfSMichael Neumann     0, // HOLE
58357e252bfSMichael Neumann     0, // HOLE
58457e252bfSMichael Neumann     0, // HOLE
58557e252bfSMichael Neumann     0, // HOLE
58657e252bfSMichael Neumann     0, // HOLE
58757e252bfSMichael Neumann     0, // HOLE
58857e252bfSMichael Neumann     0, // HOLE
58957e252bfSMichael Neumann     0, // HOLE
59057e252bfSMichael Neumann     0, // HOLE
59157e252bfSMichael Neumann     0, // HOLE
59257e252bfSMichael Neumann     0, // HOLE
59357e252bfSMichael Neumann     0, // HOLE
59457e252bfSMichael Neumann     0, // HOLE
59557e252bfSMichael Neumann     0, // HOLE
59657e252bfSMichael Neumann     0, // HOLE
59757e252bfSMichael Neumann     0, // HOLE
59857e252bfSMichael Neumann     0, // HOLE
59957e252bfSMichael Neumann     0, // HOLE
60057e252bfSMichael Neumann     0, // HOLE
60157e252bfSMichael Neumann     0, // HOLE
60257e252bfSMichael Neumann     0, // HOLE
60357e252bfSMichael Neumann     0, // HOLE
60457e252bfSMichael Neumann     0, // HOLE
60557e252bfSMichael Neumann     0, // HOLE
60657e252bfSMichael Neumann     0, // HOLE
60757e252bfSMichael Neumann     0, // HOLE
60857e252bfSMichael Neumann     0, // HOLE
60957e252bfSMichael Neumann     0, // HOLE
61057e252bfSMichael Neumann     0, // HOLE
61157e252bfSMichael Neumann     0, // HOLE
61257e252bfSMichael Neumann     0, // HOLE
61357e252bfSMichael Neumann     0, // HOLE
61457e252bfSMichael Neumann     0, // HOLE
61557e252bfSMichael Neumann     0, // HOLE
61657e252bfSMichael Neumann     0, // HOLE
61757e252bfSMichael Neumann     0, // HOLE
61857e252bfSMichael Neumann     0, // HOLE
61957e252bfSMichael Neumann     0, // HOLE
62057e252bfSMichael Neumann     0, // HOLE
62157e252bfSMichael Neumann     0, // HOLE
62257e252bfSMichael Neumann     0, // HOLE
62357e252bfSMichael Neumann     0, // HOLE
62457e252bfSMichael Neumann     0, // HOLE
62557e252bfSMichael Neumann     0, // HOLE
62657e252bfSMichael Neumann     0, // HOLE
62757e252bfSMichael Neumann     0, // HOLE
62857e252bfSMichael Neumann     0, // HOLE
62957e252bfSMichael Neumann     0, // HOLE
63057e252bfSMichael Neumann     0, // HOLE
63157e252bfSMichael Neumann     0, // HOLE
63257e252bfSMichael Neumann     0, // HOLE
63357e252bfSMichael Neumann     0, // HOLE
63457e252bfSMichael Neumann     0, // HOLE
63557e252bfSMichael Neumann     0, // HOLE
63657e252bfSMichael Neumann     0, // HOLE
63757e252bfSMichael Neumann     0, // HOLE
63857e252bfSMichael Neumann     0, // HOLE
63957e252bfSMichael Neumann     0, // HOLE
64057e252bfSMichael Neumann     0, // HOLE
64157e252bfSMichael Neumann     0, // HOLE
64257e252bfSMichael Neumann     0, // HOLE
64357e252bfSMichael Neumann     0, // HOLE
64457e252bfSMichael Neumann     0, // HOLE
64557e252bfSMichael Neumann     0, // HOLE
64657e252bfSMichael Neumann     0, // HOLE
64757e252bfSMichael Neumann     0, // HOLE
64857e252bfSMichael Neumann     0, // HOLE
64957e252bfSMichael Neumann     0, // HOLE
65057e252bfSMichael Neumann     0, // HOLE
65157e252bfSMichael Neumann     0, // HOLE
65257e252bfSMichael Neumann     0, // HOLE
65357e252bfSMichael Neumann     0x00000000, // PA_SU_POINT_SIZE
65457e252bfSMichael Neumann     0x00000000, // PA_SU_POINT_MINMAX
65557e252bfSMichael Neumann     0x00000000, // PA_SU_LINE_CNTL
65657e252bfSMichael Neumann     0x00000000, // PA_SC_LINE_STIPPLE
65757e252bfSMichael Neumann     0x00000000, // VGT_OUTPUT_PATH_CNTL
65857e252bfSMichael Neumann     0x00000000, // VGT_HOS_CNTL
65957e252bfSMichael Neumann     0x00000000, // VGT_HOS_MAX_TESS_LEVEL
66057e252bfSMichael Neumann     0x00000000, // VGT_HOS_MIN_TESS_LEVEL
66157e252bfSMichael Neumann     0x00000000, // VGT_HOS_REUSE_DEPTH
66257e252bfSMichael Neumann     0x00000000, // VGT_GROUP_PRIM_TYPE
66357e252bfSMichael Neumann     0x00000000, // VGT_GROUP_FIRST_DECR
66457e252bfSMichael Neumann     0x00000000, // VGT_GROUP_DECR
66557e252bfSMichael Neumann     0x00000000, // VGT_GROUP_VECT_0_CNTL
66657e252bfSMichael Neumann     0x00000000, // VGT_GROUP_VECT_1_CNTL
66757e252bfSMichael Neumann     0x00000000, // VGT_GROUP_VECT_0_FMT_CNTL
66857e252bfSMichael Neumann     0x00000000, // VGT_GROUP_VECT_1_FMT_CNTL
66957e252bfSMichael Neumann     0x00000000, // VGT_GS_MODE
67057e252bfSMichael Neumann     0, // HOLE
67157e252bfSMichael Neumann     0x00000000, // PA_SC_MODE_CNTL_0
67257e252bfSMichael Neumann     0x00000000, // PA_SC_MODE_CNTL_1
67357e252bfSMichael Neumann     0x00000000, // VGT_ENHANCE
67457e252bfSMichael Neumann     0x00000100, // VGT_GS_PER_ES
67557e252bfSMichael Neumann     0x00000080, // VGT_ES_PER_GS
67657e252bfSMichael Neumann     0x00000002, // VGT_GS_PER_VS
67757e252bfSMichael Neumann     0x00000000, // VGT_GSVS_RING_OFFSET_1
67857e252bfSMichael Neumann     0x00000000, // VGT_GSVS_RING_OFFSET_2
67957e252bfSMichael Neumann     0x00000000, // VGT_GSVS_RING_OFFSET_3
68057e252bfSMichael Neumann     0x00000000, // VGT_GS_OUT_PRIM_TYPE
68157e252bfSMichael Neumann     0x00000000, // IA_ENHANCE
68257e252bfSMichael Neumann };
68357e252bfSMichael Neumann static const u32 si_SECT_CONTEXT_def_5[] =
68457e252bfSMichael Neumann {
68557e252bfSMichael Neumann     0x00000000, // VGT_PRIMITIVEID_EN
68657e252bfSMichael Neumann };
68757e252bfSMichael Neumann static const u32 si_SECT_CONTEXT_def_6[] =
68857e252bfSMichael Neumann {
68957e252bfSMichael Neumann     0x00000000, // VGT_PRIMITIVEID_RESET
69057e252bfSMichael Neumann };
69157e252bfSMichael Neumann static const u32 si_SECT_CONTEXT_def_7[] =
69257e252bfSMichael Neumann {
69357e252bfSMichael Neumann     0x00000000, // VGT_MULTI_PRIM_IB_RESET_EN
69457e252bfSMichael Neumann     0, // HOLE
69557e252bfSMichael Neumann     0, // HOLE
69657e252bfSMichael Neumann     0x00000000, // VGT_INSTANCE_STEP_RATE_0
69757e252bfSMichael Neumann     0x00000000, // VGT_INSTANCE_STEP_RATE_1
69857e252bfSMichael Neumann     0x000000ff, // IA_MULTI_VGT_PARAM
69957e252bfSMichael Neumann     0x00000000, // VGT_ESGS_RING_ITEMSIZE
70057e252bfSMichael Neumann     0x00000000, // VGT_GSVS_RING_ITEMSIZE
70157e252bfSMichael Neumann     0x00000000, // VGT_REUSE_OFF
70257e252bfSMichael Neumann     0x00000000, // VGT_VTX_CNT_EN
70357e252bfSMichael Neumann     0x00000000, // DB_HTILE_SURFACE
70457e252bfSMichael Neumann     0x00000000, // DB_SRESULTS_COMPARE_STATE0
70557e252bfSMichael Neumann     0x00000000, // DB_SRESULTS_COMPARE_STATE1
70657e252bfSMichael Neumann     0x00000000, // DB_PRELOAD_CONTROL
70757e252bfSMichael Neumann     0, // HOLE
70857e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_SIZE_0
70957e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_VTX_STRIDE_0
71057e252bfSMichael Neumann     0, // HOLE
71157e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_OFFSET_0
71257e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_SIZE_1
71357e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_VTX_STRIDE_1
71457e252bfSMichael Neumann     0, // HOLE
71557e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_OFFSET_1
71657e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_SIZE_2
71757e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_VTX_STRIDE_2
71857e252bfSMichael Neumann     0, // HOLE
71957e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_OFFSET_2
72057e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_SIZE_3
72157e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_VTX_STRIDE_3
72257e252bfSMichael Neumann     0, // HOLE
72357e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_OFFSET_3
72457e252bfSMichael Neumann     0, // HOLE
72557e252bfSMichael Neumann     0, // HOLE
72657e252bfSMichael Neumann     0, // HOLE
72757e252bfSMichael Neumann     0, // HOLE
72857e252bfSMichael Neumann     0, // HOLE
72957e252bfSMichael Neumann     0, // HOLE
73057e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_DRAW_OPAQUE_OFFSET
73157e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_DRAW_OPAQUE_BUFFER_FILLED_SIZE
73257e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_DRAW_OPAQUE_VERTEX_STRIDE
73357e252bfSMichael Neumann     0, // HOLE
73457e252bfSMichael Neumann     0x00000000, // VGT_GS_MAX_VERT_OUT
73557e252bfSMichael Neumann     0, // HOLE
73657e252bfSMichael Neumann     0, // HOLE
73757e252bfSMichael Neumann     0, // HOLE
73857e252bfSMichael Neumann     0, // HOLE
73957e252bfSMichael Neumann     0, // HOLE
74057e252bfSMichael Neumann     0, // HOLE
74157e252bfSMichael Neumann     0x00000000, // VGT_SHADER_STAGES_EN
74257e252bfSMichael Neumann     0x00000000, // VGT_LS_HS_CONFIG
74357e252bfSMichael Neumann     0x00000000, // VGT_GS_VERT_ITEMSIZE
74457e252bfSMichael Neumann     0x00000000, // VGT_GS_VERT_ITEMSIZE_1
74557e252bfSMichael Neumann     0x00000000, // VGT_GS_VERT_ITEMSIZE_2
74657e252bfSMichael Neumann     0x00000000, // VGT_GS_VERT_ITEMSIZE_3
74757e252bfSMichael Neumann     0x00000000, // VGT_TF_PARAM
74857e252bfSMichael Neumann     0x00000000, // DB_ALPHA_TO_MASK
74957e252bfSMichael Neumann     0, // HOLE
75057e252bfSMichael Neumann     0x00000000, // PA_SU_POLY_OFFSET_DB_FMT_CNTL
75157e252bfSMichael Neumann     0x00000000, // PA_SU_POLY_OFFSET_CLAMP
75257e252bfSMichael Neumann     0x00000000, // PA_SU_POLY_OFFSET_FRONT_SCALE
75357e252bfSMichael Neumann     0x00000000, // PA_SU_POLY_OFFSET_FRONT_OFFSET
75457e252bfSMichael Neumann     0x00000000, // PA_SU_POLY_OFFSET_BACK_SCALE
75557e252bfSMichael Neumann     0x00000000, // PA_SU_POLY_OFFSET_BACK_OFFSET
75657e252bfSMichael Neumann     0x00000000, // VGT_GS_INSTANCE_CNT
75757e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_CONFIG
75857e252bfSMichael Neumann     0x00000000, // VGT_STRMOUT_BUFFER_CONFIG
75957e252bfSMichael Neumann     0, // HOLE
76057e252bfSMichael Neumann     0, // HOLE
76157e252bfSMichael Neumann     0, // HOLE
76257e252bfSMichael Neumann     0, // HOLE
76357e252bfSMichael Neumann     0, // HOLE
76457e252bfSMichael Neumann     0, // HOLE
76557e252bfSMichael Neumann     0, // HOLE
76657e252bfSMichael Neumann     0, // HOLE
76757e252bfSMichael Neumann     0, // HOLE
76857e252bfSMichael Neumann     0, // HOLE
76957e252bfSMichael Neumann     0, // HOLE
77057e252bfSMichael Neumann     0, // HOLE
77157e252bfSMichael Neumann     0, // HOLE
77257e252bfSMichael Neumann     0, // HOLE
77357e252bfSMichael Neumann     0x00000000, // PA_SC_CENTROID_PRIORITY_0
77457e252bfSMichael Neumann     0x00000000, // PA_SC_CENTROID_PRIORITY_1
77557e252bfSMichael Neumann     0x00001000, // PA_SC_LINE_CNTL
77657e252bfSMichael Neumann     0x00000000, // PA_SC_AA_CONFIG
77757e252bfSMichael Neumann     0x00000005, // PA_SU_VTX_CNTL
77857e252bfSMichael Neumann     0x3f800000, // PA_CL_GB_VERT_CLIP_ADJ
77957e252bfSMichael Neumann     0x3f800000, // PA_CL_GB_VERT_DISC_ADJ
78057e252bfSMichael Neumann     0x3f800000, // PA_CL_GB_HORZ_CLIP_ADJ
78157e252bfSMichael Neumann     0x3f800000, // PA_CL_GB_HORZ_DISC_ADJ
78257e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0
78357e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_1
78457e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_2
78557e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_3
78657e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0
78757e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_1
78857e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_2
78957e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_3
79057e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0
79157e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_1
79257e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_2
79357e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_3
79457e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0
79557e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_1
79657e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_2
79757e252bfSMichael Neumann     0x00000000, // PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_3
79857e252bfSMichael Neumann     0xffffffff, // PA_SC_AA_MASK_X0Y0_X1Y0
79957e252bfSMichael Neumann     0xffffffff, // PA_SC_AA_MASK_X0Y1_X1Y1
80057e252bfSMichael Neumann     0, // HOLE
80157e252bfSMichael Neumann     0, // HOLE
80257e252bfSMichael Neumann     0, // HOLE
80357e252bfSMichael Neumann     0, // HOLE
80457e252bfSMichael Neumann     0, // HOLE
80557e252bfSMichael Neumann     0, // HOLE
80657e252bfSMichael Neumann     0x0000000e, // VGT_VERTEX_REUSE_BLOCK_CNTL
80757e252bfSMichael Neumann     0x00000010, // VGT_OUT_DEALLOC_CNTL
80857e252bfSMichael Neumann     0x00000000, // CB_COLOR0_BASE
80957e252bfSMichael Neumann     0x00000000, // CB_COLOR0_PITCH
81057e252bfSMichael Neumann     0x00000000, // CB_COLOR0_SLICE
81157e252bfSMichael Neumann     0x00000000, // CB_COLOR0_VIEW
81257e252bfSMichael Neumann     0x00000000, // CB_COLOR0_INFO
81357e252bfSMichael Neumann     0x00000000, // CB_COLOR0_ATTRIB
81457e252bfSMichael Neumann     0, // HOLE
81557e252bfSMichael Neumann     0x00000000, // CB_COLOR0_CMASK
81657e252bfSMichael Neumann     0x00000000, // CB_COLOR0_CMASK_SLICE
81757e252bfSMichael Neumann     0x00000000, // CB_COLOR0_FMASK
81857e252bfSMichael Neumann     0x00000000, // CB_COLOR0_FMASK_SLICE
81957e252bfSMichael Neumann     0x00000000, // CB_COLOR0_CLEAR_WORD0
82057e252bfSMichael Neumann     0x00000000, // CB_COLOR0_CLEAR_WORD1
82157e252bfSMichael Neumann     0, // HOLE
82257e252bfSMichael Neumann     0, // HOLE
82357e252bfSMichael Neumann     0x00000000, // CB_COLOR1_BASE
82457e252bfSMichael Neumann     0x00000000, // CB_COLOR1_PITCH
82557e252bfSMichael Neumann     0x00000000, // CB_COLOR1_SLICE
82657e252bfSMichael Neumann     0x00000000, // CB_COLOR1_VIEW
82757e252bfSMichael Neumann     0x00000000, // CB_COLOR1_INFO
82857e252bfSMichael Neumann     0x00000000, // CB_COLOR1_ATTRIB
82957e252bfSMichael Neumann     0, // HOLE
83057e252bfSMichael Neumann     0x00000000, // CB_COLOR1_CMASK
83157e252bfSMichael Neumann     0x00000000, // CB_COLOR1_CMASK_SLICE
83257e252bfSMichael Neumann     0x00000000, // CB_COLOR1_FMASK
83357e252bfSMichael Neumann     0x00000000, // CB_COLOR1_FMASK_SLICE
83457e252bfSMichael Neumann     0x00000000, // CB_COLOR1_CLEAR_WORD0
83557e252bfSMichael Neumann     0x00000000, // CB_COLOR1_CLEAR_WORD1
83657e252bfSMichael Neumann     0, // HOLE
83757e252bfSMichael Neumann     0, // HOLE
83857e252bfSMichael Neumann     0x00000000, // CB_COLOR2_BASE
83957e252bfSMichael Neumann     0x00000000, // CB_COLOR2_PITCH
84057e252bfSMichael Neumann     0x00000000, // CB_COLOR2_SLICE
84157e252bfSMichael Neumann     0x00000000, // CB_COLOR2_VIEW
84257e252bfSMichael Neumann     0x00000000, // CB_COLOR2_INFO
84357e252bfSMichael Neumann     0x00000000, // CB_COLOR2_ATTRIB
84457e252bfSMichael Neumann     0, // HOLE
84557e252bfSMichael Neumann     0x00000000, // CB_COLOR2_CMASK
84657e252bfSMichael Neumann     0x00000000, // CB_COLOR2_CMASK_SLICE
84757e252bfSMichael Neumann     0x00000000, // CB_COLOR2_FMASK
84857e252bfSMichael Neumann     0x00000000, // CB_COLOR2_FMASK_SLICE
84957e252bfSMichael Neumann     0x00000000, // CB_COLOR2_CLEAR_WORD0
85057e252bfSMichael Neumann     0x00000000, // CB_COLOR2_CLEAR_WORD1
85157e252bfSMichael Neumann     0, // HOLE
85257e252bfSMichael Neumann     0, // HOLE
85357e252bfSMichael Neumann     0x00000000, // CB_COLOR3_BASE
85457e252bfSMichael Neumann     0x00000000, // CB_COLOR3_PITCH
85557e252bfSMichael Neumann     0x00000000, // CB_COLOR3_SLICE
85657e252bfSMichael Neumann     0x00000000, // CB_COLOR3_VIEW
85757e252bfSMichael Neumann     0x00000000, // CB_COLOR3_INFO
85857e252bfSMichael Neumann     0x00000000, // CB_COLOR3_ATTRIB
85957e252bfSMichael Neumann     0, // HOLE
86057e252bfSMichael Neumann     0x00000000, // CB_COLOR3_CMASK
86157e252bfSMichael Neumann     0x00000000, // CB_COLOR3_CMASK_SLICE
86257e252bfSMichael Neumann     0x00000000, // CB_COLOR3_FMASK
86357e252bfSMichael Neumann     0x00000000, // CB_COLOR3_FMASK_SLICE
86457e252bfSMichael Neumann     0x00000000, // CB_COLOR3_CLEAR_WORD0
86557e252bfSMichael Neumann     0x00000000, // CB_COLOR3_CLEAR_WORD1
86657e252bfSMichael Neumann     0, // HOLE
86757e252bfSMichael Neumann     0, // HOLE
86857e252bfSMichael Neumann     0x00000000, // CB_COLOR4_BASE
86957e252bfSMichael Neumann     0x00000000, // CB_COLOR4_PITCH
87057e252bfSMichael Neumann     0x00000000, // CB_COLOR4_SLICE
87157e252bfSMichael Neumann     0x00000000, // CB_COLOR4_VIEW
87257e252bfSMichael Neumann     0x00000000, // CB_COLOR4_INFO
87357e252bfSMichael Neumann     0x00000000, // CB_COLOR4_ATTRIB
87457e252bfSMichael Neumann     0, // HOLE
87557e252bfSMichael Neumann     0x00000000, // CB_COLOR4_CMASK
87657e252bfSMichael Neumann     0x00000000, // CB_COLOR4_CMASK_SLICE
87757e252bfSMichael Neumann     0x00000000, // CB_COLOR4_FMASK
87857e252bfSMichael Neumann     0x00000000, // CB_COLOR4_FMASK_SLICE
87957e252bfSMichael Neumann     0x00000000, // CB_COLOR4_CLEAR_WORD0
88057e252bfSMichael Neumann     0x00000000, // CB_COLOR4_CLEAR_WORD1
88157e252bfSMichael Neumann     0, // HOLE
88257e252bfSMichael Neumann     0, // HOLE
88357e252bfSMichael Neumann     0x00000000, // CB_COLOR5_BASE
88457e252bfSMichael Neumann     0x00000000, // CB_COLOR5_PITCH
88557e252bfSMichael Neumann     0x00000000, // CB_COLOR5_SLICE
88657e252bfSMichael Neumann     0x00000000, // CB_COLOR5_VIEW
88757e252bfSMichael Neumann     0x00000000, // CB_COLOR5_INFO
88857e252bfSMichael Neumann     0x00000000, // CB_COLOR5_ATTRIB
88957e252bfSMichael Neumann     0, // HOLE
89057e252bfSMichael Neumann     0x00000000, // CB_COLOR5_CMASK
89157e252bfSMichael Neumann     0x00000000, // CB_COLOR5_CMASK_SLICE
89257e252bfSMichael Neumann     0x00000000, // CB_COLOR5_FMASK
89357e252bfSMichael Neumann     0x00000000, // CB_COLOR5_FMASK_SLICE
89457e252bfSMichael Neumann     0x00000000, // CB_COLOR5_CLEAR_WORD0
89557e252bfSMichael Neumann     0x00000000, // CB_COLOR5_CLEAR_WORD1
89657e252bfSMichael Neumann     0, // HOLE
89757e252bfSMichael Neumann     0, // HOLE
89857e252bfSMichael Neumann     0x00000000, // CB_COLOR6_BASE
89957e252bfSMichael Neumann     0x00000000, // CB_COLOR6_PITCH
90057e252bfSMichael Neumann     0x00000000, // CB_COLOR6_SLICE
90157e252bfSMichael Neumann     0x00000000, // CB_COLOR6_VIEW
90257e252bfSMichael Neumann     0x00000000, // CB_COLOR6_INFO
90357e252bfSMichael Neumann     0x00000000, // CB_COLOR6_ATTRIB
90457e252bfSMichael Neumann     0, // HOLE
90557e252bfSMichael Neumann     0x00000000, // CB_COLOR6_CMASK
90657e252bfSMichael Neumann     0x00000000, // CB_COLOR6_CMASK_SLICE
90757e252bfSMichael Neumann     0x00000000, // CB_COLOR6_FMASK
90857e252bfSMichael Neumann     0x00000000, // CB_COLOR6_FMASK_SLICE
90957e252bfSMichael Neumann     0x00000000, // CB_COLOR6_CLEAR_WORD0
91057e252bfSMichael Neumann     0x00000000, // CB_COLOR6_CLEAR_WORD1
91157e252bfSMichael Neumann     0, // HOLE
91257e252bfSMichael Neumann     0, // HOLE
91357e252bfSMichael Neumann     0x00000000, // CB_COLOR7_BASE
91457e252bfSMichael Neumann     0x00000000, // CB_COLOR7_PITCH
91557e252bfSMichael Neumann     0x00000000, // CB_COLOR7_SLICE
91657e252bfSMichael Neumann     0x00000000, // CB_COLOR7_VIEW
91757e252bfSMichael Neumann     0x00000000, // CB_COLOR7_INFO
91857e252bfSMichael Neumann     0x00000000, // CB_COLOR7_ATTRIB
91957e252bfSMichael Neumann     0, // HOLE
92057e252bfSMichael Neumann     0x00000000, // CB_COLOR7_CMASK
92157e252bfSMichael Neumann     0x00000000, // CB_COLOR7_CMASK_SLICE
92257e252bfSMichael Neumann     0x00000000, // CB_COLOR7_FMASK
92357e252bfSMichael Neumann     0x00000000, // CB_COLOR7_FMASK_SLICE
92457e252bfSMichael Neumann     0x00000000, // CB_COLOR7_CLEAR_WORD0
92557e252bfSMichael Neumann     0x00000000, // CB_COLOR7_CLEAR_WORD1
92657e252bfSMichael Neumann };
92757e252bfSMichael Neumann static const struct cs_extent_def si_SECT_CONTEXT_defs[] =
92857e252bfSMichael Neumann {
92957e252bfSMichael Neumann     {si_SECT_CONTEXT_def_1, 0x0000a000, 212 },
93057e252bfSMichael Neumann     {si_SECT_CONTEXT_def_2, 0x0000a0d8, 272 },
93157e252bfSMichael Neumann     {si_SECT_CONTEXT_def_3, 0x0000a1f5, 6 },
93257e252bfSMichael Neumann     {si_SECT_CONTEXT_def_4, 0x0000a200, 157 },
93357e252bfSMichael Neumann     {si_SECT_CONTEXT_def_5, 0x0000a2a1, 1 },
93457e252bfSMichael Neumann     {si_SECT_CONTEXT_def_6, 0x0000a2a3, 1 },
93557e252bfSMichael Neumann     {si_SECT_CONTEXT_def_7, 0x0000a2a5, 233 },
936*c6f73aabSFrançois Tigeot     { NULL, 0, 0 }
93757e252bfSMichael Neumann };
93857e252bfSMichael Neumann static const struct cs_section_def si_cs_data[] = {
93957e252bfSMichael Neumann     { si_SECT_CONTEXT_defs, SECT_CONTEXT },
940*c6f73aabSFrançois Tigeot     { NULL, SECT_NONE }
94157e252bfSMichael Neumann };
942