mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
intel/genxml: Add a partial TCCNTLREG definition
TCCNTLREG contains additional cache programming settings. In particular, there are several write combining controls we'd like to use. Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
74665eaf3a
commit
0b74f85870
1 changed files with 7 additions and 0 deletions
|
|
@ -7006,6 +7006,13 @@
|
|||
<field name="All Allocation" start="25" end="31" type="uint"/>
|
||||
</register>
|
||||
|
||||
<register name="TCCNTLREG" length="1" num="0xb0a4">
|
||||
<field name="URB Partial Write Merging Enable" start="0" end="0" type="bool"/>
|
||||
<field name="Color/Z Partial Write Merging Enable" start="1" end="1" type="bool"/>
|
||||
<field name="L3 Data Partial Write Merging Enable" start="2" end="2" type="bool"/>
|
||||
<field name="TC Disable" start="3" end="3" type="bool"/>
|
||||
</register>
|
||||
|
||||
<register name="PERFCNT1" length="2" num="0x91b8">
|
||||
<field name="Value" start="0" end="43" type="uint"/>
|
||||
<field name="Event Selection" start="52" end="59" type="uint"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue