summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorNanley Chery <[email protected]>2016-05-18 10:45:30 -0700
committerNanley Chery <[email protected]>2016-05-20 09:27:11 -0700
commitf3ed3a0a1578c790b16cf0723fdd0ce41cff61a6 (patch)
tree0ba3f696f7828995017a86827eac4f9a6b9e84ec /src/intel
parenta141576887b8bc6b7942c39aef22af0e57d95891 (diff)
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 <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-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 bc2639a7878..a28c3b23bf0 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"/>