mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 06:10:12 +01:00
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:
parent
90535d7aef
commit
ef105f8cce
1 changed files with 12 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue