genxml/chv: Add MEMORY_OBJECT_CONTROL_STATE_CHV to document compared to BDW

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23823>
This commit is contained in:
Jordan Justen 2023-07-10 11:28:38 -07:00
parent 90535d7aef
commit ef105f8cce

View file

@ -361,6 +361,18 @@
<value name="WB" value="3" />
</field>
</struct>
<struct name="MEMORY_OBJECT_CONTROL_STATE_CHV" length="1">
<field name="Target Cache" start="3" end="4" type="uint">
<value name="No Caching" value="0" />
<value name="No Caching 1" value="1" />
<value name="No Caching 2" value="2" />
<value name="L3 Cache Allowed" value="3" />
</field>
<field name="Memory Type" start="5" end="6" type="uint">
<value name="UC" value="0" />
<value name="WB" value="3" />
</field>
</struct>
<struct name="MFD_MPEG2_BSD_OBJECT_INLINE_DATA_DESCRIPTION" length="2">
<field name="First MB Bit Offset" start="0" end="2" type="uint" />
<field name="Last MB" start="3" end="3" type="bool" />