diff options
author | Kenneth Graunke <[email protected]> | 2016-09-07 13:46:57 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-05-03 16:41:07 -0700 |
commit | da299b7df3682bb7528caee07a56b03bc943a4c3 (patch) | |
tree | b62d28962b6a88d244f9c3b99f2c71eca66a744f /src/intel/genxml/gen6.xml | |
parent | 872ffb22219825dfc898116c1f100dd11a59e7ba (diff) |
genxml: Make "Reorder Mode" fields consistent.
Both GS and SOL have these fields. Some were ReorderEnable = true,
some were ReorderMode = REORDER_TRAILING, and some were just TRAILING.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen6.xml')
-rw-r--r-- | src/intel/genxml/gen6.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/intel/genxml/gen6.xml b/src/intel/genxml/gen6.xml index 8ead41f2bcd..14d643c9ca0 100644 --- a/src/intel/genxml/gen6.xml +++ b/src/intel/genxml/gen6.xml @@ -1006,7 +1006,10 @@ <field name="Statistics Enable" start="170" end="170" type="bool"/> <field name="SO Statistics Enable" start="169" end="169" type="bool"/> <field name="Rendering Enabled" start="168" end="168" type="uint"/> - <field name="Reorder Enable" start="222" end="222" type="bool"/> + <field name="Reorder Mode" start="222" end="222" type="uint"> + <value name="LEADING" value="0"/> + <value name="TRAILING" value="1"/> + </field> <field name="Discard Adjacency" start="221" end="221" type="bool"/> <field name="SVBI Payload Enable" start="220" end="220" type="bool"/> <field name="SVBI Post-Increment Enable" start="219" end="219" type="bool"/> |