intel/genxml: Drop "Hierarchical Depth Buffer MOCS" field
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Oct 2021 06:06:25 +0000 (23:06 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 28 Oct 2021 19:45:55 +0000 (19:45 +0000)
This is redundant with the existing "MOCS" field.  We don't need both.

Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13480>

src/intel/genxml/gen12.xml
src/intel/genxml/gen125.xml

index 940bdb4..b410d99 100644 (file)
       <value name="TILEYS" value="2"/>
     </field>
     <field name="MOCS" start="57" end="63" type="uint"/>
-    <field name="Hierarchical Depth Buffer MOCS" start="57" end="63" type="uint"/>
     <field name="Surface Base Address" start="64" end="127" type="address"/>
     <field name="Surface QPitch" start="128" end="142" type="uint"/>
   </instruction>
index d1abb87..ba86eab 100644 (file)
       <value name="TILE4" value="3"/>
     </field>
     <field name="MOCS" start="57" end="63" type="uint"/>
-    <field name="Hierarchical Depth Buffer MOCS" start="57" end="63" type="uint"/>
     <field name="Surface Base Address" start="64" end="127" type="address"/>
     <field name="Surface QPitch" start="128" end="142" type="uint"/>
   </instruction>