genxml/gfx11: remove Tiled Resource Mode field from HIER_DEPTH_BUFFER
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 19 Jun 2023 13:36:58 +0000 (16:36 +0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 1 Sep 2023 23:22:16 +0000 (23:22 +0000)
This field doesn't exist according to documentation. Only a MBZ.

BSpec 6511

ICL PRMs, Volume 2a - Command Reference: Instructions (Command
Opcodes) 3DSTATE_HIER_DEPTH_BUFFER

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23620>

src/intel/genxml/gen11.xml

index d1853a6..a17cbe2 100644 (file)
     <field name="Command SubType" start="27" end="28" type="uint" default="3" />
     <field name="Command Type" start="29" end="31" type="uint" default="3" />
     <field name="Surface Pitch" start="32" end="48" type="uint" />
-    <field name="Tiled Resource Mode" start="55" end="56" type="uint">
-      <value name="NONE" value="0" />
-      <value name="TILEYF" value="1" />
-      <value name="TILEYS" value="2" />
-    </field>
     <field name="MOCS" start="57" end="63" type="uint" nonzero="true" />
     <field name="Surface Base Address" start="64" end="127" type="address" />
     <field name="Surface QPitch" start="128" end="142" type="uint" />