diff options
author | Rafael Antognolli <[email protected]> | 2017-03-20 16:27:40 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-05-03 16:41:02 -0700 |
commit | 872ffb22219825dfc898116c1f100dd11a59e7ba (patch) | |
tree | 72cc6df572c6591790d2ebd05910a85fd5761959 /src/intel/genxml/gen75.xml | |
parent | b5e652fc836d8aa5a7a8dff446dc8f6b72668d38 (diff) |
genxml: Add alias for MOCS.
Use an alias, so we can set the same value as the #define's.
v3:
- Call it "SO Buffer MOCS" to follow the most common naming scheme.
- Add alias for gen7 and gen75 too (Ken).
Signed-off-by: Rafael Antognolli <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen75.xml')
-rw-r--r-- | src/intel/genxml/gen75.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/genxml/gen75.xml b/src/intel/genxml/gen75.xml index 9f0486c05c8..e63979c55be 100644 --- a/src/intel/genxml/gen75.xml +++ b/src/intel/genxml/gen75.xml @@ -1957,6 +1957,7 @@ <field name="DWord Length" start="0" end="7" type="uint" default="2"/> <field name="SO Buffer Index" start="61" end="62" type="uint"/> <field name="SO Buffer Object Control State" start="57" end="60" type="MEMORY_OBJECT_CONTROL_STATE"/> + <field name="SO Buffer MOCS" start="57" end="60" type="uint"/> <field name="Surface Pitch" start="32" end="43" type="uint"/> <field name="Surface Base Address" start="66" end="95" type="address"/> <field name="Surface End Address" start="98" end="127" type="address"/> |