[Mesa-dev] [PATCH v2 2/7] genxml: Add the CACHE_MODE_1 register on gen8

Nanley Chery nanleychery at gmail.com
Tue Feb 14 22:21:33 UTC 2017


On Tue, Feb 14, 2017 at 02:18:56PM -0800, Nanley Chery wrote:
> On Fri, Feb 10, 2017 at 11:02:16AM -0800, Jason Ekstrand wrote:
> > Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> > ---
> >  src/intel/genxml/gen8.xml | 21 +++++++++++++++++++++
> >  1 file changed, 21 insertions(+)
> 
> There are some unsigned integers that could be made booleans, but I
> can't see this mattering anytime soon.
> 
> This patch is
> Reviewed-by: Nanley Chery <nanley.g.chery at intel.com>
> 

Whoops, looks like this is already upstream! :)

> > 
> > diff --git a/src/intel/genxml/gen8.xml b/src/intel/genxml/gen8.xml
> > index 970e637..32ed764 100644
> > --- a/src/intel/genxml/gen8.xml
> > +++ b/src/intel/genxml/gen8.xml
> > @@ -3200,4 +3200,25 @@
> >      <field name="Write Offset" start="2" end="31" type="offset"/>
> >    </register>
> >  
> > +  <register name="CACHE_MODE_1" length="1" num="0x7004">
> > +    <field name="RCZ Read after expansion control fix 2" start="2" end="2" type="bool"/>
> > +    <field name="Depth Read Hit Write-Only Optimization Disable" start="3" end="3" type="bool"/>
> > +    <field name="MCS Cache Disable" start="5" end="5" type="bool"/>
> > +    <field name="4X4 RCPFE-STC Optimization Disable" start="6" end="6" type="bool"/>
> > +    <field name="Sampler Cache Set XOR selection" start="7" end="8" type="uint"/>
> > +    <field name="NP PMA Fix Enable" start="11" end="11" type="uint"/>
> > +    <field name="HIZ Eviction Policy" start="12" end="12" type="uint"/>
> > +    <field name="NP Early Z Fails Disable" start="13" end="13" type="uint"/>
> > +    <field name="MSC Resolve Optimization Disable" start="14" end="14" type="uint"/>
> > +    <field name="RCZ Read after expansion control fix 2 Mask" start="18" end="18" type="bool"/>
> > +    <field name="Depth Read Hit Write-Only Optimization Disable Mask" start="19" end="19" type="bool"/>
> > +    <field name="MCS Cache Disable Mask" start="21" end="21" type="bool"/>
> > +    <field name="4X4 RCPFE-STC Optimization Disable Mask" start="22" end="22" type="bool"/>
> > +    <field name="Sampler Cache Set XOR selection Mask" start="23" end="24" type="uint"/>
> > +    <field name="NP PMA Fix Enable Mask" start="27" end="27" type="uint"/>
> > +    <field name="HIZ Eviction Policy Mask" start="28" end="28" type="uint"/>
> > +    <field name="NP Early Z Fails Disable Mask" start="29" end="29" type="uint"/>
> > +    <field name="MSC Resolve Optimization Disable Mask" start="30" end="30" type="uint"/>
> > +  </register>
> > +
> >  </genxml>
> > -- 
> > 2.5.0.400.gff86faf
> > 
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list