summaryrefslogtreecommitdiffstats
path: root/src/intel/genxml/gen9.xml
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-01-07 22:29:34 -0800
committerKenneth Graunke <[email protected]>2018-01-09 10:13:53 -0800
commit28c2d0d80b2ba15cc56651c0d3e6bc6eb31f9594 (patch)
treef5514fc09671be5142391d5b20b8ea1832d2a353 /src/intel/genxml/gen9.xml
parent8eadc2fb8fe395ea0a8202217bd5545978962d1d (diff)
genxml: Add missing INSTDONE_1 bits on Gen7.5+.
This will make aubinator_error_decode decode them properly. Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen9.xml')
-rw-r--r--src/intel/genxml/gen9.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/genxml/gen9.xml b/src/intel/genxml/gen9.xml
index f07ed748ac7..7eef4bee013 100644
--- a/src/intel/genxml/gen9.xml
+++ b/src/intel/genxml/gen9.xml
@@ -3583,6 +3583,8 @@
<field name="TSG Done" start="17" end="17" type="bool"/>
<field name="GAFM Done" start="18" end="18" type="bool"/>
<field name="GAM Done" start="19" end="19" type="bool"/>
+ <field name="RS Done" start="20" end="20" type="bool"/>
+ <field name="CS Done" start="21" end="21" type="bool"/>
<field name="SDE Done" start="22" end="22" type="bool"/>
<field name="RCCFBC CS Done" start="23" end="23" type="bool"/>
</register>