summaryrefslogtreecommitdiffstats
path: root/src/intel/genxml/gen9.xml
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2016-05-18 10:45:30 -0700
committerNanley Chery <nanley.g.chery@intel.com>2016-05-20 09:27:11 -0700
commitf3ed3a0a1578c790b16cf0723fdd0ce41cff61a6 (patch)
tree0ba3f696f7828995017a86827eac4f9a6b9e84ec /src/intel/genxml/gen9.xml
parenta141576887b8bc6b7942c39aef22af0e57d95891 (diff)
downloadexternal_mesa3d-f3ed3a0a1578c790b16cf0723fdd0ce41cff61a6.zip
external_mesa3d-f3ed3a0a1578c790b16cf0723fdd0ce41cff61a6.tar.gz
external_mesa3d-f3ed3a0a1578c790b16cf0723fdd0ce41cff61a6.tar.bz2
genxml: Expand SKL's SurfaceFormat field width for ASTC
In the expanded field, only ASTC format enums have the MSB set to 1. Expanding the field width makes the process of handling these formats identical to the way other formats are handled. Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/genxml/gen9.xml')
-rw-r--r--src/intel/genxml/gen9.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/genxml/gen9.xml b/src/intel/genxml/gen9.xml
index bc2639a..a28c3b2 100644
--- a/src/intel/genxml/gen9.xml
+++ b/src/intel/genxml/gen9.xml
@@ -261,8 +261,7 @@
<value name="SURFTYPE_NULL" value="7"/>
</field>
<field name="Surface Array" start="28" end="28" type="bool"/>
- <field name="ASTC_Enable" start="27" end="27" type="bool"/>
- <field name="Surface Format" start="18" end="26" type="uint"/>
+ <field name="Surface Format" start="18" end="27" type="uint"/>
<field name="Surface Vertical Alignment" start="16" end="17" type="uint">
<value name="VALIGN 4" value="1"/>
<value name="VALIGN 8" value="2"/>