mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 22:40:09 +01:00
intel/genxml: Drop CACHE_MODE_SS definition.
This is a global register which isn't settable by userspace contexts. It also shouldn't appear in any of our aubinator decodes from error states or aub dumps, as no userspace batch should be setting it. So it's not very valuable to have here. Just makes us think we can set it. Plus, a lot of the field definitions changed a bunch, and would need updating. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20627>
This commit is contained in:
parent
18e91ad329
commit
ebdf6a7926
3 changed files with 1 additions and 31 deletions
|
|
@ -6649,16 +6649,6 @@
|
|||
<field name="Blend Optimization Fix Disable Mask" start="30" end="30" type="bool" />
|
||||
<field name="Color Compression Disable Mask" start="31" end="31" type="bool" />
|
||||
</register>
|
||||
<register name="CACHE_MODE_SS" length="1" num="0x0e420">
|
||||
<field name="Instruction Level 1 Cache Disable" start="0" end="0" type="bool" />
|
||||
<field name="Instruction Level 1 Cache and In-Flight Queue Disable " start="1" end="1" type="bool" />
|
||||
<field name="Float Blend Optimization Enable" start="4" end="4" type="bool" />
|
||||
<field name="Per Sample Blend Opt Disable" start="11" end="11" type="bool" />
|
||||
<field name="Instruction Level 1 Cache Disable Mask" start="16" end="16" type="bool" />
|
||||
<field name="Instruction Level 1 Cache and In-Flight Queue Disable Mask" start="17" end="17" type="bool" />
|
||||
<field name="Float Blend Optimization Enable Mask" start="20" end="20" type="bool" />
|
||||
<field name="Per Sample Blend Opt Disable Mask" start="27" end="27" type="bool" />
|
||||
</register>
|
||||
<register name="CL_INVOCATION_COUNT" length="2" num="0x2338">
|
||||
<field name="CL Invocation Count Report" start="0" end="63" type="uint" />
|
||||
</register>
|
||||
|
|
@ -6930,4 +6920,4 @@
|
|||
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
|
||||
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
|
||||
</register>
|
||||
</genxml>
|
||||
</genxml>
|
||||
|
|
|
|||
|
|
@ -6898,16 +6898,6 @@
|
|||
<field name="Blend Optimization Fix Disable Mask" start="30" end="30" type="bool" />
|
||||
<field name="Color Compression Disable Mask" start="31" end="31" type="bool" />
|
||||
</register>
|
||||
<register name="CACHE_MODE_SS" length="1" num="0x0e420">
|
||||
<field name="Instruction Level 1 Cache Disable" start="0" end="0" type="bool" />
|
||||
<field name="Instruction Level 1 Cache and In-Flight Queue Disable " start="1" end="1" type="bool" />
|
||||
<field name="Float Blend Optimization Enable" start="4" end="4" type="bool" />
|
||||
<field name="Per Sample Blend Opt Disable" start="11" end="11" type="bool" />
|
||||
<field name="Instruction Level 1 Cache Disable Mask" start="16" end="16" type="bool" />
|
||||
<field name="Instruction Level 1 Cache and In-Flight Queue Disable Mask" start="17" end="17" type="bool" />
|
||||
<field name="Float Blend Optimization Enable Mask" start="20" end="20" type="bool" />
|
||||
<field name="Per Sample Blend Opt Disable Mask" start="27" end="27" type="bool" />
|
||||
</register>
|
||||
<register name="CL_INVOCATION_COUNT" length="2" num="0x2338">
|
||||
<field name="CL Invocation Count Report" start="0" end="63" type="uint" />
|
||||
</register>
|
||||
|
|
|
|||
|
|
@ -7376,16 +7376,6 @@
|
|||
<field name="Blend Optimization Fix Disable Mask" start="30" end="30" type="bool" />
|
||||
<field name="Color Compression Disable Mask" start="31" end="31" type="bool" />
|
||||
</register>
|
||||
<register name="CACHE_MODE_SS" length="1" num="0x0e420">
|
||||
<field name="Instruction Level 1 Cache Disable" start="0" end="0" type="bool" />
|
||||
<field name="Instruction Level 1 Cache and In-Flight Queue Disable " start="1" end="1" type="bool" />
|
||||
<field name="Float Blend Optimization Enable" start="4" end="4" type="bool" />
|
||||
<field name="Per Sample Blend Opt Disable" start="11" end="11" type="bool" />
|
||||
<field name="Instruction Level 1 Cache Disable Mask" start="16" end="16" type="bool" />
|
||||
<field name="Instruction Level 1 Cache and In-Flight Queue Disable Mask" start="17" end="17" type="bool" />
|
||||
<field name="Float Blend Optimization Enable Mask" start="20" end="20" type="bool" />
|
||||
<field name="Per Sample Blend Opt Disable Mask" start="27" end="27" type="bool" />
|
||||
</register>
|
||||
<register name="CHICKEN_RASTER_1" length="1" num="0x6204">
|
||||
<field name="AA Line Quality Fix" start="5" end="5" type="bool" />
|
||||
<field name="AA Line Quality Fix Mask" start="21" end="21" type="bool" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue