intel: add L3 Bypass Disable to gen xml

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10217>
This commit is contained in:
Felix DeGrood 2021-03-24 09:08:33 -07:00 committed by Marge Bot
parent 376c878c16
commit ed94528711
2 changed files with 4 additions and 0 deletions

View file

@ -1224,6 +1224,7 @@
<field name="Null Vertex Buffer" start="13" end="13" type="bool"/>
<field name="Address Modify Enable" start="14" end="14" type="bool"/>
<field name="MOCS" start="16" end="22" type="uint"/>
<field name="L3 Bypass Disable" start="25" end="25" type="bool"/>
<field name="Vertex Buffer Index" start="26" end="31" type="uint"/>
<field name="Buffer Starting Address" start="32" end="95" type="address"/>
<field name="Buffer Size" start="96" end="127" type="uint"/>
@ -1998,6 +1999,7 @@
<value name="WORD" value="1"/>
<value name="DWORD" value="2"/>
</field>
<field name="L3 Bypass Disable" start="43" end="43" type="bool"/>
<field name="Buffer Starting Address" start="64" end="127" type="address"/>
<field name="Buffer Size" start="128" end="159" type="uint"/>
</instruction>

View file

@ -1239,6 +1239,7 @@
<field name="Null Vertex Buffer" start="13" end="13" type="bool"/>
<field name="Address Modify Enable" start="14" end="14" type="bool"/>
<field name="MOCS" start="16" end="22" type="uint"/>
<field name="L3 Bypass Disable" start="25" end="25" type="bool"/>
<field name="Vertex Buffer Index" start="26" end="31" type="uint"/>
<field name="Buffer Starting Address" start="32" end="95" type="address"/>
<field name="Buffer Size" start="96" end="127" type="uint"/>
@ -2013,6 +2014,7 @@
<value name="WORD" value="1"/>
<value name="DWORD" value="2"/>
</field>
<field name="L3 Bypass Disable" start="43" end="43" type="bool"/>
<field name="Buffer Starting Address" start="64" end="127" type="address"/>
<field name="Buffer Size" start="128" end="159" type="uint"/>
</instruction>