summaryrefslogtreecommitdiffstats
path: root/src/intel/genxml/gen9.xml
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-06-08 18:59:29 -0700
committerJason Ekstrand <[email protected]>2016-07-15 15:53:48 -0700
commitba798ac6b1f996f16d8f2bc65614d18d76a0b1f6 (patch)
treee1f2bcc80cb29511a6791f4551e12ad4dad3b2bd /src/intel/genxml/gen9.xml
parent9a999ceab8ce092543d6e1dfb965098418573ba7 (diff)
genxml: Make X/Y Offset field of SURFACE_STATE a uint
THe offset type has special implications that it's intended to be some form of aligned memory address. These assumptions allow it to handle the case where there is some alignment requirement on the offset and the bottom bits are used for other things. However, the offsets in the surface state field are really just unsigned integers. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen9.xml')
-rw-r--r--src/intel/genxml/gen9.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/genxml/gen9.xml b/src/intel/genxml/gen9.xml
index 94b7d289086..5e3e2e13274 100644
--- a/src/intel/genxml/gen9.xml
+++ b/src/intel/genxml/gen9.xml
@@ -324,8 +324,8 @@
<value name="MULTISAMPLECOUNT_16" value="4"/>
</field>
<field name="Multisample Position Palette Index" start="128" end="130" type="uint"/>
- <field name="X Offset" start="185" end="191" type="offset"/>
- <field name="Y Offset" start="181" end="183" type="offset"/>
+ <field name="X Offset" start="185" end="191" type="uint"/>
+ <field name="Y Offset" start="181" end="183" type="uint"/>
<field name="EWA Disable For Cube" start="180" end="180" type="bool"/>
<field name="Tiled Resource Mode" start="178" end="179" type="uint">
<value name="NONE" value="0"/>