mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
intel/genxml: turn SLM Enable bit into boolean
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
97fcccb25e
commit
69874e9a6a
3 changed files with 3 additions and 3 deletions
|
|
@ -3546,7 +3546,7 @@
|
|||
</register>
|
||||
|
||||
<register name="L3CNTLREG" length="1" num="0x7034">
|
||||
<field name="SLM Enable" start="0" end="0" type="uint"/>
|
||||
<field name="SLM Enable" start="0" end="0" type="bool"/>
|
||||
<field name="URB Allocation" start="1" end="7" type="uint"/>
|
||||
<field name="RO Allocation" start="11" end="17" type="uint"/>
|
||||
<field name="DC Allocation" start="18" end="24" type="uint"/>
|
||||
|
|
|
|||
|
|
@ -3199,7 +3199,7 @@
|
|||
</register>
|
||||
|
||||
<register name="L3CNTLREG" length="1" num="0x7034">
|
||||
<field name="SLM Enable" start="0" end="0" type="uint"/>
|
||||
<field name="SLM Enable" start="0" end="0" type="bool"/>
|
||||
<field name="URB Allocation" start="1" end="7" type="uint"/>
|
||||
<field name="RO Allocation" start="11" end="17" type="uint"/>
|
||||
<field name="DC Allocation" start="18" end="24" type="uint"/>
|
||||
|
|
|
|||
|
|
@ -3484,7 +3484,7 @@
|
|||
</register>
|
||||
|
||||
<register name="L3CNTLREG" length="1" num="0x7034">
|
||||
<field name="SLM Enable" start="0" end="0" type="uint"/>
|
||||
<field name="SLM Enable" start="0" end="0" type="bool"/>
|
||||
<field name="URB Allocation" start="1" end="7" type="uint"/>
|
||||
<field name="RO Allocation" start="11" end="17" type="uint"/>
|
||||
<field name="DC Allocation" start="18" end="24" type="uint"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue