diff options
author | Jason Ekstrand <[email protected]> | 2016-10-21 13:08:48 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-11-16 10:08:40 -0800 |
commit | bda247d3fd70870da2e71c254821c59aa1751d0f (patch) | |
tree | c05df8fbbc8d52cc0ce7f48e6c2227b439a88352 /src/intel/genxml/gen6.xml | |
parent | 623e1e06d8cf4150b9cffea1072ca6b21f7719e2 (diff) |
intel/genxml: Make some VS/GS fields consistent across gens
We use the names from gen8+
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen6.xml')
-rw-r--r-- | src/intel/genxml/gen6.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/genxml/gen6.xml b/src/intel/genxml/gen6.xml index 7ba89547926..980a74ceaa4 100644 --- a/src/intel/genxml/gen6.xml +++ b/src/intel/genxml/gen6.xml @@ -1047,7 +1047,7 @@ <field name="Per-Thread Scratch Space" start="96" end="99" type="uint"/> <field name="Vertex URB Entry Read Length" start="139" end="144" type="uint"/> <field name="Vertex URB Entry Read Offset" start="132" end="137" type="uint"/> - <field name="Dispatch GRF Start Register for URB Data" start="128" end="131" type="uint"/> + <field name="Dispatch GRF Start Register For URB Data" start="128" end="131" type="uint"/> <field name="Maximum Number of Threads" start="185" end="191" type="uint"/> <field name="GS Statistics Enable" start="170" end="170" type="bool"/> <field name="SO Statistics Enable" start="169" end="169" type="bool"/> @@ -1423,13 +1423,13 @@ <field name="Software Exception Enable" start="71" end="71" type="bool"/> <field name="Scratch Space Base Pointer" start="106" end="127" type="address"/> <field name="Per-Thread Scratch Space" start="96" end="99" type="uint"/> - <field name="Dispatch GRF Start Register for URB Data" start="148" end="152" type="uint"/> + <field name="Dispatch GRF Start Register For URB Data" start="148" end="152" type="uint"/> <field name="Vertex URB Entry Read Length" start="139" end="144" type="uint"/> <field name="Vertex URB Entry Read Offset" start="132" end="137" type="uint"/> <field name="Maximum Number of Threads" start="185" end="191" type="uint"/> <field name="Statistics Enable" start="170" end="170" type="bool"/> <field name="Vertex Cache Disable" start="161" end="161" type="bool"/> - <field name="VS Function Enable" start="160" end="160" type="bool"/> + <field name="Function Enable" start="160" end="160" type="bool"/> </instruction> <instruction name="3DSTATE_WM" bias="2" length="9"> |